summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'metadata/layout.conf')
-rw-r--r--metadata/layout.conf11
1 files changed, 9 insertions, 2 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf
index e5443e5..e7fb382 100644
--- a/metadata/layout.conf
+++ b/metadata/layout.conf
@@ -1,7 +1,14 @@
masters = gentoo
-# Use new hashes
-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
# Let repoman update changelogs
update-changelog = true