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 Aug 23 08:31:27 UTC 2020

Modified Files:
        pkgsrc/devel/nss: Makefile distinfo

Log Message:
nss: Update to 3.56

CHangelog:
Notable Changes in NSS 3.56

* The known issue where Makefile builds failed to locate seccomon.h was fixed
in Bug 1653975.
* NSPR dependency updated to 4.28.

Bugs fixed in NSS 3.56

* Bug 1650702 - Support SHA-1 HW acceleration on ARMv8
* Bug 1656981 - Use MPI comba and mulq optimizations on x86-64 MacOS.
* Bug 1654142 - Add CPU feature detection for Intel SHA extension.
* Bug 1648822 - Add stricter validation of DH keys in FIPS mode.
* Bug 1656986 - Properly detect arm64 during GYP build architecture detection.
* Bug 1652729 - Add build flag to disable RC2 and relocate to
lib/freebl/deprecated.
* Bug 1656429 - Correct RTT estimate used in 0-RTT anti-replay.
* Bug 1588941 - Send empty certificate message when scheme selection fails.
* Bug 1652032 - Fix failure to build in Windows arm64 makefile
cross-compilation.
* Bug 1625791 - Fix deadlock issue in nssSlot_IsTokenPresent.
* Bug 1653975 - Fix 3.53 regression by setting "all" as the default makefile
target.
* Bug 1659792 - Fix broken libpkix tests with unexpired PayPal cert.
* Bug 1659814 - Fix interop.sh failures with newer tls-interop commit and
dependencies.
* Bug 1656519 - Update NSPR dependency to 4.28.


To generate a diff of this commit:
cvs rdiff -u -r1.188 -r1.189 pkgsrc/devel/nss/Makefile
cvs rdiff -u -r1.116 -r1.117 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.188 pkgsrc/devel/nss/Makefile:1.189
--- pkgsrc/devel/nss/Makefile:1.188     Fri Jul 31 01:24:30 2020
+++ pkgsrc/devel/nss/Makefile   Sun Aug 23 08:31:27 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.188 2020/07/31 01:24:30 maya Exp $
+# $NetBSD: Makefile,v 1.189 2020/08/23 08:31:27 ryoon Exp $
 
 DISTNAME=              nss-${NSS_RELEASE:S/.0$//}
-NSS_RELEASE=           3.55.0
+NSS_RELEASE=           3.56.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.116 pkgsrc/devel/nss/distinfo:1.117
--- pkgsrc/devel/nss/distinfo:1.116     Fri Jul 31 01:24:30 2020
+++ pkgsrc/devel/nss/distinfo   Sun Aug 23 08:31:27 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.116 2020/07/31 01:24:30 maya Exp $
+$NetBSD: distinfo,v 1.117 2020/08/23 08:31:27 ryoon Exp $
 
-SHA1 (nss-3.55.tar.gz) = 348bb25a1aa6b01319e125afcbcb49c61bdaafb3
-RMD160 (nss-3.55.tar.gz) = ca1a0a82ea2f4e72b1007b470afdf510de443068
-SHA512 (nss-3.55.tar.gz) = acae7b803a3219cd4b78216cb8a6352805741e42eca6a42a5e6289ebbabc6189c7c6bc138cbd8a93d8631d06175c4d34e72957d49fe726adada6aaa2566e399e
-Size (nss-3.55.tar.gz) = 81759883 bytes
+SHA1 (nss-3.56.tar.gz) = 5203e66425f51738c723c5db1940fdc20a4c5472
+RMD160 (nss-3.56.tar.gz) = df67362953fcce5bd8cbc2ced72f536ff3912399
+SHA512 (nss-3.56.tar.gz) = f2eed8252c13b38a4d80a11203136d22a521205f814b6d954cc119ccf8921fcb8f689d919944bea4739d1575e9bda7e13cf2ad054ac91d51e049abe246efc845
+Size (nss-3.56.tar.gz) = 81706176 bytes
 SHA1 (patch-am) = fea682bf03bc8b645049f93ed58554ca45f47aca
 SHA1 (patch-an) = 4ab22f2a575676b5b640bc9a760b83eb05c75e69
 SHA1 (patch-md) = 8547c9414332c02221b96719dea1e09cb741f4d1



Home | Main Index | Thread Index | Old Index