pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/nss nss: update to 3.69.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3a435f66b534
branches:  trunk
changeset: 456801:3a435f66b534
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 09 07:54:47 2021 +0000

description:
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

diffstat:

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

diffs (40 lines):

diff -r d2362735bea7 -r 3a435f66b534 devel/nss/Makefile
--- a/devel/nss/Makefile        Mon Aug 09 07:06:24 2021 +0000
+++ b/devel/nss/Makefile        Mon Aug 09 07:54:47 2021 +0000
@@ -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_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
 
diff -r d2362735bea7 -r 3a435f66b534 devel/nss/distinfo
--- a/devel/nss/distinfo        Mon Aug 09 07:06:24 2021 +0000
+++ b/devel/nss/distinfo        Mon Aug 09 07:54:47 2021 +0000
@@ -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