diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2014-06-11 03:42:55 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2014-06-11 03:42:55 +0000 |
commit | 0557b9315d4e0c460a7150b697ad040a7084852d (patch) | |
tree | 95c4039ece9c88b497d122c1719bf5d754d803a8 /security/nss | |
parent | 43fd6859fb194226b5da2b861b50a9d77315943b (diff) |
- Update Firefox to 30.0
- Update Firefox ESR to 24.6.0
- Update libxul to 24.6.0
- Update NSS to 3.16.1
- Update NSPR to 4.10.6
- Update Thunderbird to 24.6.0
- Convert USE_BZIP2 to USES
- Backport ff31 fix against crashing DEBUG build on newegg.com [1]
- Add a note in UPDATING to not build audio/soundtouch with
INTEGER_SAMPLES [2]
- Use arc4random_buf(3) to generate UUIDs (version 4)
- Fix debugger detection used by Telemetry and the slow script dialog
- Add STAGE support [3]
PR: ports/189991 [1]
PR: ports/189217 [2]
PR: ports/189488 [2]
Submitted by: bapt [3]
Sumbitted by: Jan Beich
Security: http://www.vuxml.org/freebsd/888a0262-f0d9-11e3-ba0c-b4b52fce4ce8.html
Notes
Notes:
svn path=/head/; revision=357413
Diffstat (limited to 'security/nss')
-rw-r--r-- | security/nss/Makefile | 2 | ||||
-rw-r--r-- | security/nss/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/nss/Makefile b/security/nss/Makefile index d739f7dfd5f5..20b5efc59bc0 100644 --- a/security/nss/Makefile +++ b/security/nss/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.16 +PORTVERSION= 3.16.1 #DISTVERSIONSUFFIX= .with.ckbi.1.93 CATEGORIES= security MASTER_SITES= MOZILLA/security/${PORTNAME}/releases/${DISTNAME:tu:C/[-.]/_/g}_RTM/src diff --git a/security/nss/distinfo b/security/nss/distinfo index ca6d01f6d9e5..df400028fccf 100644 --- a/security/nss/distinfo +++ b/security/nss/distinfo @@ -1,2 +1,2 @@ -SHA256 (nss-3.16.tar.gz) = 2bb4faa200962caacf0454f1e870e74aa9a543809e5c440f7978bcce58e0bfe8 -SIZE (nss-3.16.tar.gz) = 6378110 +SHA256 (nss-3.16.1.tar.gz) = fab750f7d34c09cf34df25da1924a9a8f4c7f1768e2d456f8be767ecbbe84a6e +SIZE (nss-3.16.1.tar.gz) = 6409506 |