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 May 15 17:02:47 UTC 2026

Modified Files:
        pkgsrc/devel/nss: Makefile

Log Message:
nss: the previous commit was an unintended update to 3.124

Changes:
Bug 2032562 - Add test for PKCS7 digest array alignment.
Bug 2030093 - Add test for rejection of excessively large ASN.1 SEQUENCE OF in quickder.
Bug 2030994 - Add test for CMS content size validation.
Bug 2030995 - Add regression tests for DSAU signature decoding.
Bug 2031030 - Add test for S/MIME profile lookup on temp certs.
Bug 2031343 - Test case for post-handshake auth and many certificate requests.
Bug 2019233 - Add test for intra-arena ASan redzones.
Bug 2033058 - update nss_status flags one at a time.
Bug 2029803 - add defensive info->len check in PK11_HPKE_SetupS and PK11_HPKE_SetupR.
Bug 2029403 - avoid PORT_Strdup in ssl_DecodeResumptionToken.
Bug 2020596 - add runtime check on decoded resumption token session id.
Bug 2035882 - improve mach try error handling.
Bug 2030798 - clang format.
Bug 2030798 - add comprehensive SECItem and SECItemArray tests.
Bug 2033058 - add bugzilla_cf_status_nss.py script.
Bug 2033057 - regenerate some recent release notes.
Bug 2033057 - fix bug list output by release note and email scripts.
Bug 2031190 - test removal from trust domain email cache.
Bug 2033208 - fix "testing if key corruption is detected in attribute" failures with sqlite-3.53.0.
Bug 2035348 - build sqlite3 shell for Windows CI runners.
Bug 2030366 - avoid race with module unloading in NSSTrustDomain_FindTokensByURI.
Bug 2030192 - add ImportEd25519WithNonEmptyAlgorithmParams test.
Bug 2034258 - add CLAUDE.md and .mcp.json.
Bug 2034244 - add a mach try command.
Bug 2031042 - remove dead condition in sec_asn1d_check_and_subtract_length.
Bug 2030374 - avoid integer truncation in nssCKObject_GetAttributes.
Bug 2030564 - add defensive input validation to sftk_compute_ANSI_X9_63_kdf.
Bug 2029765 - avoid refcount over-release in nssTokenObjectCache error path [@ nssToken_Destroy].
Bug 2029883 - sdb: enforce that metaData's id key is unique when reading.
Bug 2023478 - improve handling of escape sequences in pk11uri_ParseAttributes.
Bug 2030570 - use correct data for ID comparison in transfer_uri_certs_to_collection.
Bug 2030573 - fix truncation of ulValueLen in sdb_FindObjectsInit.
Bug 2033783 - reject DTLS 1.3 Server Hello after HVR without capping ss->vrange.max.
Bug 2034157 - set previous-nss-release for abicheck.
Bug 2032389 - Skip `PR_Sleep` yield for non-blocking sockets in `ssl3_SendApplicationData`.
Bug 2033650 - consistently protect PK11SlotInfo::maxKeyCount with freeListLock.
Bug 2030985 - Remove CRMF from testing and manifests.
Bug 2026711 - Remove unused RSA blind signature implementation from freebl.


To generate a diff of this commit:
cvs rdiff -u -r1.296 -r1.297 pkgsrc/devel/nss/Makefile

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.296 pkgsrc/devel/nss/Makefile:1.297
--- pkgsrc/devel/nss/Makefile:1.296     Fri May 15 17:00:56 2026
+++ pkgsrc/devel/nss/Makefile   Fri May 15 17:02:47 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.296 2026/05/15 17:00:56 wiz Exp $
+# $NetBSD: Makefile,v 1.297 2026/05/15 17:02:47 wiz Exp $
 #
-# release notes
+# Release Notes
 # https://firefox-source-docs.mozilla.org/security/nss/releases/index.html
 
 DISTNAME=              nss-3.124



Home | Main Index | Thread Index | Old Index