- fix file name ca-bundle.crt -> ca-root-nss.crt [1]

- Properly sub VERSION_NSS var [1]
- While here, update to 3.12.6 to sync with security/nss

PR:             ports/143584 [1]
Submitted by:   Kevin Kobb <kkobb@skylinecorp.com> [1]
Approved by:    maintainer timeout (brooks ; 209 days) [1]
This commit is contained in:
Philip M. Gollucci 2010-09-08 01:42:36 +00:00
parent aa03171694
commit ff142f97f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260735
3 changed files with 16 additions and 11 deletions

View File

@ -25,7 +25,7 @@ CERTDIR?= share/certs
PLIST_SUB+= CERTDIR=${CERTDIR}
# These versions intend to track security/nss and www/apache13-modssl.
VERSION_NSS= 3.12.4
VERSION_NSS= 3.12.6
VERSION_APACHE= 1.3.41
VERSION_MODSSL= 2.8.31
MASTER_SITES_MODSSL= http://www.modssl.org/source/ \
@ -58,6 +58,10 @@ do-extract:
@${RM} -rf ${WRKDIR}/mod_ssl-${VERSION_MODSSL}-${VERSION_APACHE} \
${WRKDIR}/nss-${VERSION_NSS}
post-patch:
@${PERL} -pi -e 's,%%VERSION_NSS%%,${VERSION_NSS},g;' \
${WRKDIR}/ca-bundle.pl
do-build:
@${PERL} ${WRKDIR}/ca-bundle.pl < ${WRKDIR}/certdata.txt > \
${WRKDIR}/ca-root-nss.crt

View File

@ -1,6 +1,6 @@
MD5 (nss-3.12.4.tar.gz) = 1ee3ed9c1900079319bd1de51388d856
SHA256 (nss-3.12.4.tar.gz) = 8202546524c69ce03e1c3ef5e2956b71b8fa0a5bffdf06568597e7c0d1f83bf0
SIZE (nss-3.12.4.tar.gz) = 5412877
MD5 (nss-3.12.6.tar.gz) = da42596665f226de5eb3ecfc1ec57cd1
SHA256 (nss-3.12.6.tar.gz) = 8f9759be1ce928e82830923fde62a66e270c4645f10a4c176acfccb6021a9795
SIZE (nss-3.12.6.tar.gz) = 5947630
MD5 (mod_ssl-2.8.31-1.3.41.tar.gz) = 4d55fc5c7cbf38820b44edf767f571c4
SHA256 (mod_ssl-2.8.31-1.3.41.tar.gz) = dc3e7fef57e53a9ab8b1a541d712ea94630ffe5f1d1eb291d5fa19a80c71dd4d
SIZE (mod_ssl-2.8.31-1.3.41.tar.gz) = 820067

View File

@ -1,9 +1,9 @@
$FreeBSD$
--- ca-bundle.pl.orig
+++ ca-bundle.pl
@@ -3,30 +3,18 @@
--- ca-bundle.pl.orig 2010-02-05 10:08:58.000000000 -0500
+++ ca-bundle.pl 2010-02-05 10:13:35.000000000 -0500
@@ -1,32 +1,20 @@
##
-## ca-bundle.pl -- Regenerate ca-bundle.crt from the Mozilla certdata.txt
+## ca-bundle.pl -- Regenerate ca-root-nss.crt from the Mozilla certdata.txt
##
# configuration
@ -14,7 +14,8 @@ $FreeBSD$
-$date =~ s/\n$//s;
print <<EOH;
##
## ca-bundle.crt -- Bundle of CA Root Certificates
-## ca-bundle.crt -- Bundle of CA Root Certificates
+## ca-root-nss.crt -- Bundle of CA Root Certificates
##
## This is a bundle of X.509 certificates of public Certificate
## Authorities (CA). These were automatically extracted from Mozilla's