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.40



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53513a3ca8f8
branches:  trunk
changeset: 324941:53513a3ca8f8
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sun Nov 04 00:33:27 2018 +0000

description:
Update to 3.40

Changelog:
Notable bug fixes:
* Bug 1478698 - FFDHE key exchange sometimes fails with decryption failure

New functionality:
* The draft-00 version of encrypted SNI support is implemented
* tstclnt now takes -N option to specify encrypted SNI key

Notable changes:
* The mozilla::pkix library has been ported from Mozilla PSM to NSS.
  This is a C++ library for building certification paths.
  mozilla::pkix APIs are not exposed in the libraries NSS builds.
* It is easier to build NSS on Windows in mozilla-build environments.
* The following CA certificates were Removed:
    CN = Visa eCommerce Root

diffstat:

 devel/nss/Makefile |   4 ++--
 devel/nss/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (31 lines):

diff -r 7236fa5f9330 -r 53513a3ca8f8 devel/nss/Makefile
--- a/devel/nss/Makefile        Sun Nov 04 00:29:19 2018 +0000
+++ b/devel/nss/Makefile        Sun Nov 04 00:33:27 2018 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.157 2018/09/05 15:19:03 ryoon Exp $
+# $NetBSD: Makefile,v 1.158 2018/11/04 00:33:27 ryoon Exp $
 
 DISTNAME=              nss-${NSS_RELEASE:S/.0$//}
-NSS_RELEASE=           3.39.0
+NSS_RELEASE=           3.40.0
 CATEGORIES=            security
 MASTER_SITES=          ${MASTER_SITE_MOZILLA_ALL:=security/nss/releases/NSS_${NSS_DIST_DIR_VERSION:S/_0$//}_RTM/src/}
 
diff -r 7236fa5f9330 -r 53513a3ca8f8 devel/nss/distinfo
--- a/devel/nss/distinfo        Sun Nov 04 00:29:19 2018 +0000
+++ b/devel/nss/distinfo        Sun Nov 04 00:33:27 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.90 2018/09/05 15:19:03 ryoon Exp $
+$NetBSD: distinfo,v 1.91 2018/11/04 00:33:27 ryoon Exp $
 
-SHA1 (nss-3.39.tar.gz) = 351e0e9607ead50174efe5f5107e2dc97e7358f2
-RMD160 (nss-3.39.tar.gz) = 84a0a74fc8666cbfba370c7ce5fa69e27863a04e
-SHA512 (nss-3.39.tar.gz) = 16358c2d8660ca301410b1d39b2eae64fe2ebbbfab797872410e5fcc67f802ef48f4e362edeecb0591626c77013537019094a6a5dfc8d24487b6b6e54564da8f
-Size (nss-3.39.tar.gz) = 23048561 bytes
+SHA1 (nss-3.40.tar.gz) = 735b8b15134cf84d730c19b0e2f891b0fd7b5e9d
+RMD160 (nss-3.40.tar.gz) = 77b06721a1563a5360ed984d26e78b2d58febaf9
+SHA512 (nss-3.40.tar.gz) = 3781c94595126757c95ea82c3134eb3f06f4c3814e9ed2bfceae22623a413d622349d08c6779e1230b2dbebd1f07aba58094fe83dcddebb3e043481e7a478239
+Size (nss-3.40.tar.gz) = 23308315 bytes
 SHA1 (patch-am) = bab47640c0d25629f43578e7b788859418b27ecd
 SHA1 (patch-an) = 4ab22f2a575676b5b640bc9a760b83eb05c75e69
 SHA1 (patch-md) = 8547c9414332c02221b96719dea1e09cb741f4d1



Home | Main Index | Thread Index | Old Index