pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk/defaults



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed May 24 20:16:00 UTC 2023

Modified Files:
        pkgsrc/mk/defaults: mk.conf

Log Message:
mk: switch USE_PKG_ADMIN_DIGEST to yes

This means that file digests will now be used in binary packages
to identify which pkgsrc files were used to build the package,
instead of the RCS Ids.


To generate a diff of this commit:
cvs rdiff -u -r1.339 -r1.340 pkgsrc/mk/defaults/mk.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mk/defaults/mk.conf
diff -u pkgsrc/mk/defaults/mk.conf:1.339 pkgsrc/mk/defaults/mk.conf:1.340
--- pkgsrc/mk/defaults/mk.conf:1.339    Sun Dec 25 00:26:26 2022
+++ pkgsrc/mk/defaults/mk.conf  Wed May 24 20:16:00 2023
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.339 2022/12/25 00:26:26 wiz Exp $
+# $NetBSD: mk.conf,v 1.340 2023/05/24 20:16:00 wiz Exp $
 #
 
 # This file provides default values for variables that may be overridden
@@ -31,11 +31,11 @@ PKGSRC_USE_MKTOOLS?=        auto
 # Possible: yes, no, auto
 # Default: auto (automatic detection, see above)
 
-USE_PKG_ADMIN_DIGEST?= no
+USE_PKG_ADMIN_DIGEST?= yes
 # Record file digests instead of extracing the NetBSD RCS ID from files.
 #
 # Possible: yes, no
-# Default: no
+# Default: yes
 
 #ALLOW_VULNERABLE_PACKAGES=
 # allow the user to build packages which are known to be vulnerable to



Home | Main Index | Thread Index | Old Index