mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
layout.conf: Disable SHA256 & WHIRLPOOL hashes, enable BLAKE2B
Switch manifest-hashes to 'BLAKE2 SHA512' and enable manifest-required-hashes as 'SHA512' as decided on 2017-11-12 Council meeting.
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
# This went live Wednesday, July 4, 2012 at 10:00 UTC
|
||||
# https://archives.gentoo.org/gentoo-dev-announce/message/a15cbea85dd089c99302f949b4072c20
|
||||
# https://www.gentoo.org/glep/glep-0059.html
|
||||
manifest-hashes = SHA256 SHA512 WHIRLPOOL
|
||||
manifest-hashes = BLAKE2B SHA512
|
||||
manifest-required-hashes = SHA512
|
||||
|
||||
# The following hashes are required on all Manifest entries. If any
|
||||
# of them are missing, repoman will refetch and rehash old distfiles.
|
||||
|
||||
Reference in New Issue
Block a user