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 Jul 17 22:04:34 UTC 2025

Modified Files:
        pkgsrc/devel/nss: Makefile distinfo

Log Message:
nss: update to 3.114.

Changes:
   - Bug 1977376 - NSS 3.114 source distribution should include NSPR 4.37.
   - Bug 1970079 - Prevent leaks during pkcs12 decoding.
   - Bug 1953731 - Remove redundant assert in p7local.c.
   - Bug 1974515 - Bump nssckbi version to 2.80.
   - Bug 1961848 - Remove expired Baltimore CyberTrust Root.
   - Bug 1972391 - Add TrustAsia Dedicated Roots to NSS.
   - Bug 1974511 - Add SwissSign 2022 Roots to NSS.
   - Bug 1836559 - Add backwards compatibility for CK_PKCS5_PBKD2_PARAMS.
   - Bug 1965328 - Implement PKCS #11 v3.2 trust objects in softoken.
   - Bug 1965328 - Implement PKCS #11 v3.2 trust objects - nss proper.
   - Bug 1974331 - remove dead code in ssl3con.c.
   - Bug 1934867 - DTLS (excl DTLS1.3) Changing Holddown timer logic.
   - Bug 1974299 - Bump nssckbi version to 2.79.
   - Bug 1967826 - remove unneccessary assertion.
   - Bug 1948485 - Update mechanisms for Softoken PCT.
   - Bug 1974299 - convert Chunghwa Telecom ePKI Root removal to a distrust after.
   - Bug 1973925 - Ensure ssl_HaveRecvBufLock and friends respect opt.noLocks.
   - Bug 1973930 - use -O2 for asan build.
   - Bug 1973187 - Fix leaking locks when toggling SSL_NO_LOCKS.
   - Bug 1973105 - remove out-of-function semicolon.
   - Bug 1963009 - Extend pkcs8 fuzz target.
   - Bug 1963008 - Extend pkcs7 fuzz target.
   - Bug 1908763 - Remove unused assignment to pageno.
   - Bug 1908762 - Remove unused assignment to nextChunk.
   - Bug 1973490 - don't run commands as part of shell `local` declarations.
   - Bug 1973490 - fix sanitizer setup.
   - Bug 1973187 - don't silence ssl_gtests output when running with code coverage.
   - Bug 1967411 - Release docs and housekeeping.
   - Bug 1972768 - migrate to new linux tester pool


To generate a diff of this commit:
cvs rdiff -u -r1.279 -r1.280 pkgsrc/devel/nss/Makefile
cvs rdiff -u -r1.193 -r1.194 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.279 pkgsrc/devel/nss/Makefile:1.280
--- pkgsrc/devel/nss/Makefile:1.279     Tue Jul  1 18:41:38 2025
+++ pkgsrc/devel/nss/Makefile   Thu Jul 17 22:04:33 2025
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.279 2025/07/01 18:41:38 wiz Exp $
+# $NetBSD: Makefile,v 1.280 2025/07/17 22:04:33 wiz Exp $
 #
 # release notes
 # https://firefox-source-docs.mozilla.org/security/nss/releases/index.html
 
 DISTNAME=              nss-${NSS_RELEASE:S/.0$//}
-NSS_RELEASE=           3.113.1
+NSS_RELEASE=           3.114.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.193 pkgsrc/devel/nss/distinfo:1.194
--- pkgsrc/devel/nss/distinfo:1.193     Tue Jul  1 18:41:38 2025
+++ pkgsrc/devel/nss/distinfo   Thu Jul 17 22:04:33 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.193 2025/07/01 18:41:38 wiz Exp $
+$NetBSD: distinfo,v 1.194 2025/07/17 22:04:33 wiz Exp $
 
-BLAKE2s (nss-3.113.1.tar.gz) = a1801989b7325405618176b1ce22071fd141786317eaea69881c7ef723eb3486
-SHA512 (nss-3.113.1.tar.gz) = 5ffb1182e7d65f8895c09656d20bc7146d1616cd4f09046469b2f79f60b57083094c78da39a3f3faa5087742a19f706ce9e7928a662f9f0d3c410514cba2028f
-Size (nss-3.113.1.tar.gz) = 76626220 bytes
+BLAKE2s (nss-3.114.tar.gz) = c36a5b785e87f6c23c63eb5215c5b6b18625188a466509bc1ec394b9ad7398e4
+SHA512 (nss-3.114.tar.gz) = 9c9af5c117dea2d89bb093f9a73d9a431ce4eebcfea9295aa37a27a7afb242d353e6904fee7ae69cdb64949bd0ddb685880098553c7d5ac1aac39ea388a2a2d3
+Size (nss-3.114.tar.gz) = 76653541 bytes
 SHA1 (patch-md) = 8547c9414332c02221b96719dea1e09cb741f4d1
 SHA1 (patch-me) = ffb5f119764c158c0bd789bd18fc77c61f2e9d2b
 SHA1 (patch-mf) = 40e58385fb6f944f463bf00b9aad72bc4ea229d0



Home | Main Index | Thread Index | Old Index