Module Name:    src
Committed By:   apb
Date:           Fri May  1 20:47:53 UTC 2009

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
Switch from sha1 to sha256 in the METALOG.  The same information
also ends up in /etc/mtree/set.* after installation.


To generate a diff of this commit:
cvs rdiff -u -r1.561 -r1.562 src/share/mk/bsd.own.mk

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

Modified files:

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.561 src/share/mk/bsd.own.mk:1.562
--- src/share/mk/bsd.own.mk:1.561	Fri Apr 10 16:14:54 2009
+++ src/share/mk/bsd.own.mk	Fri May  1 20:47:53 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.561 2009/04/10 16:14:54 bouyer Exp $
+#	$NetBSD: bsd.own.mk,v 1.562 2009/05/01 20:47:53 apb Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -749,7 +749,7 @@
 METALOG.add?=	${TOOL_CAT} -l >> ${METALOG}
 .if (${_SRC_TOP_} != "")	# only set INSTPRIV if inside ${NETBSDSRCDIR}
 .if ${MKUNPRIVED} != "no"
-INSTPRIV.unpriv=-U -M ${METALOG} -D ${DESTDIR} -h sha1
+INSTPRIV.unpriv=-U -M ${METALOG} -D ${DESTDIR} -h sha256
 .else
 INSTPRIV.unpriv=
 .endif

Reply via email to