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:   ryoon
Date:           Fri Aug 30 16:34:27 UTC 2024

Modified Files:
        pkgsrc/devel/nss: Makefile distinfo

Log Message:
devel/nss: Update to 3.104

Changelog:
3.104:
Changes:

   - Bug 1910071 - Copy original corpus to heap-allocated buffer
   - Bug 1910079 - Fix min ssl version for DTLS client fuzzer
   - Bug 1908990 - Remove OS2 support just like we did on NSPR
   - Bug 1910605 - clang-format NSS improvements
   - Bug 1902078 - Adding basicutil.h to use HexString2SECItem function
   - Bug 1908990 - removing dirent.c from build
   - Bug 1902078 - Allow handing in keymaterial to shlibsign to make the output reproducible (
   - Bug 1908990 - remove nec4.3, sunos4, riscos and SNI references
   - Bug 1908990 - remove other old OS (BSDI, old HP UX, NCR, openunix, sco, unixware or reliantUnix
   - Bug 1908990 - remove mentions of WIN95
   - Bug 1908990 - remove mentions of WIN16
   - Bug 1913750 - More explicit directory naming
   - Bug 1913755 - Add more options to TLS server fuzz target
   - Bug 1913675 - Add more options to TLS client fuzz target
   - Bug 1835240 - Use OSS-Fuzz corpus in NSS CI
   - Bug 1908012 - set nssckbi version number to 2.70.
   - Bug 1914499 - Remove Email Trust bit from ACCVRAIZ1 root cert.
   - Bug 1908009 - Remove Email Trust bit from certSIGN ROOT CA.
   - Bug 1908006 - Add Cybertrust Japan Roots to NSS.
   - Bug 1908004 - Add Taiwan CA Roots to NSS.
   - Bug 1911354 - remove search by decoded serial in nssToken_FindCertificateByIssuerAndSerialNumber.
   - Bug 1913132 - Fix tstclnt CI build failure
   - Bug 1913047 - vfyserv: ensure peer cert chain is in db for CERT_VerifyCertificateNow.
   - Bug 1912427 - Enable all supported protocol versions for UDP
   - Bug 1910361 - Actually use random PSK hash type
   - Bug 1911576: Initialize NSS DB once
   - Bug 1910361 - Additional ECH cipher suites and PSK hash types
   - Bug 1903604: Automate corpus file generation for TLS client Fuzzer
   - Bug 1910364 - Fix crash with UNSAFE_FUZZER_MODE
   - Bug 1910605 - clang-format shlibsign.c

NSS 3.104 shared libraries are backwards-compatible with all older NSS
3.x shared libraries. A program linked with older NSS 3.x shared
libraries will work with this new version of the shared libraries
without recompiling or relinking. Furthermore, applications that
restrict their use of NSS APIs to the functions listed in NSS Public
Functions will remain compatible with future versions of the NSS
shared libraries.


To generate a diff of this commit:
cvs rdiff -u -r1.265 -r1.266 pkgsrc/devel/nss/Makefile
cvs rdiff -u -r1.184 -r1.185 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.265 pkgsrc/devel/nss/Makefile:1.266
--- pkgsrc/devel/nss/Makefile:1.265     Mon Aug  5 20:59:04 2024
+++ pkgsrc/devel/nss/Makefile   Fri Aug 30 16:34:27 2024
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.265 2024/08/05 20:59:04 wiz Exp $
+# $NetBSD: Makefile,v 1.266 2024/08/30 16:34:27 ryoon Exp $
 #
 # release notes
 # https://firefox-source-docs.mozilla.org/security/nss/releases/index.html
 
 DISTNAME=              nss-${NSS_RELEASE:S/.0$//}
-NSS_RELEASE=           3.103.0
+NSS_RELEASE=           3.104.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.184 pkgsrc/devel/nss/distinfo:1.185
--- pkgsrc/devel/nss/distinfo:1.184     Mon Aug  5 20:59:04 2024
+++ pkgsrc/devel/nss/distinfo   Fri Aug 30 16:34:27 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.184 2024/08/05 20:59:04 wiz Exp $
+$NetBSD: distinfo,v 1.185 2024/08/30 16:34:27 ryoon Exp $
 
-BLAKE2s (nss-3.103.tar.gz) = ccd0b365735233936b13456786edf62afced0b0455d1132fd35585c49e8fa26d
-SHA512 (nss-3.103.tar.gz) = bc7680fc34d84de7953b27f1a220681f3f5c5a501a82be210ec6134894313f6a2c9bfcc350f4802152a5e3a1fc2defc74d700445ade338d6c86a923ac8b4dc75
-Size (nss-3.103.tar.gz) = 76470174 bytes
+BLAKE2s (nss-3.104.tar.gz) = fabebfbfc49288e09ec6ec92931f59851ede29d44767476383fa3b4d9634c072
+SHA512 (nss-3.104.tar.gz) = ec6eb32847da544ff5a2947360d9343f9b2cfea83b86cb8d7fdbacd9d97329f02de4844084c4bcbc4ebceb666d7c23bd3aa1a73a092e10792742e7b9aa7b98e8
+Size (nss-3.104.tar.gz) = 76468542 bytes
 SHA1 (patch-md) = 8547c9414332c02221b96719dea1e09cb741f4d1
 SHA1 (patch-me) = ffb5f119764c158c0bd789bd18fc77c61f2e9d2b
 SHA1 (patch-mf) = 40e58385fb6f944f463bf00b9aad72bc4ea229d0



Home | Main Index | Thread Index | Old Index