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:           Wed Mar 18 13:22:10 UTC 2020

Modified Files:
        pkgsrc/devel/nss: Makefile distinfo

Log Message:
nss: Update to 3.51

Changelog:
Notable Changes in NSS 3.51

* Updated DTLS 1.3 implementation to Draft-34. See Bug 1608892 for details.

Bugs fixed in NSS 3.51

* Bug 1608892 - Update DTLS 1.3 implementation to draft-34.
* Bug 1611209 - Correct swapped PKCS11 values of CKM_AES_CMAC and
CKM_AES_CMAC_GENERAL
* Bug 1612259 - Complete integration of Wycheproof ECDH test cases
* Bug 1614183 - Check if PPC __has_include(<sys/auxv.h>)
* Bug 1614786 - Fix a compilation error for ‘getFIPSEnv’ "defined but not
used"
* Bug 1615208 - Send DTLS version numbers in DTLS 1.3 supported_versions
extension to avoid an incompatibility.
* Bug 1538980 - SECU_ReadDERFromFile calls strstr on a string that isn't
guaranteed to be null-terminated
* Bug 1561337 - Correct a warning for comparison of integers of different
signs: 'int' and 'unsigned long' in
security/nss/lib/freebl/ecl/ecp_25519.c:88
* Bug 1609751 - Add test for mp_int clamping
* Bug 1582169 - Don't attempt to read the fips_enabled flag on the machine
unless NSS was built with FIPS enabled
* Bug 1431940 - Fix a null pointer dereference in BLAKE2B_Update
* Bug 1617387 - Fix compiler warning in secsign.c
* Bug 1618400 - Fix a OpenBSD/arm64 compilation error: unused variable
'getauxval'
* Bug 1610687 - Fix a crash on unaligned CMACContext.aes.keySchedule when
using AES-NI intrinsics


To generate a diff of this commit:
cvs rdiff -u -r1.179 -r1.180 pkgsrc/devel/nss/Makefile
cvs rdiff -u -r1.107 -r1.108 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.179 pkgsrc/devel/nss/Makefile:1.180
--- pkgsrc/devel/nss/Makefile:1.179     Fri Feb 14 13:02:41 2020
+++ pkgsrc/devel/nss/Makefile   Wed Mar 18 13:22:10 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.179 2020/02/14 13:02:41 ryoon Exp $
+# $NetBSD: Makefile,v 1.180 2020/03/18 13:22:10 ryoon Exp $
 
 DISTNAME=              nss-${NSS_RELEASE:S/.0$//}
-NSS_RELEASE=           3.50.0
+NSS_RELEASE=           3.51.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.107 pkgsrc/devel/nss/distinfo:1.108
--- pkgsrc/devel/nss/distinfo:1.107     Fri Feb 14 13:02:41 2020
+++ pkgsrc/devel/nss/distinfo   Wed Mar 18 13:22:10 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.107 2020/02/14 13:02:41 ryoon Exp $
+$NetBSD: distinfo,v 1.108 2020/03/18 13:22:10 ryoon Exp $
 
-SHA1 (nss-3.50.tar.gz) = 2fac8885533587d662ae74e7d9fc77ad4b4b937d
-RMD160 (nss-3.50.tar.gz) = cb830b759bf52775361483a40de4bfd4d3e8dbeb
-SHA512 (nss-3.50.tar.gz) = d6bcaf8ad65b5a97c42cd6cbbc68add5c4b49db74b2debcedb2a007f72511ac0e9bd21fd2dec041bc1975cfc8af26a48450aa0d1b962f755931ab2ac45c795b1
-Size (nss-3.50.tar.gz) = 78041630 bytes
+SHA1 (nss-3.51.tar.gz) = f1d46871728cd5afc81ec07d9833bb2b8c4fa68f
+RMD160 (nss-3.51.tar.gz) = f35fa4a2439f8ec3d2f23c575cfa1d5c7cfe48ef
+SHA512 (nss-3.51.tar.gz) = 9c894b1ea41449b000750a7b3a89fcb43dfc3d0d4d6dcc0dc288bc73996f76f1ee1ede927a8aecae6d4a07f9f3d3e3a042c6a60cf06e27e0cdc004fce2e510fd
+Size (nss-3.51.tar.gz) = 78305125 bytes
 SHA1 (patch-am) = fea682bf03bc8b645049f93ed58554ca45f47aca
 SHA1 (patch-an) = 4ab22f2a575676b5b640bc9a760b83eb05c75e69
 SHA1 (patch-md) = 8547c9414332c02221b96719dea1e09cb741f4d1



Home | Main Index | Thread Index | Old Index