svn commit: r394868 - in head/security: ca_root_nss nss
Jan Beich
jbeich at FreeBSD.org
Thu Aug 20 13:13:54 UTC 2015
Author: jbeich
Date: Thu Aug 20 13:13:51 2015
New Revision: 394868
URL: https://svnweb.freebsd.org/changeset/ports/394868
Log:
security/{,ca_root_}nss: update to 3.20
No CA root changes, just chasing NSS version.
Changes: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.20_release_notes
Modified:
head/security/ca_root_nss/Makefile (contents, props changed)
head/security/ca_root_nss/distinfo (contents, props changed)
head/security/nss/Makefile (contents, props changed)
head/security/nss/distinfo (contents, props changed)
Modified: head/security/ca_root_nss/Makefile
==============================================================================
--- head/security/ca_root_nss/Makefile Thu Aug 20 13:13:51 2015 (r394867)
+++ head/security/ca_root_nss/Makefile Thu Aug 20 13:13:51 2015 (r394868)
@@ -32,7 +32,7 @@ PLIST_SUB+= CERTDIR=${CERTDIR}
# !!! Please DO NOT submit patches for new version until it has !!!
# !!! been committed there first. !!!
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-VERSION_NSS= 3.19.3
+VERSION_NSS= 3.20
#NSS_SUFFIX= -with-ckbi-1.98
CERTDATA_TXT_PATH= nss-${VERSION_NSS}/nss/lib/ckfw/builtins/certdata.txt
BUNDLE_PROCESSOR= MAca-bundle.pl
Modified: head/security/ca_root_nss/distinfo
==============================================================================
--- head/security/ca_root_nss/distinfo Thu Aug 20 13:13:51 2015 (r394867)
+++ head/security/ca_root_nss/distinfo Thu Aug 20 13:13:51 2015 (r394868)
@@ -1,2 +1,2 @@
-SHA256 (nss-3.19.3.tar.gz) = c56bdad20736a8227afb3c97b25d6d2eb3982e979ddc9be1d66cb7199ae8ca8f
-SIZE (nss-3.19.3.tar.gz) = 6949648
+SHA256 (nss-3.20.tar.gz) = 5e38d4b9837ca338af966b97fc91c07f67ad647fb38dc4af3cfd0d84e477d15c
+SIZE (nss-3.20.tar.gz) = 6955552
Modified: head/security/nss/Makefile
==============================================================================
--- head/security/nss/Makefile Thu Aug 20 13:13:51 2015 (r394867)
+++ head/security/nss/Makefile Thu Aug 20 13:13:51 2015 (r394868)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= nss
-PORTVERSION= 3.19.3
+PORTVERSION= 3.20
#DISTVERSIONSUFFIX= -with-ckbi-1.98
CATEGORIES= security
MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src
@@ -11,7 +11,7 @@ MAINTAINER= gecko at FreeBSD.org
COMMENT= Libraries to support development of security-enabled applications
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \
- nspr>=4.10.5:${PORTSDIR}/devel/nspr \
+ nspr>=4.10.8:${PORTSDIR}/devel/nspr \
sqlite3>=3.7.15:${PORTSDIR}/databases/sqlite3
LIB_DEPENDS= libnspr4.so:${PORTSDIR}/devel/nspr \
libsqlite3.so:${PORTSDIR}/databases/sqlite3
Modified: head/security/nss/distinfo
==============================================================================
--- head/security/nss/distinfo Thu Aug 20 13:13:51 2015 (r394867)
+++ head/security/nss/distinfo Thu Aug 20 13:13:51 2015 (r394868)
@@ -1,2 +1,2 @@
-SHA256 (nss-3.19.3.tar.gz) = c56bdad20736a8227afb3c97b25d6d2eb3982e979ddc9be1d66cb7199ae8ca8f
-SIZE (nss-3.19.3.tar.gz) = 6949648
+SHA256 (nss-3.20.tar.gz) = 5e38d4b9837ca338af966b97fc91c07f67ad647fb38dc4af3cfd0d84e477d15c
+SIZE (nss-3.20.tar.gz) = 6955552
More information about the svn-ports-all
mailing list