diff options
-rw-r--r-- | emacs/18.59/18_all_unused-result.patch | 2 | ||||
-rw-r--r-- | emacs/18.59/19_all_no-ctags-etags.patch | 6 |
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 |