commit: e5732846254d9261da76e1d19888700880cad2e1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Feb 16 05:06:37 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 16 05:06:37 2026 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=e5732846
NEWS: improve verification default messaging Mention FEATURES="binpkg-ignore-signature" and more information on how to setup signing. Signed-off-by: Sam James <sam <AT> gentoo.org> NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 99a7474df4..de17a54db5 100644 --- a/NEWS +++ b/NEWS @@ -30,10 +30,12 @@ Breaking changes: [reponame] verify-signature = false ``` + or with FEATURES="binpkg-ignore-signature" in /etc/portage/make.conf. To set up signing for binpkgs, a signing keyring must reside (by default) at /root/.gnupg and a verification keyring must reside (by default) - at /etc/portage/gnupg. + at /etc/portage/gnupg. The verification keyring must mark the signing + key as trusted. Signing is toggled by FEATURES="binpkg-signing". Features:
