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.19.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/c59dbfae4050
branches: trunk
changeset: 652306:c59dbfae4050
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Fri May 29 14:19:25 2015 +0000
description:
Update to 3.19.1
Changelog:
Network Security Services (NSS) 3.19.1 is a patch release
for NSS 3.19.
No new functionality is introduced in this release. This patch
release includes a fix for the recently published logjam attack.
Notable Changes:
* The minimum strength of keys that libssl will accept for
finite field algorithms (RSA, Diffie-Hellman, and DSA) have
been increased to 1023 bits (bug 1138554).
* NSS reports the bit length of keys more accurately. Thus,
the SECKEY_PublicKeyStrength and SECKEY_PublicKeyStrengthInBits
functions could report smaller values for values that have
leading zero values. This affects the key strength values that
are reported by SSL_GetChannelInfo.
The NSS development team would like to thank Matthew Green and
Karthikeyan Bhargavan for responsibly disclosing the issue in
bug 1138554.
The HG tag is NSS_3_19_1_RTM. NSS 3.19.1 requires NSPR 4.10.8 or newer.
diffstat:
devel/nss/Makefile | 4 ++--
devel/nss/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (29 lines):
diff -r c96c3d1179eb -r c59dbfae4050 devel/nss/Makefile
--- a/devel/nss/Makefile Fri May 29 14:15:56 2015 +0000
+++ b/devel/nss/Makefile Fri May 29 14:19:25 2015 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.96 2015/05/05 21:42:19 ryoon Exp $
+# $NetBSD: Makefile,v 1.97 2015/05/29 14:19:25 ryoon Exp $
DISTNAME= nss-${NSS_RELEASE:S/.0$//}
-NSS_RELEASE= 3.19.0
+NSS_RELEASE= 3.19.1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_MOZILLA_ALL:=security/nss/releases/NSS_${NSS_RELEASE:S/.0$//:S/./_/g}_RTM/src/}
diff -r c96c3d1179eb -r c59dbfae4050 devel/nss/distinfo
--- a/devel/nss/distinfo Fri May 29 14:15:56 2015 +0000
+++ b/devel/nss/distinfo Fri May 29 14:19:25 2015 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.47 2015/05/05 21:42:19 ryoon Exp $
+$NetBSD: distinfo,v 1.48 2015/05/29 14:19:25 ryoon Exp $
-SHA1 (nss-3.19.tar.gz) = 5c344b28abe7e0529d58373c5005ccfc66869716
-RMD160 (nss-3.19.tar.gz) = c3685a9dbd52bf7e64139c518386e3e2b677458b
-Size (nss-3.19.tar.gz) = 6951461 bytes
+SHA1 (nss-3.19.1.tar.gz) = 9e20dee2137265e61ce8a70daaf44fe0315fdb81
+RMD160 (nss-3.19.1.tar.gz) = aeef3cd93419dcc9e50c9fa648c6ac113ca4547d
+Size (nss-3.19.1.tar.gz) = 6953537 bytes
SHA1 (patch-am) = ee4c4beeb120397852fc4b06b7dd54534d0d5ac5
SHA1 (patch-an) = 4ab22f2a575676b5b640bc9a760b83eb05c75e69
SHA1 (patch-md) = 0a09fd2abb8674a2d301f1b6a5331af5db94178f
Home |
Main Index |
Thread Index |
Old Index