pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/mozilla-rootcerts



Module Name:    pkgsrc
Committed By:   gdt
Date:           Thu Jun 22 00:30:10 UTC 2017

Modified Files:
        pkgsrc/security/mozilla-rootcerts: Makefile

Log Message:
Add comment about multiple install locations

This package installs into either the builtin openssl or the pkgsrc
one, depending on which is chosen.  However, that's not obviously
right (while also not obviously wrong).  If there are two versions of
of openssl, perhaps both should have certificates configured.  Or
perhaps not -- this simply adds a comment that the issue bears
thinking about.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/security/mozilla-rootcerts/Makefile

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

Modified files:

Index: pkgsrc/security/mozilla-rootcerts/Makefile
diff -u pkgsrc/security/mozilla-rootcerts/Makefile:1.29 pkgsrc/security/mozilla-rootcerts/Makefile:1.30
--- pkgsrc/security/mozilla-rootcerts/Makefile:1.29     Mon Jun 19 00:37:48 2017
+++ pkgsrc/security/mozilla-rootcerts/Makefile  Thu Jun 22 00:30:10 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2017/06/19 00:37:48 gdt Exp $
+# $NetBSD: Makefile,v 1.30 2017/06/22 00:30:10 gdt Exp $
 
 DISTNAME=      mozilla-rootcerts-1.0.${CERTDATA_DATE}
 PKGREVISION=   5
@@ -21,7 +21,10 @@ CERTDATA=    certdata-${CERTDATA_DATE}.txt
 WRKSRC=                ${WRKDIR}
 DATADIR=       ${PREFIX}/share/${PKGBASE}
 
-# Set paths depending on whether we depend on builtin or pkgsrc openssl.
+# Set paths depending on whether we depend on builtin or pkgsrc
+# openssl.  \todo Arguably, we should consider installing into both
+# builtin and pkgsrc, if both exist, but this requires much more
+# thought.
 CHECK_BUILTIN.openssl= yes
 .include "../../security/openssl/builtin.mk"
 CHECK_BUILTIN.openssl= no



Home | Main Index | Thread Index | Old Index