Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: metadata/
Date: Sat, 02 Dec 2017 16:13:06
Message-Id: 1512231134.bc5ece9b4c76283a1c5511202f842dba041e8495.jlec@gentoo
1 commit: bc5ece9b4c76283a1c5511202f842dba041e8495
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 2 16:12:14 2017 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 2 16:12:14 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=bc5ece9b
7
8 enable new hashes
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11
12 metadata/layout.conf | 15 ++++++++++-----
13 1 file changed, 10 insertions(+), 5 deletions(-)
14
15 diff --git a/metadata/layout.conf b/metadata/layout.conf
16 index 7076ae0fa..a02126740 100644
17 --- a/metadata/layout.conf
18 +++ b/metadata/layout.conf
19 @@ -6,16 +6,21 @@
20
21 repo-name = science
22
23 -# This went live Wednesday, July 4, 2012 at 10:00 UTC
24 -# https://archives.gentoo.org/gentoo-dev-announce/message/a15cbea85dd089c99302f949b4072c20
25 -# https://wiki.gentoo.org/wiki/GLEP:59
26 -manifest-hashes = SHA256 SHA512 WHIRLPOOL
27 +# manifest-hashes specify hashes used for new/updated entries
28 +# the current set went live on 2017-11-21, per 2017-11-12 Council meeting
29 +# https://archives.gentoo.org/gentoo-dev/message/ba2e5d9666ebd7e1bff1143485a37856
30 +manifest-hashes = BLAKE2B SHA512
31 +
32 +# The following hashes are required on all Manifest entries. If any
33 +# of them are missing, repoman will refetch and rehash old distfiles.
34 +# Otherwise, old distfiles will keep using their current hash set.
35 +manifest-required-hashes = SHA512
36
37 # 2013-04-09 gentoo's council says to deprecate EAPIs 1 and 2 (bug #470670).
38 # 2014-02-25 council meeting deprecated EAPIs 0 and 3.
39 # 2015-10-11 council meeting deprecated EAPI 4.
40 eapis-banned = 0 1 2 3 4
41 -eapis-deprecated = 0 1 2 3 4 5
42 +eapis-deprecated = 5
43
44 # Bug #337853 - gentoo's council says to enable
45 # --echangelog by default for the "gentoo" repo