summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-11-30 16:46:45 +0100
committerUlrich Müller <ulm@gentoo.org>2022-11-30 16:46:45 +0100
commit53995b3251f84bd0fbb3d6a4bc2e50dda0d32fcc (patch)
treee0c04c2ecffa692bdb2f06ad58919a55cbf65822
parent18.59: Don't install ctags and etags (diff)
downloademacs-patches-53995b3251f84bd0fbb3d6a4bc2e50dda0d32fcc.tar.gz
emacs-patches-53995b3251f84bd0fbb3d6a4bc2e50dda0d32fcc.tar.bz2
emacs-patches-53995b3251f84bd0fbb3d6a4bc2e50dda0d32fcc.zip
18.59: Don't use non-ASCII characters in the ChangeLog
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--emacs/18.59/18_all_unused-result.patch2
-rw-r--r--emacs/18.59/19_all_no-ctags-etags.patch6
2 files changed, 4 insertions, 4 deletions
diff --git a/emacs/18.59/18_all_unused-result.patch b/emacs/18.59/18_all_unused-result.patch
index a0870cd..4d0b342 100644
--- a/emacs/18.59/18_all_unused-result.patch
+++ b/emacs/18.59/18_all_unused-result.patch
@@ -4,7 +4,7 @@ server.c:198:11: warning: ignoring return value of ‘scanf’ declared with att
--- emacs-18.59/etc/ChangeLog
+++ emacs-18.59/etc/ChangeLog
@@ -1,3 +1,7 @@
-+2022-06-27 Ulrich Müller <ulm@gentoo.org>
++2022-06-27 Ulrich Mueller <ulm@gentoo.org>
+
+ * server.c (main): Check scanf return value.
+
diff --git a/emacs/18.59/19_all_no-ctags-etags.patch b/emacs/18.59/19_all_no-ctags-etags.patch
index 4185f35..749ad10 100644
--- a/emacs/18.59/19_all_no-ctags-etags.patch
+++ b/emacs/18.59/19_all_no-ctags-etags.patch
@@ -4,7 +4,7 @@ https://bugs.gentoo.org/883687
--- emacs-18.59/ChangeLog
+++ emacs-18.59/ChangeLog
@@ -1,3 +1,8 @@
-+2022-11-30 Ulrich Müller <ulm@gentoo.org>
++2022-11-30 Ulrich Mueller <ulm@gentoo.org>
+
+ * Makefile: (install): Don't install ctags and etags.
+ Local command execution vulnerability, CVE-2022-45939.
@@ -26,12 +26,12 @@ https://bugs.gentoo.org/883687
--- emacs-18.59/etc/ChangeLog
+++ emacs-18.59/etc/ChangeLog
@@ -1,3 +1,8 @@
-+2022-11-30 Ulrich Müller <ulm@gentoo.org>
++2022-11-30 Ulrich Mueller <ulm@gentoo.org>
+
+ * Makefile (EXECUTABLES): Don't build ctags and etags.
+ Local command execution vulnerability, CVE-2022-45939.
+
- 2022-06-27 Ulrich Müller <ulm@gentoo.org>
+ 2022-06-27 Ulrich Mueller <ulm@gentoo.org>
* server.c (main): Check scanf return value.
--- emacs-18.59/etc/Makefile