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.75.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90a467edc6e7
branches:  trunk
changeset: 372977:90a467edc6e7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Feb 03 23:37:26 2022 +0000

description:
nss: update to 3.75.

Changes:
   - Bug 1749030 - This patch adds gcc-9 and gcc-10 to the CI.
   - Bug 1749794 - Make DottedOIDToCode.py compatible with python3.
   - Bug 1749475 - Avoid undefined shift in SSL_CERT_IS while fuzzing.
   - Bug 1748386 - Remove redundant key type check.
   - Bug 1749869 - Update ABI expectations to match ECH changes.
   - Bug 1748386 - Enable CKM_CHACHA20.
   - Bug 1747327 - check return on NSS_NoDB_Init and NSS_Shutdown.
   - Bug 1747310 - real move assignment operator.
   - Bug 1748245 - Run ECDSA test vectors from bltest as part of the CI tests.
   - Bug 1743302 - Add ECDSA test vectors to the bltest command line tool.
   - Bug 1747772 - Allow to build using clang's integrated assembler.
   - Bug 1321398 - Allow to override python for the build.
   - Bug 1747317 - test HKDF output rather than input.
   - Bug 1747316 - Use ASSERT macros to end failed tests early.
   - Bug 1747310 - move assignment operator for DataBuffer.
   - Bug 1712879 - Add test cases for ECH compression and unexpected extensions in SH.
   - Bug 1725938 - Update tests for ECH-13.
   - Bug 1725938 - Tidy up error handling.
   - Bug 1728281 - Add tests for ECH HRR Changes.
   - Bug 1728281 - Server only sends GREASE HRR extension if enabled by preference.
   - Bug 1725938 - Update generation of the Associated Data for ECH-13.
   - Bug 1712879 - When ECH is accepted, reject extensions which were only advertised in the Outer Client Hello.
   - Bug 1712879 - Allow for compressed, non-contiguous, extensions.
   - Bug 1712879 - Scramble the PSK extension in CHOuter.
   - Bug 1712647 - Split custom extension handling for ECH.
   - Bug 1728281 - Add ECH-13 HRR Handling.
   - Bug 1677181 - Client side ECH padding.
   - Bug 1725938 - Stricter ClientHelloInner Decompression.
   - Bug 1725938 - Remove ECH_inner extension, use new enum format.
   - Bug 1725938 - Update the version number for ECH-13 and adjust the ECHConfig size.

diffstat:

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

diffs (32 lines):

diff -r b7072c008ddc -r 90a467edc6e7 devel/nss/Makefile
--- a/devel/nss/Makefile        Thu Feb 03 21:47:12 2022 +0000
+++ b/devel/nss/Makefile        Thu Feb 03 23:37:26 2022 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.220 2022/01/06 12:47:51 wiz Exp $
+# $NetBSD: Makefile,v 1.221 2022/02/03 23:37:26 wiz Exp $
 #
 # release notes
 # https://firefox-source-docs.mozilla.org/security/nss/releases/index.html
 
 DISTNAME=              nss-${NSS_RELEASE:S/.0$//}
-NSS_RELEASE=           3.74.0
+NSS_RELEASE=           3.75.0
 CATEGORIES=            devel security
 MASTER_SITES=          ${MASTER_SITE_MOZILLA_ALL:=security/nss/releases/NSS_${NSS_DIST_DIR_VERSION:S/_0$//}_RTM/src/}
 
diff -r b7072c008ddc -r 90a467edc6e7 devel/nss/distinfo
--- a/devel/nss/distinfo        Thu Feb 03 21:47:12 2022 +0000
+++ b/devel/nss/distinfo        Thu Feb 03 23:37:26 2022 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.145 2022/01/06 12:47:51 wiz Exp $
+$NetBSD: distinfo,v 1.146 2022/02/03 23:37:26 wiz Exp $
 
-BLAKE2s (nss-3.74.tar.gz) = 820d6b9e50b7d6ed65edb8251ef67d1b6aac3a4c5808ce64f5841f7eb891ef0e
-SHA512 (nss-3.74.tar.gz) = 6fb322b64a5b42e5e22e803c8985986240d2990849d576cfc4b94cdc5c4ab27f683ebc4e1cf5e0ad16c636fc32debb24ec3b2d02d5baedc8fbaedec79c908226
-Size (nss-3.74.tar.gz) = 83937875 bytes
+BLAKE2s (nss-3.75.tar.gz) = 1cb636dd354f1077c719d5b0aba4ae1e07092c83efcf569c605b1a623b5ccf99
+SHA512 (nss-3.75.tar.gz) = 0ad42f663b48649d7d16dc8b8956d2971a9566c0f7f655dd0609b94877f400977e5ad693f2eb44e1e277e55d1669294f07b3ba7a32573d3d72837b3944adf86d
+Size (nss-3.75.tar.gz) = 84738291 bytes
 SHA1 (patch-md) = 8547c9414332c02221b96719dea1e09cb741f4d1
 SHA1 (patch-me) = ffb5f119764c158c0bd789bd18fc77c61f2e9d2b
 SHA1 (patch-mf) = 40e58385fb6f944f463bf00b9aad72bc4ea229d0



Home | Main Index | Thread Index | Old Index