commit: e2d307e76f64fd32c4740140fce0fde859da21cd Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jun 3 04:54:44 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jun 3 04:54:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2d307e7
profiles: mask =app-misc/ca-certificates-20250419.3.112 Fetching from GitHub seems broken with this: > Connecting to github.com|20.26.156.215|:443... connected. > ERROR: cannot verify github.com's certificate, issued by 'CN=Sectigo ECC > Domain Validation Secure Server CA,O=Sectigo Limited,L=Salford,ST=Greater > Manchester,C=GB': > Unable to locally verify the issuer's authority. I'll poke at this more now but let's mask out of caution. Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 2fc7fb910ef3..e776e2513fe4 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -36,6 +36,13 @@ #--- END OF EXAMPLES --- +# Sam James <[email protected]> (2025-06-03) +# Fetching from GitHub seems broken with this: +# > Connecting to github.com|20.26.156.215|:443... connected. +# > ERROR: cannot verify github.com's certificate, issued by 'CN=Sectigo ECC Domain Validation Secure Server CA,O=Sectigo Limited,L=Salford,ST=Greater Manchester,C=GB': +# > Unable to locally verify the issuer's authority. +=app-misc/ca-certificates-20250419.3.112 + # Andreas Sturmlechner <[email protected]> (2025-06-02) # Package destabilisation mask. There is simply no need for this without # any stable consumers, and it is freeing up resources.
