diff options
author | ryoon <ryoon> | 2014-03-10 18:42:34 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2014-03-10 18:42:34 +0000 |
commit | 5476cbe741f4f86dd175c031440fcdfcec552f99 (patch) | |
tree | f097c9804c1730e143058d2a4ab55be7cc0f8728 /devel/nss | |
parent | 9b52cc922e478e24520277ee41ee16d70167fcd1 (diff) | |
download | pkgsrc-5476cbe741f4f86dd175c031440fcdfcec552f99.tar.gz |
Update to 3.15.5
Changelog:
From: https://developer.mozilla.org/en-US/docs/NSS/NSS_3.15.5_release_notes
Network Security Services (NSS) 3.15.5 is a patch release for NSS 3.15.
New functionality:
* Added support for the TLS application layer protocol negotiation
(ALPN) extension. Two SSL socket options, SSL_ENABLE_NPN and
SSL_ENABLE_ALPN, can be used to control whether NPN or ALPN (or both)
should be used for application layer protocol negotiation.
* Added the TLS padding extension. The extension type value is 35655,
which may change when an official extension type value is assigned
by IANA. NSS automatically adds the padding extension to ClientHello
when necessary.
* Added a new macro CERT_LIST_TAIL, defined in certt.h, for getting
the tail of a CERTCertList.
Notable Changes:
* Bug 950129: Improve the OCSP fetching policy when verifying OCSP
responses
* Bug 949060: Validate the iov input argument (an array of PRIOVec
structures) of ssl_WriteV (called via PR_Writev). Applications should
still take care when converting struct iov to PRIOVec because the
iov_len members of the two structures have different types
(size_t vs. int). size_t is unsigned and may be larger than int.
Diffstat (limited to 'devel/nss')
-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 d5296afda22..0e34b1be966 100644 --- a/devel/nss/Makefile +++ b/devel/nss/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.75 2014/01/15 14:38:53 ryoon Exp $ +# $NetBSD: Makefile,v 1.76 2014/03/10 18:42:34 ryoon Exp $ DISTNAME= nss-${NSS_RELEASE} -NSS_RELEASE= 3.15.4 +NSS_RELEASE= 3.15.5 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 c039297247b..c1156c97aa6 100644 --- a/devel/nss/distinfo +++ b/devel/nss/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.32 2014/01/15 14:38:53 ryoon Exp $ +$NetBSD: distinfo,v 1.33 2014/03/10 18:42:34 ryoon Exp $ -SHA1 (nss-3.15.4.tar.gz) = c164fac83fcbaff010786767e2a858ca23a89a5b -RMD160 (nss-3.15.4.tar.gz) = f64ca30c5610c297ee786e0455d0c350079c7e1a -Size (nss-3.15.4.tar.gz) = 6366271 bytes +SHA1 (nss-3.15.5.tar.gz) = c8d34a33cf5782d35df1aa78cdb38707d7bfc5fe +RMD160 (nss-3.15.5.tar.gz) = 65bf29ef4671d52b9d5f75068043fcc57f7f64bb +Size (nss-3.15.5.tar.gz) = 6367893 bytes SHA1 (patch-am) = ee4c4beeb120397852fc4b06b7dd54534d0d5ac5 SHA1 (patch-an) = 4ab22f2a575676b5b640bc9a760b83eb05c75e69 SHA1 (patch-md) = 0a09fd2abb8674a2d301f1b6a5331af5db94178f |