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:           Tue Apr 14 09:39:46 UTC 2026

Modified Files:
        pkgsrc/devel/nss: Makefile distinfo

Log Message:
nss: update to 3.122.1.

   - Bug 2030135 - improve error handling in PK11_ImportPrivateKeyInfoAndReturnKey.
   - Bug 2029752 - Improving the allocation of S/MIME DecryptSymKey.
   - Bug 2029462 - store email on subject cache_entry in NSS trust domain.
   - Bug 2029425 - Heap use-after-free in cert_VerifyCertChainOld via dangling certsList[] entry on NameConstraints violation.
   - Bug 2029323 - Improve size calculations in CMS content buffering.
   - Bug 2028001 - avoid integer overflow while escaping RFC822 Names.
   - Bug 2027378 - Reject excessively large ASN.1 SEQUENCE OF in quickder.
   - Bug 2027365 - Deep copy profile data in CERT_FindSMimeProfile.
   - Bug 2027345 - Improve input validation in DSAU signature decoding.
   - Bug 2026311 - avoid integer overflow in RSA_EMSAEncodePSS.
   - Bug 2026156 - Add a maximum cert uncompressed len and tests.
   - Bug 2026089 - Clarify extension negotiation mechanism for TLS Handshakes.
   - Bug 1935995 - make ss->ssl3.hs.cookie an owned-copy of the cookie.


To generate a diff of this commit:
cvs rdiff -u -r1.292 -r1.293 pkgsrc/devel/nss/Makefile
cvs rdiff -u -r1.207 -r1.208 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.292 pkgsrc/devel/nss/Makefile:1.293
--- pkgsrc/devel/nss/Makefile:1.292     Wed Mar 25 22:48:10 2026
+++ pkgsrc/devel/nss/Makefile   Tue Apr 14 09:39:46 2026
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.292 2026/03/25 22:48:10 wiz Exp $
+# $NetBSD: Makefile,v 1.293 2026/04/14 09:39:46 wiz Exp $
 #
 # release notes
 # https://firefox-source-docs.mozilla.org/security/nss/releases/index.html
 
 DISTNAME=              nss-${NSS_RELEASE:S/.0$//}
-NSS_RELEASE=           3.122.0
+NSS_RELEASE=           3.122.1
 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/}

Index: pkgsrc/devel/nss/distinfo
diff -u pkgsrc/devel/nss/distinfo:1.207 pkgsrc/devel/nss/distinfo:1.208
--- pkgsrc/devel/nss/distinfo:1.207     Wed Mar 25 22:48:10 2026
+++ pkgsrc/devel/nss/distinfo   Tue Apr 14 09:39:46 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.207 2026/03/25 22:48:10 wiz Exp $
+$NetBSD: distinfo,v 1.208 2026/04/14 09:39:46 wiz Exp $
 
-BLAKE2s (nss-3.122.tar.gz) = ed27290da154b71dd6c6a9598031d763881eb0e002d12428e6a83296d23b5093
-SHA512 (nss-3.122.tar.gz) = 53847c2de0e4608b387d5688ecf005a2a78da67408bda31f522539306816e25580d6046656cd5bb7fb9642feb625a904a17d3102573be96a9fd8b46e14037ff7
-Size (nss-3.122.tar.gz) = 77654239 bytes
+BLAKE2s (nss-3.122.1.tar.gz) = 013183777f58a8132cdf40524f5b7239350079ade2a50102849ad7e3d388c342
+SHA512 (nss-3.122.1.tar.gz) = 132cb72032b2d0b1ac962745980190013f29217a126951d6bfe013262e363c94fabe024066da01f1cee1d364b9ff9b08aef0cea86e83a3615ac8e1333b1e3ac9
+Size (nss-3.122.1.tar.gz) = 77656779 bytes
 SHA1 (patch-md) = ebc903bb19456bfa111fad3c101e3f18168b43b3
 SHA1 (patch-me) = 30aa8b8e22bb687b9c71da40ea9e76b56885d1f8
 SHA1 (patch-mf) = 40e58385fb6f944f463bf00b9aad72bc4ea229d0



Home | Main Index | Thread Index | Old Index