pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/mozilla-rootcerts-openssl
Module Name: pkgsrc
Committed By: gdt
Date: Thu Mar 12 13:43:35 UTC 2020
Modified Files:
pkgsrc/security/mozilla-rootcerts-openssl: Makefile
Log Message:
security/mozilla-rootcerts-openssl: Allow in-pkgsrc unprivileged install
This was marked NOT_FOR_UNPRIVILEGED, but that is only appropriate
when the package (abusively, as a pre-existing well-discussed
compromise) writes outside of the pkgsrc prefix.
Patch by Jason Bacon, with general approval on tech-pkg.
ok dholland@
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/mozilla-rootcerts-openssl/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-openssl/Makefile
diff -u pkgsrc/security/mozilla-rootcerts-openssl/Makefile:1.11 pkgsrc/security/mozilla-rootcerts-openssl/Makefile:1.12
--- pkgsrc/security/mozilla-rootcerts-openssl/Makefile:1.11 Sat Dec 7 18:29:31 2019
+++ pkgsrc/security/mozilla-rootcerts-openssl/Makefile Thu Mar 12 13:43:35 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2019/12/07 18:29:31 sevan Exp $
+# $NetBSD: Makefile,v 1.12 2020/03/12 13:43:35 gdt Exp $
PKGNAME= mozilla-rootcerts-openssl-2.3
CATEGORIES= security
@@ -29,6 +29,7 @@ CHECK_BUILTIN.openssl= no
# For native openssl this is in /etc outside of ${PREFIX}. Beware.
#
.if !empty(USE_BUILTIN.openssl:M[yY][eE][sS])
+NOT_FOR_UNPRIVILEGED= yes
PLACE= /etc
SET_PREFIX= yes
PLIST_SUBST+= MYETCDIR=etc
@@ -40,8 +41,6 @@ SET_PREFIX= yes
PLIST_SUBST+= MYETCDIR=${MY_PKG_SYSCONFDIR:S/^${PREFIX}//}
.endif
-NOT_FOR_UNPRIVILEGED= yes
-
OPENSSLDIR= ${PLACE}/openssl/certs
do-install:
Home |
Main Index |
Thread Index |
Old Index