pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mk/tools



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Oct 26 18:46:49 UTC 2021

Modified Files:
        pkgsrc/mk/tools: digest.mk

Log Message:
mk: Bump DIGEST_RQED. Needed for blake2s. Pointed out by agc, thanks


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mk/tools/digest.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/tools/digest.mk
diff -u pkgsrc/mk/tools/digest.mk:1.3 pkgsrc/mk/tools/digest.mk:1.4
--- pkgsrc/mk/tools/digest.mk:1.3       Wed Aug 22 20:48:37 2018
+++ pkgsrc/mk/tools/digest.mk   Tue Oct 26 18:46:49 2021
@@ -1,4 +1,4 @@
-# $NetBSD: digest.mk,v 1.3 2018/08/22 20:48:37 maya Exp $
+# $NetBSD: digest.mk,v 1.4 2021/10/26 18:46:49 nia Exp $
 #
 # Copyright (c) 2006 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -40,7 +40,7 @@
 # replace.mk magic to set the TOOLS_DIGEST and DIGEST variables.
 #
 
-DIGEST_REQD?=          20010302
+DIGEST_REQD?=          20211023
 
 .if !defined(TOOLS_IGNORE.digest) && !empty(USE_TOOLS:C/:.*//:Mdigest)
 .  if !empty(PKGPATH:Mpkgtools/digest)



Home | Main Index | Thread Index | Old Index