commit: afbeb5c34227caae0b1bacc04a1d687892efc0d5 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Feb 1 10:02:30 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Feb 1 10:06:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afbeb5c3
package.mask: Last rite dev-libs/libressl Bug: https://bugs.gentoo.org/762847 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/base/use.mask | 5 +++++ profiles/package.mask | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index a5d0bb3705e..783f121982d 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,6 +4,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Michał Górny <[email protected]> (2021-02-01) +# dev-libs/libressl is masked for removal. +libressl +curl_ssl_libressl + # Brian Evans <[email protected]> (2021-01-07) # PHP 7.2 is security vulnerable and end-of-life # Please upgrade to a newer slot diff --git a/profiles/package.mask b/profiles/package.mask index 763e8a8179b..0e8d4e639b3 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,13 @@ #--- END OF EXAMPLES --- +# Michał Górny <[email protected]> (2021-02-01) +# LibreSSL support is discontinued. Plaase read the relevant news item +# and either migrate to dev-libs/openssl, or use the unsupported +# user-maintained libressl overlay. +# Removal on 2021-05-01. Bug #762847. +dev-libs/libressl + # Ulrich Müller <[email protected]> (2021-01-29) # Pretest versions, masked for testing. ~app-editors/emacs-27.1.91
