diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-12-15 14:21:01 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-12-15 14:21:01 +0000 |
commit | f36d22875dad9c7a9050d43050523cc8e020e936 (patch) | |
tree | f6e72c876dc018e73501d559fe927af95938435c /devel | |
parent | 6f695ce4e27d942ade646aafa0acbed0c708d95b (diff) | |
download | pkgsrc-f36d22875dad9c7a9050d43050523cc8e020e936.tar.gz |
Update to 3.15.3.1
Changelog:
New in NSS 3.15.3.1
New Functionality
No new major functionality is introduced in this release. This is
a patch release to revoke trust of a subordinate CA certificate
that was mis-used to generate a certificate used by a network
appliance.
Bugs fixed in NSS 3.15.3.1
Bug 946351 - Misissued Google certificates from DCSSI
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.1&product=NSS
Compatibility
NSS 3.15.3.1 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.1 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')
-rw-r--r-- | devel/nss/Makefile | 4 | ||||
-rw-r--r-- | devel/nss/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/nss/Makefile b/devel/nss/Makefile index 01bf778b034..8d51412408b 100644 --- a/devel/nss/Makefile +++ b/devel/nss/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.72 2013/11/21 15:23:47 ryoon Exp $ +# $NetBSD: Makefile,v 1.73 2013/12/15 14:21:01 ryoon Exp $ DISTNAME= nss-${NSS_RELEASE} -NSS_RELEASE= 3.15.3 +NSS_RELEASE= 3.15.3.1 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 52ae20bb658..eee08e97692 100644 --- a/devel/nss/distinfo +++ b/devel/nss/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.30 2013/11/21 15:23:47 ryoon Exp $ +$NetBSD: distinfo,v 1.31 2013/12/15 14:21:01 ryoon Exp $ -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 (nss-3.15.3.1.tar.gz) = 4e0f81a1f770447dc5440201a579151b601463e2 +RMD160 (nss-3.15.3.1.tar.gz) = 17d3e4a4aa55e87d2ca5858a0e0be751ff951a71 +Size (nss-3.15.3.1.tar.gz) = 6289657 bytes SHA1 (patch-am) = ee4c4beeb120397852fc4b06b7dd54534d0d5ac5 SHA1 (patch-an) = 4ab22f2a575676b5b640bc9a760b83eb05c75e69 SHA1 (patch-md) = 0a09fd2abb8674a2d301f1b6a5331af5db94178f |