commit: ea4f4da1ba175ad6e07c74d27429c0d037f41f0c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Oct 12 14:40:10 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Oct 12 14:40:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea4f4da1
profiles: mask "withdrawn" openssls with a "significant regression" Upstream has withdrawn these releases because of a (yet unexplained) "significant regression". See https://mta.openssl.org/pipermail/openssl-announce/2022-October/000237.html. Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index aebda179b0de..159a30a1be90 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,13 @@ #--- END OF EXAMPLES --- +# Sam James <[email protected]> (2022-10-12) +# Upstream has withdrawn these releases because of a (yet unexplained) +# "significant regression". +# See https://mta.openssl.org/pipermail/openssl-announce/2022-October/000237.html. +=dev-libs/openssl-1.1.1r +=dev-libs/openssl-3.0.6 + # Volkmar W. Pogatzki <[email protected]> (2022-10-10) # Unused Java library. Removal on 2022-11-10. dev-java/objenesis-test
