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 Feb 23 22:49:38 UTC 2026

Modified Files:
        pkgsrc/devel/nss: Makefile distinfo

Log Message:
nss: update to 3.121.0.

Changes:
   - Bug 2017366 - update vendored zlib to v1.3.2.
   - Bug 2012645 - Revert the unnecessary changes to intel-gcm-wrap.gyp.
   - Bug 2012645 - Use C fallback for AES-GCM on MinGW builds.
   - Bug 2005669 - fix ML-KEM PCT.
   - Bug 2017008 - Extend NSS Fuzzing docs.
   - Bug 2009552 - avoid integer overflow in platform-independent ghash.
   - Bug 2003189 - Fix errant whitespace in OISTE Server Root RSA G1 nickname.
   - Bug 2012313 - fix build with glibc-2.43 assignment discards 'const' qualifier from pointer.
   - Bug 2013188 - add gcm.gyp dependency for Solaris SPARC builds.
   - Bug 2010389 - Set nssckbi version to 2.84.
   - Bug 2010389 - Add e-Szigno TLS Root CA 2023 to NSS.
   - Bug 2005516 - allow manual selection of CPU_ARCH=x86_64 and ppc64 in coreconf/Darwin.mk.
   - Bug 2009998 - Update cryptofuzz version.
   - Bug 2001167: Paranoia assert.
   - Bug 2000737 - Darwin compatibility for intel-aes.S and intel-gcm.S.
   - Bug 2000737 - rename intel-{aes,gcm}.s to .S.
   - Bug 2000737 - rename C files for platform-specific ghash implementations.
   - Bug 2000737 - simplify compilation of platform-specific GCM and GHASH.
   - Bug 2007911 - FORWARD_NULL null deref of worker in p7decode.c (sec_pkcs7_decoder_abort_digests).
   - Bug 2008112 - Out-of-Bounds Read in ML-DSA Private Key Parsing (zero-length privateKey).


To generate a diff of this commit:
cvs rdiff -u -r1.290 -r1.291 pkgsrc/devel/nss/Makefile
cvs rdiff -u -r1.204 -r1.205 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.290 pkgsrc/devel/nss/Makefile:1.291
--- pkgsrc/devel/nss/Makefile:1.290     Thu Jan  8 22:56:33 2026
+++ pkgsrc/devel/nss/Makefile   Mon Feb 23 22:49:38 2026
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.290 2026/01/08 22:56:33 wiz Exp $
+# $NetBSD: Makefile,v 1.291 2026/02/23 22:49:38 wiz Exp $
 #
 # release notes
 # https://firefox-source-docs.mozilla.org/security/nss/releases/index.html
 
 DISTNAME=              nss-${NSS_RELEASE:S/.0$//}
-NSS_RELEASE=           3.120.0
+NSS_RELEASE=           3.121.0
 PKGNAME=               nss-${NSS_RELEASE}
 CATEGORIES=            devel security
 MASTER_SITES=          ${MASTER_SITE_MOZILLA_ALL:=security/nss/releases/NSS_${NSS_DIST_DIR_VERSION:S/_0$//}_RTM/src/}
@@ -140,7 +140,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.38
+NSPR_MINIMUM_VERSION=  4.38.2
 
 PKGCONFIG_OVERRIDE=    nss.pc
 

Index: pkgsrc/devel/nss/distinfo
diff -u pkgsrc/devel/nss/distinfo:1.204 pkgsrc/devel/nss/distinfo:1.205
--- pkgsrc/devel/nss/distinfo:1.204     Thu Jan 15 13:30:45 2026
+++ pkgsrc/devel/nss/distinfo   Mon Feb 23 22:49:38 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.204 2026/01/15 13:30:45 prlw1 Exp $
+$NetBSD: distinfo,v 1.205 2026/02/23 22:49:38 wiz Exp $
 
-BLAKE2s (nss-3.120.tar.gz) = cb526d51a559c1d71fed3137c432ce753688a6ec3731e0dfb6ac9a8f82f3d722
-SHA512 (nss-3.120.tar.gz) = 7ec5b6c94a5c7fde9c02c3f1a10964e9cf5fe99372c8fcdb2866d10ef4c9cd42abc26931574dbfc229c358e2615d7907136a595e3e17944369894c1201fc2c6e
-Size (nss-3.120.tar.gz) = 77634611 bytes
+BLAKE2s (nss-3.121.tar.gz) = abfcfe489335a3240df9b3dfb3663bf4681893fdeb7ec4751fb1ccd029737661
+SHA512 (nss-3.121.tar.gz) = 799cfb07bb806d3ab2786f7f1e88aa20ad490a0021a931b9382c08b08b6e6728367768335b05e15229f134275ee27ff153afaad78f07b394ef4c0b0e554e130c
+Size (nss-3.121.tar.gz) = 77644546 bytes
 SHA1 (patch-md) = 8547c9414332c02221b96719dea1e09cb741f4d1
 SHA1 (patch-me) = ffb5f119764c158c0bd789bd18fc77c61f2e9d2b
 SHA1 (patch-mf) = 40e58385fb6f944f463bf00b9aad72bc4ea229d0



Home | Main Index | Thread Index | Old Index