commit: 749dba3d4a22f55607396509556fcdaaf1ce9da7 Author: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org> AuthorDate: Sat Jan 13 11:03:42 2018 +0000 Commit: Ettore Di Giacinto <mudler <AT> gentoo <DOT> org> CommitDate: Sun Jan 14 10:51:08 2018 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=749dba3d
metadata/layout.conf: Switch to BLAKE2B hashing metadata/layout.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/metadata/layout.conf b/metadata/layout.conf index 89245a3..ecd6c0c 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -2,6 +2,9 @@ masters = gentoo eapis-deprecated = 0 1 2 3 4 +manifest-hashes = BLAKE2B SHA512 +manifest-required-hashes = SHA512 + thin-manifests = true sign-commits = true
