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:           Fri Oct 25 07:35:36 UTC 2024

Modified Files:
        pkgsrc/devel/nss: Makefile distinfo

Log Message:
nss: update to 3.106.

Changes:

   - Bug 1925975 - NSS 3.106 should be distributed with NSPR 4.36.
   - Bug 1923767 - pk12util: improve error handling in p12U_ReadPKCS12File.
   - Bug 1899402 - Correctly destroy bulkkey in error scenario.
   - Bug 1919997 - PKCS7 fuzz target, r=djackson,nss-reviewers.
   - Bug 1923002 - Extract certificates with handshake collection script.
   - Bug 1923006 - Specify len_control for fuzz targets.
   - Bug 1923280 - Fix memory leak in dumpCertificatePEM.
   - Bug 1102981 - Fix UBSan errors for SECU_PrintCertificate and
     SECU_PrintCertificateBasicInfo.
   - Bug 1921528 - add new error codes to mozilla::pkix for Firefox to use.
   - Bug 1921768 - allow null phKey in NSC_DeriveKey.
   - Bug 1921801 - Only create seed corpus zip from existing corpus.
   - Bug 1826035 - Use explicit allowlist for for KDF PRFS.
   - Bug 1920138 - Increase optimization level for fuzz builds.
   - Bug 1920470 - Remove incorrect assert.
   - Bug 1914870 - Use libFuzzer options from fuzz/options/\*.options in CI.
   - Bug 1920945 - Polish corpus collection for automation.
   - Bug 1917572 - Detect new and unfuzzed SSL options.
   - Bug 1804646 - PKCS12 fuzzing target.


To generate a diff of this commit:
cvs rdiff -u -r1.267 -r1.268 pkgsrc/devel/nss/Makefile
cvs rdiff -u -r1.186 -r1.187 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.267 pkgsrc/devel/nss/Makefile:1.268
--- pkgsrc/devel/nss/Makefile:1.267     Thu Sep 26 21:00:22 2024
+++ pkgsrc/devel/nss/Makefile   Fri Oct 25 07:35:36 2024
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.267 2024/09/26 21:00:22 wiz Exp $
+# $NetBSD: Makefile,v 1.268 2024/10/25 07:35:36 wiz Exp $
 #
 # release notes
 # https://firefox-source-docs.mozilla.org/security/nss/releases/index.html
 
 DISTNAME=              nss-${NSS_RELEASE:S/.0$//}
-NSS_RELEASE=           3.105.0
+NSS_RELEASE=           3.106.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.186 pkgsrc/devel/nss/distinfo:1.187
--- pkgsrc/devel/nss/distinfo:1.186     Thu Sep 26 21:00:22 2024
+++ pkgsrc/devel/nss/distinfo   Fri Oct 25 07:35:36 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.186 2024/09/26 21:00:22 wiz Exp $
+$NetBSD: distinfo,v 1.187 2024/10/25 07:35:36 wiz Exp $
 
-BLAKE2s (nss-3.105.tar.gz) = 9df290d1447c19c8ac6318aeb0af1d5692ac71f351c8ffb5e105f2aa8dba2a12
-SHA512 (nss-3.105.tar.gz) = 1bee0945c9725a0022bc80de628d139bb6c6d93385005f2a4025214c650e9821e5a98117edb92d53749c74ff229f1c58e4c15b169f7946aaf6a51ba5147da554
-Size (nss-3.105.tar.gz) = 76620664 bytes
+BLAKE2s (nss-3.106.tar.gz) = a3c8df4009a388f5317e33f07fcdbdeaae933c2a47aa8c11916128c8e8af4fa7
+SHA512 (nss-3.106.tar.gz) = 1659dbc587f93c019f9ca158b3739cb8a05e067ff5660cae586019c93fe5ebdc94885a564d129efbb7ed7ee029636a3a750f3932570c3b02e76fa2593492673f
+Size (nss-3.106.tar.gz) = 76621626 bytes
 SHA1 (patch-md) = 8547c9414332c02221b96719dea1e09cb741f4d1
 SHA1 (patch-me) = ffb5f119764c158c0bd789bd18fc77c61f2e9d2b
 SHA1 (patch-mf) = 40e58385fb6f944f463bf00b9aad72bc4ea229d0



Home | Main Index | Thread Index | Old Index