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:           Thu Feb  9 19:19:52 UTC 2023

Modified Files:
        pkgsrc/devel/nss: Makefile distinfo

Log Message:
nss: update to 3.88.

Changes:
   - Bug 1815870 - use a different treeherder symbol for each docker image
build task.
   - Bug 1815868 - pin an older version of the ubuntu:18.04 and 20.04
docker images
   - Bug 1810702 - remove nested table in rst doc
   - Bug 1815246 - Export NSS_CMSSignerInfo_GetDigestAlgTag.
   - Bug 1812671 - build failure while implicitly casting SECStatus to
PRUInt32. r=nss-reviewers,mt
   - Bug 1212915 - Add check for ClientHello SID max length. This is tested
by Bogo tests
   - Bug 1771100 - Added EarlyData ALPN test support to BoGo shim.
   - Bug 1790357 - ECH client - Discard resumption TLS < 1.3
Session(IDs|Tickets) if ECH configs are setup.
   - Bug 1714245 - On HRR skip PSK incompatible with negotiated
ciphersuites hash algorithm.
   - Bug 1789410 - ECH client: Send ech_required alert on server
negotiating TLS 1.2. Fixed misleading Gtest, enabled corresponding BoGo
test.
   - Bug 1771100 - Added Bogo ECH rejection test support.
   - Bug 1771100 - Added ECH 0Rtt support to BoGo shim.
   - Bug 1747957 - RSA OAEP Wycheproof JSON
   - Bug 1747957 - RSA decrypt Wycheproof JSON
   - Bug 1747957 - ECDSA Wycheproof JSON
   - Bug 1747957 - ECDH Wycheproof JSON
   - Bug 1747957 - PKCS#1v1.5 wycheproof json
   - Bug 1747957 - Use X25519 wycheproof json
   - Bug 1766767 - Move scripts to python3
   - Bug 1809627 - Properly link FuzzingEngine for oss-fuzz.
   - Bug 1805907 - Extending RSA-PSS bltest test coverage (Adding SHA-256
and SHA-384)
   - Bug 1804091 NSS needs to move off of DSA for integrity checks
   - Bug 1805815 - Add initial testing with ACVP vector sets using acvp-rust
   - Bug 1806369 - Don't clone libFuzzer, rely on clang instead


To generate a diff of this commit:
cvs rdiff -u -r1.241 -r1.242 pkgsrc/devel/nss/Makefile
cvs rdiff -u -r1.163 -r1.164 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.241 pkgsrc/devel/nss/Makefile:1.242
--- pkgsrc/devel/nss/Makefile:1.241     Thu Jan  5 23:17:49 2023
+++ pkgsrc/devel/nss/Makefile   Thu Feb  9 19:19:52 2023
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.241 2023/01/05 23:17:49 wiz Exp $
+# $NetBSD: Makefile,v 1.242 2023/02/09 19:19:52 wiz Exp $
 #
 # release notes
 # https://firefox-source-docs.mozilla.org/security/nss/releases/index.html
 
 DISTNAME=              nss-${NSS_RELEASE:S/.0$//}
-NSS_RELEASE=           3.87.0
+NSS_RELEASE=           3.88.0
 CATEGORIES=            devel 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.163 pkgsrc/devel/nss/distinfo:1.164
--- pkgsrc/devel/nss/distinfo:1.163     Thu Jan  5 23:17:49 2023
+++ pkgsrc/devel/nss/distinfo   Thu Feb  9 19:19:52 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.163 2023/01/05 23:17:49 wiz Exp $
+$NetBSD: distinfo,v 1.164 2023/02/09 19:19:52 wiz Exp $
 
-BLAKE2s (nss-3.87.tar.gz) = 55f9db70bbb3f770ff9650b38a97fb4a68787415b975082b15f001483b090988
-SHA512 (nss-3.87.tar.gz) = 4ec7b94e537df109638b821f3a7e3b7bf31d89c3739a6e4c85cad4fab876390ae482971d6f66198818400f467661e86f39dc1d2a4a88077fd81e3a0b7ed64110
-Size (nss-3.87.tar.gz) = 71435408 bytes
+BLAKE2s (nss-3.88.tar.gz) = 52b16c13d50e6458c6fd79e1b5517a85beb654a39d2802463111cb26eee9806a
+SHA512 (nss-3.88.tar.gz) = 258ba6b99d83dbe32112c0bb6ddbcd3e1c11de5e48b0451bcb177bde58e278960bcd2b1f248d9b5d285a0c46cc66f1f142ce3bc9fca4976d16a7f3f26c59027e
+Size (nss-3.88.tar.gz) = 71473581 bytes
 SHA1 (patch-md) = 8547c9414332c02221b96719dea1e09cb741f4d1
 SHA1 (patch-me) = ffb5f119764c158c0bd789bd18fc77c61f2e9d2b
 SHA1 (patch-mf) = 40e58385fb6f944f463bf00b9aad72bc4ea229d0



Home | Main Index | Thread Index | Old Index