commit: cf9804478e3d5c9f40c2ac39b22b5f20129cdcb9 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: Sat Jan 13 11:13:10 2018 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-mate.git/commit/?id=cf980447
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
