swift 11/11/27 18:25:28 Modified: hb-working-features.xml Log: Portage tree is signed with new key (cfr mail on gentoo-dev-announce)
Revision Changes Path 1.40 xml/htdocs/doc/en/handbook/hb-working-features.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml?rev=1.40&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml?rev=1.40&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml?r1=1.39&r2=1.40 Index: hb-working-features.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- hb-working-features.xml 27 Oct 2011 18:33:42 -0000 1.39 +++ hb-working-features.xml 27 Nov 2011 18:25:28 -0000 1.40 @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml,v 1.39 2011/10/27 18:33:42 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-working-features.xml,v 1.40 2011/11/27 18:25:28 swift Exp $ --> <sections> @@ -13,8 +13,8 @@ ccache and more. </abstract> -<version>3</version> -<date>2011-10-27</date> +<version>4</version> +<date>2011-11-27</date> <section> <title>Portage Features</title> @@ -347,14 +347,19 @@ snapshots. Of course, if you want to, you can validate this GPG key as per the <uri link="/doc/en/gnupg-user.xml#doc_chap2_sect4">proper guidelines</uri> (like checking the key fingerprint <c>AE54 54F9 67B5 6AB0 9AE1 6064 0838 -C26E 239C 75C4</c>). +C26E 239C 75C4</c> for key <c>0x239C75C4</c> or <c>DCD0 5B71 EAB9 4199 527F 44AC +DB6B 8C1F 96D8 BF6D</c> for key <c>0x96D8BF6D</c>). </p> +<!-- Key 0x239C75C4 is superceded by 0x96D8BF6D, but keep it in the documents + for a while to ensure continuity --> + <pre caption="Creating a truststore for Portage"> # <i>mkdir -p /etc/portage/gpg</i> # <i>chmod 0700 /etc/portage/gpg</i> -# <i>gpg --homedir /etc/portage/gpg --keyserver subkeys.pgp.net --recv-keys 0x239C75C4</i> +# <i>gpg --homedir /etc/portage/gpg --keyserver subkeys.pgp.net --recv-keys 0x239C75C4 0x96D8BF6D</i> # <i>gpg --homedir /etc/portage/gpg --edit-key 0x239C75C4 trust</i> +# <i>gpg --homedir /etc/portage/gpg --edit-key 0x96D8BF6D trust</i> </pre> <p>