From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RToHa-00035Z-Bq for garchives@archives.gentoo.org; Fri, 25 Nov 2011 05:25:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6F4E21C029; Fri, 25 Nov 2011 05:24:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BB13021C029 for ; Fri, 25 Nov 2011 05:24:58 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D1E01B400A for ; Fri, 25 Nov 2011 05:24:58 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 544) id 011C12004B; Fri, 25 Nov 2011 05:24:56 +0000 (UTC) From: "Robin H. Johnson (robbat2)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, robbat2@gentoo.org Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/releng: index.xml X-VCS-Repository: gentoo X-VCS-Files: index.xml X-VCS-Directories: xml/htdocs/proj/en/releng X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson Content-Type: text/plain; charset=utf8 Message-Id: <20111125052457.011C12004B@flycatcher.gentoo.org> Date: Fri, 25 Nov 2011 05:24:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 4bbc47b6-8847-4a66-88cd-dcc7dc4765a1 X-Archives-Hash: fd32dd78095ffe2a9b2e168e5f26c729 robbat2 11/11/25 05:24:56 Modified: index.xml Log: Update DIGEST hash validation procedure. Revision Changes Path 1.132 xml/htdocs/proj/en/releng/index.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/rel= eng/index.xml?rev=3D1.132&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/rel= eng/index.xml?rev=3D1.132&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/proj/en/rel= eng/index.xml?r1=3D1.131&r2=3D1.132 Index: index.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/releng/index.xml,v retrieving revision 1.131 retrieving revision 1.132 diff -p -w -b -B -u -u -r1.131 -r1.132 --- index.xml 25 Nov 2011 05:18:36 -0000 1.131 +++ index.xml 25 Nov 2011 05:24:56 -0000 1.132 @@ -93,6 +93,9 @@ DIGESTS file is now signed instead, maki overall much quicker. =20 +During 2011, the DIGESTS files were also expanded to contain hashe= s other +than SHA1 and MD5, to provide more certain validation. +
 $ gpg --keyserver subkeys.pgp.net --recv-keys <key id>
 
@@ -101,7 +104,9 @@ $ gpg --keyserver subkeys.pgp.net --r $ gpg --verify <foo.DIGESTS.asc> =20 -
+
+$ sha512sum -c <foo.DIGESTS.asc>
+$ sha256sum -c <foo.DIGESTS.asc>
 $ sha1sum -c <foo.DIGESTS.asc>
 
=20