pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/mozilla-rootcerts Add comment about multiple ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce0579e300f4
branches:  trunk
changeset: 364222:ce0579e300f4
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Jun 22 00:30:10 2017 +0000

description:
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.

diffstat:

 security/mozilla-rootcerts/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 7dc962ed1e5e -r ce0579e300f4 security/mozilla-rootcerts/Makefile
--- a/security/mozilla-rootcerts/Makefile       Wed Jun 21 22:22:06 2017 +0000
+++ b/security/mozilla-rootcerts/Makefile       Thu Jun 22 00:30:10 2017 +0000
@@ -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 @@
 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