diff options
author | bapt <bapt@FreeBSD.org> | 2014-09-09 14:16:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-09-09 14:16:35 +0800 |
commit | 810ee4b28dab90c036696f081a69b9bfd1073afd (patch) | |
tree | 781de0366f06f8728245988a38a42d4e172d024d /security | |
parent | 0b1c4ffd78335ffea5779da45a6875656df9d40f (diff) | |
download | freebsd-ports-gnome-810ee4b28dab90c036696f081a69b9bfd1073afd.tar.gz freebsd-ports-gnome-810ee4b28dab90c036696f081a69b9bfd1073afd.tar.zst freebsd-ports-gnome-810ee4b28dab90c036696f081a69b9bfd1073afd.zip |
Mozilla upgrades:
- Update nspr to 4.10.7
- Update ca_root_nss to 3.17 (mark as NO_ARCH while here)
- Update firefox to 32.0
- Update thunderbird to 31.1.0
- Add net-im/linux-instantbird
- Update firefox-est to 31.1.0
- Update libxul to 24.8.0
- Update seamonkey to 2.29
Submitted by: Jan Beich for gecko@
Diffstat (limited to 'security')
-rw-r--r-- | security/ca_root_nss/Makefile | 3 | ||||
-rw-r--r-- | security/ca_root_nss/distinfo | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/security/ca_root_nss/Makefile b/security/ca_root_nss/Makefile index 451052a95c39..eeb50686c377 100644 --- a/security/ca_root_nss/Makefile +++ b/security/ca_root_nss/Makefile @@ -14,6 +14,7 @@ ETCSYMLINK_DESC= Add symlink to /etc/ssl/cert.pem USES= perl5 USE_PERL5= build +NO_ARCH= yes NO_WRKSUBDIR= yes CERTDIR?= share/certs @@ -24,7 +25,7 @@ PLIST_SUB+= CERTDIR=${CERTDIR} # !!! Please DO NOT submit patches for new version until it has !!! # !!! been committed there first. !!! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -VERSION_NSS= 3.16.3 +VERSION_NSS= 3.17 #NSS_SUFFIX= .with.ckbi.1.93 CERTDATA_TXT_PATH= nss-${VERSION_NSS}/nss/lib/ckfw/builtins/certdata.txt BUNDLE_PROCESSOR= MAca-bundle.pl diff --git a/security/ca_root_nss/distinfo b/security/ca_root_nss/distinfo index 987f13b8113b..8e9dfbad8390 100644 --- a/security/ca_root_nss/distinfo +++ b/security/ca_root_nss/distinfo @@ -1,2 +1,2 @@ -SHA256 (nss-3.16.3.tar.gz) = 657711ff7a4058043b69019a66f44101d0234eae2b6b80ab900439dbf02add60 -SIZE (nss-3.16.3.tar.gz) = 6426732 +SHA256 (nss-3.17.tar.gz) = 3b1abcd8f89211dda2cc739bfa76552d080f7ea80482ef2727b006548a7f0c81 +SIZE (nss-3.17.tar.gz) = 6429534 |