commit: d864597166212b316dbd3bd169cf0297d6c454c0 Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org> AuthorDate: Fri Apr 29 11:47:10 2022 +0000 Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org> CommitDate: Fri Apr 29 11:47:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8645971
profiles/base: Mask gnutls USE flag on aria2. Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org> profiles/base/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index f99b3eaf413d..90c9a78d9d48 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,12 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Piotr Karbowski <[email protected]> (2022-04-29) +# There's a bug with gnutls support leading TLS certificates +# validation failures on some certificates that are otherwise valid. +# https://github.com/aria2/aria2/issues/1636 +net-misc/aria2 gnutls + # Volkmar W. Pogatzki <[email protected]> (2022-04-22) # java conditional dependencies are getting last-rited as they are # blocking removal of vulnerable slot dev-java/guava:20 (bug #760111).
