commit: c3e3ea59f0c290acf6c7a1978acd99a502d76f46 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jul 20 01:15:53 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jul 20 01:15:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=c3e3ea59
metadata: modernise required hashes for Manifest Signed-off-by: Sam James <sam <AT> gentoo.org> metadata/layout.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/metadata/layout.conf b/metadata/layout.conf index 7d7674d..5ab101d 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -1,7 +1,9 @@ masters = gentoo cache-formats = md5-dict pms thin-manifests = true -manifest-hashes = SHA256 SHA512 WHIRLPOOL +manifest-hashes = BLAKE2B SHA512 + +manifest-required-hashes = BLAKE2B # lessens commit collisions sign-manifests = false
