summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortriaxx <triaxx@pkgsrc.org>2018-02-26 08:00:08 +0000
committertriaxx <triaxx@pkgsrc.org>2018-02-26 08:00:08 +0000
commit3053a6faecf55807ba5784e3fc026991e0b1052e (patch)
tree6909eb40f16b2078172c9a5594b9ea1717769f23
parente4a18117d8a510dbf6ebb61fa2c73f036b70bbe8 (diff)
downloadpkgsrc-3053a6faecf55807ba5784e3fc026991e0b1052e.tar.gz
Update to 0.34
-rw-r--r--security/CSP/Makefile6
-rw-r--r--security/CSP/PLIST19
-rw-r--r--security/CSP/distinfo12
-rw-r--r--security/CSP/patches/patch-aa4
4 files changed, 30 insertions, 11 deletions
diff --git a/security/CSP/Makefile b/security/CSP/Makefile
index e5066b07c9c..bce1c30f218 100644
--- a/security/CSP/Makefile
+++ b/security/CSP/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2017/09/04 05:44:21 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2018/02/26 08:00:08 triaxx Exp $
-DISTNAME= CSP-0.32
-PKGREVISION= 13
+DISTNAME= CSP-0.34
CATEGORIES= security
#MASTER_SITES= ftp://ftp.su.se/pub/users/leifj/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${CSPGUIDE}
@@ -15,6 +14,7 @@ DEPENDS+= p5-IPC-Run>=0.79:../../devel/p5-IPC-Run
DEPENDS+= p5-Term-Prompt>=1.03:../../devel/p5-Term-Prompt
USE_TOOLS+= pax
+BUILD_DEFS+= VARBASE
CSPGUIDE= cspguide.pdf
#SITES.${CSPGUIDE}= http://devel.it.su.se/content/1/c4/32/90/
diff --git a/security/CSP/PLIST b/security/CSP/PLIST
index a1de0cfdf36..6025c3920d9 100644
--- a/security/CSP/PLIST
+++ b/security/CSP/PLIST
@@ -1,2 +1,19 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/12/27 20:56:17 cube Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/02/26 08:00:08 triaxx Exp $
+${PERL5_SUB_INSTALLARCHLIB}/perllocal.pod
+${PERL5_SUB_INSTALLVENDORLIB}/CSP.pm
+${PERL5_SUB_INSTALLVENDORLIB}/auto/CSP/autosplit.ix
+${PERL5_SUB_INSTALLVENDORARCH}/auto/CSP/.packlist
+${PERL5_SUB_INSTALLVENDORBIN}/csp
+${PERL5_SUB_INSTALLVENDORMAN3DIR}/CSP.3
share/doc/csp/cspguide.pdf
+var/csp/etc/aliases.txt
+var/csp/etc/crl_extensions.conf
+var/csp/etc/extensions.conf
+var/csp/etc/oids.conf
+var/csp/etc/public_html/certs/cert.html.mpp
+var/csp/etc/public_html/certs/expired.html.mpp
+var/csp/etc/public_html/certs/index.html.mpp
+var/csp/etc/public_html/certs/revoked.html.mpp
+var/csp/etc/public_html/certs/valid.html.mpp
+var/csp/etc/public_html/index.html.mpp
+var/csp/etc/types.txt
diff --git a/security/CSP/distinfo b/security/CSP/distinfo
index 50c79c0714e..609cf17f579 100644
--- a/security/CSP/distinfo
+++ b/security/CSP/distinfo
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 01:17:40 agc Exp $
+$NetBSD: distinfo,v 1.3 2018/02/26 08:00:08 triaxx Exp $
-SHA1 (CSP-0.32.tar.gz) = 4be5535e9a39286bdd967c9d3b5538437d1ca349
-RMD160 (CSP-0.32.tar.gz) = a344e8e94c08109ebc5d98a1a43e511e8ac8c887
-SHA512 (CSP-0.32.tar.gz) = a62091d67674adebf5f894660e15e68c4449eb59ecd7d426b425813034621f74f600e3966462ef269a508e2565ecf070c893cc5d5dfc7e579680cb9d4329bd10
-Size (CSP-0.32.tar.gz) = 18241 bytes
+SHA1 (CSP-0.34.tar.gz) = 13440461ffc119421a6a97f62d94d35a38fde2e7
+RMD160 (CSP-0.34.tar.gz) = 68a7e3ad1ccac9628aaffd5331e2877f29e2cb38
+SHA512 (CSP-0.34.tar.gz) = 3984a6b6acfca5430ce0b135f5d0e9c298165e9aebd9d6fe5b847926dcb7d2d7164331983bd651ae426d711db8f6ce9e3667254352198f7b52ccd03290f17785
+Size (CSP-0.34.tar.gz) = 18110 bytes
SHA1 (cspguide.pdf) = f527519553d7c64f625210a74435c413cd470838
RMD160 (cspguide.pdf) = d4727fb6e4e44ad8c45d0749374843b38a340af9
SHA512 (cspguide.pdf) = 2927a3d6b02e19e1acbd2230b4577d71151557cac22c59a7eebfab0d726c4deaf2826fe920065197bcd1271d37223a70ffd59fe3c3e37b93a6d8c799b5250b33
Size (cspguide.pdf) = 152084 bytes
-SHA1 (patch-aa) = ddfd76ff4c66629828a8126355e38a4bfedd2178
+SHA1 (patch-aa) = c97840d43189a14361646b79d826162bf8d22bc3
diff --git a/security/CSP/patches/patch-aa b/security/CSP/patches/patch-aa
index 7283675663a..abe5755b5f5 100644
--- a/security/CSP/patches/patch-aa
+++ b/security/CSP/patches/patch-aa
@@ -1,4 +1,6 @@
-$NetBSD: patch-aa,v 1.1.1.1 2005/12/27 20:56:17 cube Exp $
+$NetBSD: patch-aa,v 1.2 2018/02/26 08:00:08 triaxx Exp $
+
+Add variables for SUBST.
--- csp.orig 2005-06-02 18:40:20.000000000 +0200
+++ csp