From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-520959-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 168B61381F3
	for <garchives@archives.gentoo.org>; Tue,  6 Nov 2012 18:49:01 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EE9AEE0504;
	Tue,  6 Nov 2012 18:48:45 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	by pigeon.gentoo.org (Postfix) with ESMTP id 60D6BE0504
	for <gentoo-commits@lists.gentoo.org>; Tue,  6 Nov 2012 18:48:45 +0000 (UTC)
Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163])
	(using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id A703A33D94E
	for <gentoo-commits@lists.gentoo.org>; Tue,  6 Nov 2012 18:48:44 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by hornbill.gentoo.org (Postfix) with ESMTP id 3D227E5442
	for <gentoo-commits@lists.gentoo.org>; Tue,  6 Nov 2012 18:48:43 +0000 (UTC)
From: "José María Alonso" <nimiux@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" <nimiux@gentoo.org>
Message-ID: <1352227638.1e9504ce65613ed6f534afb14429a54d00f9bc90.nimiux@gentoo>
Subject: [gentoo-commits] proj/devmanual:master commit in: general-concepts/manifest/
X-VCS-Repository: proj/devmanual
X-VCS-Files: general-concepts/manifest/text.xml
X-VCS-Directories: general-concepts/manifest/
X-VCS-Committer: nimiux
X-VCS-Committer-Name: José María Alonso
X-VCS-Revision: 1e9504ce65613ed6f534afb14429a54d00f9bc90
X-VCS-Branch: master
Date: Tue,  6 Nov 2012 18:48:43 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 1aba12c4-a70a-4f17-b14c-85d665ca08b2
X-Archives-Hash: cf38dcb5a42719d599f5e25bd9e69532

commit:     1e9504ce65613ed6f534afb14429a54d00f9bc90
Author:     Chema Alonso <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  6 18:47:18 2012 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue Nov  6 18:47:18 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=1e9504ce

Fix bug #390949. Manifest file no longer uses MD5 digest.

---
 general-concepts/manifest/text.xml |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/general-concepts/manifest/text.xml b/general-concepts/manifest/text.xml
index f5351d5..40c0253 100644
--- a/general-concepts/manifest/text.xml
+++ b/general-concepts/manifest/text.xml
@@ -7,9 +7,9 @@
 <p>
 In the tree, every package has a <c>Manifest</c> file. This file lives in the same
 directory as the ebuilds for the package. The <c>Manifest</c> file contains digests
-(currently MD5, RMD160 and SHA256) and file size data for every file in the directory
-and any subdirectories. This is used to verify integrity. The <c>Manifest</c> may also
-be digitally signed.
+(currently RMD160, SHA1, SHA256, SHA512 and WHIRLPOOL) and file size data for every
+file in the directory and any subdirectories. This is used to verify integrity.
+The <c>Manifest</c> may also be digitally signed.
 </p>
 
 <p>
@@ -19,6 +19,5 @@ expansion changes <d/> <c>repoman</c> will do this automatically.
 </p>
 
 </body>
-
 </chapter>
 </guide>