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:           Thu Oct  7 13:04:46 UTC 2021

Modified Files:
        pkgsrc/mk/checksum: checksum.mk

Log Message:
mk: remove SHA1 from the default digest algorithms


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 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.23 pkgsrc/mk/checksum/checksum.mk:1.24
--- pkgsrc/mk/checksum/checksum.mk:1.23 Thu Aug 27 11:45:45 2020
+++ pkgsrc/mk/checksum/checksum.mk      Thu Oct  7 13:04:46 2021
@@ -1,9 +1,9 @@
-# $NetBSD: checksum.mk,v 1.23 2020/08/27 11:45:45 jperkin Exp $
+# $NetBSD: checksum.mk,v 1.24 2021/10/07 13:04:46 nia Exp $
 #
 # See bsd.checksum.mk for helpful comments.
 #
 
-_DIGEST_ALGORITHMS?=           SHA1 RMD160 SHA512
+_DIGEST_ALGORITHMS?=           RMD160 SHA512
 _PATCH_DIGEST_ALGORITHMS?=     SHA1
 
 # These variables are set by pkgsrc/mk/fetch/bsd.fetch-vars.mk.



Home | Main Index | Thread Index | Old Index