pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/hs-x509-system



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Sun Sep  3 00:15:22 UTC 2023

Modified Files:
        pkgsrc/security/hs-x509-system: Makefile

Log Message:
hs-x509-system: Remove dependency on mozilla-rootcerts-openssl.

This blows away user's system configuration when privileged, and
renders the package unusable when unprivileged.

If this worked around a problem, we need to find a different way to
solve the problem that doesn't cause these other problems.

ok gdt


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/hs-x509-system/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/hs-x509-system/Makefile
diff -u pkgsrc/security/hs-x509-system/Makefile:1.9 pkgsrc/security/hs-x509-system/Makefile:1.10
--- pkgsrc/security/hs-x509-system/Makefile:1.9 Tue Feb  7 01:41:05 2023
+++ pkgsrc/security/hs-x509-system/Makefile     Sun Sep  3 00:15:22 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2023/02/07 01:41:05 pho Exp $
+# $NetBSD: Makefile,v 1.10 2023/09/03 00:15:22 riastradh Exp $
 
 DISTNAME=      x509-system-1.6.7
 PKGREVISION=   5
@@ -8,10 +8,6 @@ MAINTAINER=    pho%cielonegro.org@localhost
 COMMENT=       Handle per-operating-system X.509 accessors and storage
 LICENSE=       modified-bsd
 
-.include "../../mk/bsd.fast.prefs.mk"
-.if ${OPSYS} == "NetBSD"
-DEPENDS+=      mozilla-rootcerts-openssl-[0-9]*:../../security/mozilla-rootcerts-openssl
-.endif
 SYSCONFDIR=    /etc
 
 SUBST_CLASSES+=                certs



Home | Main Index | Thread Index | Old Index