commit: ceee7dc6e9839b255c1082193d5d672ef616536a Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Wed Nov 30 11:57:33 2022 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Nov 30 11:57:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceee7dc6
profiles: Mask app-editors/emacs:23 and :24 for removal Bug: https://bugs.gentoo.org/882347 Bug: https://bugs.gentoo.org/882349 Bug: https://bugs.gentoo.org/883687 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> profiles/package.mask | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index c6cc530e0183..0aa5db907804 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,16 @@ #--- END OF EXAMPLES --- +# Ulrich Müller <[email protected]> (2022-11-30) +# SLOTs 23 and 24 of app-editors/emacs, corresponding to GNU Emacs +# versions 23.4 and 24.5. These versions were released in January 2012 +# and April 2015, respectively, and have a non-trivial security issue +# with ctags. Please upgrade to >=app-editors/emacs-25 and update your +# Emacs Lisp packages with emacs-updater. +# Masked for removal in 30 days. Bugs #882347, #882349, #883687. +app-editors/emacs:23 +app-editors/emacs:24 + # John Helmert III <[email protected]> (2022-11-29) # Unmaintained and outdated in Gentoo, compatibility issues with # openssl-1.1. Removal in 30 days. Bug #696936.
