pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/checksum mk: remove SHA1 from the default digest al...
details: https://anonhg.NetBSD.org/pkgsrc/rev/eba3da9a0815
branches: trunk
changeset: 459440:eba3da9a0815
user: nia <nia%pkgsrc.org@localhost>
date: Thu Oct 07 13:04:46 2021 +0000
description:
mk: remove SHA1 from the default digest algorithms
diffstat:
mk/checksum/checksum.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (15 lines):
diff -r dc6775423e27 -r eba3da9a0815 mk/checksum/checksum.mk
--- a/mk/checksum/checksum.mk Thu Oct 07 12:17:22 2021 +0000
+++ b/mk/checksum/checksum.mk Thu Oct 07 13:04:46 2021 +0000
@@ -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