commit:     bc5ece9b4c76283a1c5511202f842dba041e8495
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  2 16:12:14 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Dec  2 16:12:14 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=bc5ece9b

enable new hashes

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 metadata/layout.conf | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/metadata/layout.conf b/metadata/layout.conf
index 7076ae0fa..a02126740 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -6,16 +6,21 @@
 
 repo-name = science
 
-# This went live Wednesday, July 4, 2012 at 10:00 UTC
-# 
https://archives.gentoo.org/gentoo-dev-announce/message/a15cbea85dd089c99302f949b4072c20
-# https://wiki.gentoo.org/wiki/GLEP:59
-manifest-hashes = SHA256 SHA512 WHIRLPOOL
+# manifest-hashes specify hashes used for new/updated entries
+# the current set went live on 2017-11-21, per 2017-11-12 Council meeting
+# 
https://archives.gentoo.org/gentoo-dev/message/ba2e5d9666ebd7e1bff1143485a37856
+manifest-hashes = BLAKE2B SHA512
+
+# The following hashes are required on all Manifest entries. If any
+# of them are missing, repoman will refetch and rehash old distfiles.
+# Otherwise, old distfiles will keep using their current hash set.
+manifest-required-hashes = SHA512
 
 # 2013-04-09 gentoo's council says to deprecate EAPIs 1 and 2 (bug #470670).
 # 2014-02-25 council meeting deprecated EAPIs 0 and 3.
 # 2015-10-11 council meeting deprecated EAPI 4.
 eapis-banned = 0 1 2 3 4
-eapis-deprecated = 0 1 2 3 4 5
+eapis-deprecated = 5
 
 # Bug #337853 - gentoo's council says to enable
 # --echangelog by default for the "gentoo" repo

Reply via email to