pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/checksum mk: Replace RMD160 as a default distfile h...
details: https://anonhg.NetBSD.org/pkgsrc/rev/32a343fc39a1
branches: trunk
changeset: 768536:32a343fc39a1
user: nia <nia%pkgsrc.org@localhost>
date: Tue Oct 26 09:06:06 2021 +0000
description:
mk: Replace RMD160 as a default distfile hash with BLAKE2s
diffstat:
mk/checksum/checksum.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (15 lines):
diff -r bfa3f89d3bae -r 32a343fc39a1 mk/checksum/checksum.mk
--- a/mk/checksum/checksum.mk Tue Oct 26 08:34:24 2021 +0000
+++ b/mk/checksum/checksum.mk Tue Oct 26 09:06:06 2021 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: checksum.mk,v 1.24 2021/10/07 13:04:46 nia Exp $
+# $NetBSD: checksum.mk,v 1.25 2021/10/26 09:06:06 nia Exp $
#
# See bsd.checksum.mk for helpful comments.
#
-_DIGEST_ALGORITHMS?= RMD160 SHA512
+_DIGEST_ALGORITHMS?= BLAKE2s SHA512
_PATCH_DIGEST_ALGORITHMS?= SHA1
# These variables are set by pkgsrc/mk/fetch/bsd.fetch-vars.mk.
Home |
Main Index |
Thread Index |
Old Index