commit: 530086715f82de12009538347725dbfd14e6b0a8 Author: John Helmert III <ajak <AT> gentoo <DOT> org> AuthorDate: Fri Oct 14 03:47:09 2022 +0000 Commit: John Helmert III <ajak <AT> gentoo <DOT> org> CommitDate: Sun Oct 16 14:52:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53008671
profiles: mask <openssl-1.1.1 Bug: https://bugs.gentoo.org/876787 Bug: https://bugs.gentoo.org/741570 Bug: https://bugs.gentoo.org/809980 Bug: https://bugs.gentoo.org/832339 Bug: https://bugs.gentoo.org/835343 Bug: https://bugs.gentoo.org/842489 Bug: https://bugs.gentoo.org/856592 Closes: https://github.com/gentoo/gentoo/pull/22909 Signed-off-by: John Helmert III <ajak <AT> gentoo.org> profiles/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 49a1ac43a7f2..4c8ac19622c4 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,11 @@ #--- END OF EXAMPLES --- +# John Helmert III <[email protected]> (2022-10-16) +# <OpenSSL-1.1.1 are EOL and contain known vulnerabilities. Users should +# migrate to a newer branch. +<dev-libs/openssl-1.1.1 + # Matt Turner <[email protected]> (2022-10-14) # Last upstream release in 2013. Last upstream commit in 2019. No maintainer in # Gentoo. No reverse dependencies. EAPI=6.
