pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/nss



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Nov  4 00:33:27 UTC 2018

Modified Files:
        pkgsrc/devel/nss: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.157 -r1.158 pkgsrc/devel/nss/Makefile
cvs rdiff -u -r1.90 -r1.91 pkgsrc/devel/nss/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/nss/Makefile
diff -u pkgsrc/devel/nss/Makefile:1.157 pkgsrc/devel/nss/Makefile:1.158
--- pkgsrc/devel/nss/Makefile:1.157     Wed Sep  5 15:19:03 2018
+++ pkgsrc/devel/nss/Makefile   Sun Nov  4 00:33:27 2018
@@ -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/}
 

Index: pkgsrc/devel/nss/distinfo
diff -u pkgsrc/devel/nss/distinfo:1.90 pkgsrc/devel/nss/distinfo:1.91
--- pkgsrc/devel/nss/distinfo:1.90      Wed Sep  5 15:19:03 2018
+++ pkgsrc/devel/nss/distinfo   Sun Nov  4 00:33:27 2018
@@ -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