Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mozilla-nss for openSUSE:Factory 
checked in at 2026-06-15 19:40:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mozilla-nss (Old)
 and      /work/SRC/openSUSE:Factory/.mozilla-nss.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mozilla-nss"

Mon Jun 15 19:40:03 2026 rev:241 rq:1359233 version:3.124

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

Old:
----
  nss-3.123.1.tar.gz

New:
----
  nss-3.124.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mozilla-nss.spec ++++++
--- /var/tmp/diff_new_pack.6XDNVN/_old  2026-06-15 19:41:38.858898008 +0200
+++ /var/tmp/diff_new_pack.6XDNVN/_new  2026-06-15 19:41:38.862898175 +0200
@@ -17,16 +17,16 @@
 #
 
 
-%global nss_softokn_fips_version 3.123
+%global nss_softokn_fips_version 3.124
 %define NSPR_min_version 4.39
 %define nspr_ver %(rpm -q --queryformat '%%{VERSION}' mozilla-nspr)
 %define nssdbdir %{_sysconfdir}/pki/nssdb
 %global crypto_policies_version 20210218
 %define fips 0
 Name:           mozilla-nss
-Version:        3.123.1
+Version:        3.124
 Release:        0
-%define underscore_version 3_123_1
+%define underscore_version 3_124
 Summary:        Network Security Services
 License:        MPL-2.0
 Group:          System/Libraries
@@ -89,6 +89,7 @@
 BuildRequires:  gcc-c++
 %endif
 BuildRequires:  pkgconfig
+BuildRequires:  sqlite3
 BuildRequires:  pkgconfig(nspr) >= %{NSPR_min_version}
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(zlib)
@@ -381,8 +382,7 @@
 #cp -L  lib/libnsssqlite3.so \
 #       %{buildroot}%{_libdir}
 # copy static libs
-cp -L  lib/libcrmf.a \
-       lib/libfreebl.a \
+cp -L  lib/libfreebl.a \
        lib/libnssb.a \
        lib/libnssckfw.a \
        %{buildroot}%{_libdir}



++++++ nss-3.123.1.tar.gz -> nss-3.124.tar.gz ++++++
/work/SRC/openSUSE:Factory/mozilla-nss/nss-3.123.1.tar.gz 
/work/SRC/openSUSE:Factory/.mozilla-nss.new.1981/nss-3.124.tar.gz differ: char 
5, line 1

Reply via email to