pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk/checksum
Module Name: pkgsrc
Committed By: nia
Date: Tue Oct 26 09:06:06 UTC 2021
Modified Files:
pkgsrc/mk/checksum: checksum.mk
Log Message:
mk: Replace RMD160 as a default distfile hash with BLAKE2s
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/mk/checksum/checksum.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/checksum/checksum.mk
diff -u pkgsrc/mk/checksum/checksum.mk:1.24 pkgsrc/mk/checksum/checksum.mk:1.25
--- pkgsrc/mk/checksum/checksum.mk:1.24 Thu Oct 7 13:04:46 2021
+++ pkgsrc/mk/checksum/checksum.mk Tue Oct 26 09:06:06 2021
@@ -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