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:   wiz
Date:           Mon Aug  9 07:54:47 UTC 2021

Modified Files:
        pkgsrc/devel/nss: Makefile distinfo

Log Message:
nss: update to 3.69.

Bugs fixed:
   - Bug 1722613 - Disable DTLS 1.0 and 1.1 by default
   - Bug 1720226 - integrity checks in key4.db not happening on private components with AES_CBC
   - Bug 1720235 - SSL handling of signature algorithms ignores environmental invalid algorithms.
   - Bug 1721476 - sqlite 3.34 changed it's open semantics, causing nss failures.
   - Bug 1720230 - Gtest update changed the gtest reports, losing gtest details in all.sh reports.
   - Bug 1720228 - NSS incorrectly accepting 1536 bit DH primes in FIPS mode
   - Bug 1720232 - SQLite calls could timeout in starvation situations.
   - Bug 1720225 - Coverity/cpp scanner errors found in nss 3.67
   - Bug 1709817 - Import the NSS documentation from MDN in nss/doc.
   - Bug 1720227 - NSS using a tempdir to measure sql performance not active


To generate a diff of this commit:
cvs rdiff -u -r1.209 -r1.210 pkgsrc/devel/nss/Makefile
cvs rdiff -u -r1.133 -r1.134 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.209 pkgsrc/devel/nss/Makefile:1.210
--- pkgsrc/devel/nss/Makefile:1.209     Mon Jun 28 08:48:20 2021
+++ pkgsrc/devel/nss/Makefile   Mon Aug  9 07:54:47 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.209 2021/06/28 08:48:20 wiz Exp $
+# $NetBSD: Makefile,v 1.210 2021/08/09 07:54:47 wiz Exp $
 
 DISTNAME=              nss-${NSS_RELEASE:S/.0$//}
-NSS_RELEASE=           3.67.0
+NSS_RELEASE=           3.69.0
 CATEGORIES=            devel security
 MASTER_SITES=          ${MASTER_SITE_MOZILLA_ALL:=security/nss/releases/NSS_${NSS_DIST_DIR_VERSION:S/_0$//}_RTM/src/}
 
@@ -94,7 +94,7 @@ MOD_MINOR_VERSION=    ${NSS_RELEASE:S/3.//:
 MOD_PATCH_VERSION=     ${NSS_RELEASE:C/[0-9.]*\.//}
 NSS_DIST_DIR_VERSION=  ${MOD_MAJOR_VERSION}_${MOD_MINOR_VERSION}_${MOD_PATCH_VERSION}
 
-NSPR_MINIMUM_VERSION=  4.30
+NSPR_MINIMUM_VERSION=  4.32
 
 PKGCONFIG_OVERRIDE=    nss.pc
 

Index: pkgsrc/devel/nss/distinfo
diff -u pkgsrc/devel/nss/distinfo:1.133 pkgsrc/devel/nss/distinfo:1.134
--- pkgsrc/devel/nss/distinfo:1.133     Mon Jun 28 08:48:20 2021
+++ pkgsrc/devel/nss/distinfo   Mon Aug  9 07:54:47 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.133 2021/06/28 08:48:20 wiz Exp $
+$NetBSD: distinfo,v 1.134 2021/08/09 07:54:47 wiz Exp $
 
-SHA1 (nss-3.67.tar.gz) = 9cccf98f0476905c0d863a6b2cb08a1955482241
-RMD160 (nss-3.67.tar.gz) = e32b0e90e4b3d4d92e613b905252e725554e685d
-SHA512 (nss-3.67.tar.gz) = 1d3fa3fafbf3e54c9c3b54b0b3c291aebb48542380a1b704fa07359d3cefab93f166b31928c9db190ed58118e289e67ce8aa1619e4219d69b2c098484a22bc9d
-Size (nss-3.67.tar.gz) = 82402188 bytes
+SHA1 (nss-3.69.tar.gz) = e3c99a69ecf1073c473ce52a8b1532c56357c2b1
+RMD160 (nss-3.69.tar.gz) = 45db84366dcf41ea40b44ece97954a767f962963
+SHA512 (nss-3.69.tar.gz) = 9dd824b3e96aa5a032d5005cdf60a55efac23f69f3857cd1f4337f3ebad92fc2354bb05ed85f04a368e55306a46ebd17a91f7f432f1c191a96e99aecfa62cfdf
+Size (nss-3.69.tar.gz) = 82427268 bytes
 SHA1 (patch-md) = 8547c9414332c02221b96719dea1e09cb741f4d1
 SHA1 (patch-me) = ffb5f119764c158c0bd789bd18fc77c61f2e9d2b
 SHA1 (patch-mf) = 40e58385fb6f944f463bf00b9aad72bc4ea229d0



Home | Main Index | Thread Index | Old Index