diff options
author | Piotr Karbowski <slashbeast@gentoo.org> | 2022-04-29 13:47:10 +0200 |
---|---|---|
committer | Piotr Karbowski <slashbeast@gentoo.org> | 2022-04-29 13:47:10 +0200 |
commit | d864597166212b316dbd3bd169cf0297d6c454c0 (patch) | |
tree | 38ada0d47009578efb5de869c3035956ea9a7ae5 /profiles/base | |
parent | app-emulation/ruffle: drop 0_p20220330 (diff) | |
download | gentoo-d864597166212b316dbd3bd169cf0297d6c454c0.tar.gz gentoo-d864597166212b316dbd3bd169cf0297d6c454c0.tar.bz2 gentoo-d864597166212b316dbd3bd169cf0297d6c454c0.zip |
profiles/base: Mask gnutls USE flag on aria2.
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/package.use.mask | 6 |
1 files changed, 6 insertions, 0 deletions
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 <slashbeast@gentoo.org> (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 <gentoo@pogatzki.net> (2022-04-22) # java conditional dependencies are getting last-rited as they are # blocking removal of vulnerable slot dev-java/guava:20 (bug #760111). |