pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/nss Update to 3.15.5
details: https://anonhg.NetBSD.org/pkgsrc/rev/622946e2aeb2
branches: trunk
changeset: 631589:622946e2aeb2
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Mon Mar 10 18:42:34 2014 +0000
description:
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:
devel/nss/Makefile | 4 ++--
devel/nss/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (29 lines):
diff -r d9e23e174204 -r 622946e2aeb2 devel/nss/Makefile
--- a/devel/nss/Makefile Mon Mar 10 18:03:35 2014 +0000
+++ b/devel/nss/Makefile Mon Mar 10 18:42:34 2014 +0000
@@ -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 -r d9e23e174204 -r 622946e2aeb2 devel/nss/distinfo
--- a/devel/nss/distinfo Mon Mar 10 18:03:35 2014 +0000
+++ b/devel/nss/distinfo Mon Mar 10 18:42:34 2014 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index