diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-12-08 12:51:37 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-12-08 12:53:06 +0100 |
commit | e1c7d251838e402f4df6c95c29d8dc8a1fe27d84 (patch) | |
tree | 85ab36fa6c07eb1d34b7f5ac0892b4b501df4303 /profiles | |
parent | dev-php/xdebug-client: don't call CC directly (diff) | |
download | gentoo-e1c7d251838e402f4df6c95c29d8dc8a1fe27d84.tar.gz gentoo-e1c7d251838e402f4df6c95c29d8dc8a1fe27d84.tar.bz2 gentoo-e1c7d251838e402f4df6c95c29d8dc8a1fe27d84.zip |
profiles: p.mask =net-libs/gnutls-3.7.0
Fails to validate certificates which have more than one valid trust path,
i.e. new LE root certificate.
Bug: https://bugs.gentoo.org/759037
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/package.mask | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/package.mask b/profiles/package.mask index fa0e2ba2882c..3d5a5fd3b13d 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -32,6 +32,11 @@ #--- END OF EXAMPLES --- +# Thomas Deutschmann <whissi@gentoo.org> (2020-12-08) +# Fails to validate certificates which have multiple trusted +# paths. +=net-libs/gnutls-3.7.0 + # Lars Wendler <polynomial-c@gentoo.org> (2020-12-07) # Masked for testing >=app-shells/bash-5.1 |