diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-11-21 15:23:47 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-11-21 15:23:47 +0000 |
commit | 6fe80076cca64f53ebcbcf73a75eced7f6ea15e1 (patch) | |
tree | 03ae793f7b6f38f7ef30cf8d47004ce0c56d21bd /devel/nss | |
parent | 72f97ef517789306e69e6ee071b61df66786b578 (diff) | |
download | pkgsrc-6fe80076cca64f53ebcbcf73a75eced7f6ea15e1.tar.gz |
Update to 3.15.3
Changelog:
Security Advisories
The following security-relevant bugs have been resolved in NSS 3.15.3. Users are encouraged to upgrade immediately.
Bug 925100 - (CVE-2013-1741) Ensure a size is <= half of the maximum PRUint32 value
Bug 934016 - (CVE-2013-5605) Handle invalid handshake packets
Bug 910438 - (CVE-2013-5606) Return the correct result in CERT_VerifyCert on failure, if a verifyLog isn't used
New in NSS 3.15.3
New Functionality
No new major functionality is introduced in this release. This release is a patch release to address CVE-2013-1741, CVE-2013-5605 and CVE-2013-5606.
Bugs fixed in NSS 3.15.3
Bug 850478 - List RC4_128 cipher suites after AES_128 cipher suites
Bug 919677 - Don't advertise TLS 1.2-only ciphersuites in a TLS 1.1 ClientHello
A complete list of all bugs resolved in this release can be obtained at
https://bugzilla.mozilla.org/buglist.cgi?resolution=FIXED&classification=Components&query_format=advanced&target_milestone=3.15.3&product=NSS
Compatibility
NSS 3.15.3 shared libraries are backward compatible with all older NSS 3.x
shared libraries. A program linked with older NSS 3.x shared libraries will
work with NSS 3.15.3 shared libraries without recompiling or relinking.
Furthermore, applications that restrict their use of NSS APIs to the
functions listed in NSS Public Functions will remain compatible with future
versions of the NSS shared libraries.
Diffstat (limited to 'devel/nss')
-rw-r--r-- | devel/nss/Makefile | 5 | ||||
-rw-r--r-- | devel/nss/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/nss/Makefile b/devel/nss/Makefile index a60aaa8d401..01bf778b034 100644 --- a/devel/nss/Makefile +++ b/devel/nss/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.71 2013/10/19 09:07:03 adam Exp $ +# $NetBSD: Makefile,v 1.72 2013/11/21 15:23:47 ryoon Exp $ DISTNAME= nss-${NSS_RELEASE} -NSS_RELEASE= 3.15.2 -PKGREVISION= 1 +NSS_RELEASE= 3.15.3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=security/nss/releases/NSS_${NSS_RELEASE:S/./_/g}_RTM/src/} diff --git a/devel/nss/distinfo b/devel/nss/distinfo index 4135a462daf..52ae20bb658 100644 --- a/devel/nss/distinfo +++ b/devel/nss/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.29 2013/10/15 16:10:33 ryoon Exp $ +$NetBSD: distinfo,v 1.30 2013/11/21 15:23:47 ryoon Exp $ -SHA1 (nss-3.15.2.tar.gz) = 2d900c296bf11deabbf833ebd6ecdea549c97a5f -RMD160 (nss-3.15.2.tar.gz) = 4e427758808394bd70bd9b060e888bb337bf7f85 -Size (nss-3.15.2.tar.gz) = 6288669 bytes +SHA1 (nss-3.15.3.tar.gz) = 1d0f6707eda35f6c7be92fe2b0537dc090a8f203 +RMD160 (nss-3.15.3.tar.gz) = bfa730d805ebe00333547cf1ca60064c9aaae630 +Size (nss-3.15.3.tar.gz) = 6288990 bytes SHA1 (patch-am) = ee4c4beeb120397852fc4b06b7dd54534d0d5ac5 SHA1 (patch-an) = 4ab22f2a575676b5b640bc9a760b83eb05c75e69 SHA1 (patch-md) = 0a09fd2abb8674a2d301f1b6a5331af5db94178f |