Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: metadata/
Date: Mon, 19 Feb 2018 17:49:22
Message-Id: 1519062478.a08c63bc78563ae0ff4a59288cd15e3cf5e4f703.mgorny@gentoo
1 commit: a08c63bc78563ae0ff4a59288cd15e3cf5e4f703
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 19 17:47:58 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 19 17:47:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a08c63bc
7
8 metadata/layout.conf: Update manifest-required-hashes to BLAKE2B
9
10 Update manifest-required-hashes according to the Council-approved plan
11 outlined in [1]. The Portage version supporting BLAKE2B is amd64-stable
12 for 3 months already.
13
14 [1]:https://archives.gentoo.org/gentoo-dev/message/682618f6d1cf4d63b30577cb1e9bd269
15
16 metadata/layout.conf | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/metadata/layout.conf b/metadata/layout.conf
20 index d9cfaf7c147..c68ab815082 100644
21 --- a/metadata/layout.conf
22 +++ b/metadata/layout.conf
23 @@ -12,7 +12,7 @@ manifest-hashes = BLAKE2B SHA512
24 # The following hashes are required on all Manifest entries. If any
25 # of them are missing, repoman will refetch and rehash old distfiles.
26 # Otherwise, old distfiles will keep using their current hash set.
27 -manifest-required-hashes = SHA512
28 +manifest-required-hashes = BLAKE2B
29
30 # 2013-04-09 gentoo's council says to deprecate EAPIs 1 and 2 (bug #470670).
31 # 2014-02-25 council meeting deprecated EAPIs 0 and 3.