Gentoo Archives: gentoo-commits

From: Piotr Karbowski <slashbeast@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/
Date: Fri, 29 Apr 2022 11:48:57
Message-Id: 1651232830.d864597166212b316dbd3bd169cf0297d6c454c0.slashbeast@gentoo
1 commit: d864597166212b316dbd3bd169cf0297d6c454c0
2 Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 29 11:47:10 2022 +0000
4 Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 29 11:47:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8645971
7
8 profiles/base: Mask gnutls USE flag on aria2.
9
10 Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
11
12 profiles/base/package.use.mask | 6 ++++++
13 1 file changed, 6 insertions(+)
14
15 diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
16 index f99b3eaf413d..90c9a78d9d48 100644
17 --- a/profiles/base/package.use.mask
18 +++ b/profiles/base/package.use.mask
19 @@ -6,6 +6,12 @@
20 # This file is only for generic masks. For arch-specific masks (i.e.
21 # mask everywhere, unmask on arch/*) use arch/base.
22
23 +# Piotr Karbowski <slashbeast@g.o> (2022-04-29)
24 +# There's a bug with gnutls support leading TLS certificates
25 +# validation failures on some certificates that are otherwise valid.
26 +# https://github.com/aria2/aria2/issues/1636
27 +net-misc/aria2 gnutls
28 +
29 # Volkmar W. Pogatzki <gentoo@××××××××.net> (2022-04-22)
30 # java conditional dependencies are getting last-rited as they are
31 # blocking removal of vulnerable slot dev-java/guava:20 (bug #760111).