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-01-14 16:20:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mozilla-nss (Old) and /work/SRC/openSUSE:Factory/.mozilla-nss.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mozilla-nss" Wed Jan 14 16:20:26 2026 rev:235 rq:1327069 version:3.119.1 Changes: -------- --- /work/SRC/openSUSE:Factory/mozilla-nss/mozilla-nss.changes 2025-12-04 11:26:59.154786133 +0100 +++ /work/SRC/openSUSE:Factory/.mozilla-nss.new.1928/mozilla-nss.changes 2026-01-14 16:20:36.774786643 +0100 @@ -1,0 +2,37 @@ +Tue Dec 16 07:21:10 UTC 2025 - Martin Sirringhaus <[email protected]> + +- update to NSS 3.119.1 + * bmo#2004866 - restore coreconf/Darwin.mk behavior for intel archs + +- update to NSS 3.119 + * bmo#1983320 - Fix ml-dsa return value for SECKEY_PrivateKeyStrengthInBits. + * bmo#1986352 - Make sure we don't accept ECH if the HRR cookie is ill-formatted. + * bmo#2002246 - Add a pkcs12 fuzzer with crypto stubbed out. + * bmo#2003314 - handle errors while setting sanitizers cflags in build. + * bmo#1986912 - Ignore IVs for AES KW. + * bmo#2003286 - Update Cryptofuzz version. + * bmo#2001932 - Fix incorrect logic for SNI selection when ECH is available but disabled. + * bmo#1975855 - fix forwarding of sqlite_libs in sqlite.gyp. + * bmo#1999204 - fix CPU_ARCH setting for arm64 makefile builds. + * bmo#1998094 - remove unused calcThreads variable from cmd/rsaperf. + * bmo#1978348 - Solving the incorrect tests introduced by extending EKU. + * bmo#1972054 - Memory leaks in pkcs12 and pkcs7 decoders. + * bmo#1978348 - Extending parsing with Microsoft Document Signing EKU. + * bmo#1978348 - Extending parsing with Adobe Document Signing EKU. + * bmo#1978348 - Extending pkix parsing with document signing EKUs. + * bmo#2000737 - fix compilation failure on ia32. + * bmo#2000737 - use hardware x64 GCM in static builds. + * bmo#2000737 - separate ppc sha512 library from ppc gcm library. + * bmo#2000737 - simplify cross-compilation from build.sh. + * bmo#1724353 - use clang's integrated assembler. + * bmo#2000737 - remove unused MP_IS_LITTLE_ENDIAN defines. + * bmo#2000737 - fix logic for disabling altivec in gyp builds. + * bmo#1964722 - free digest objects in SEC_PKCS7DecoderFinish if they haven't already been freed. + * bmo#1972825 - Add TLS interoperability tests with openssl and gnutls. + * bmo#1314849 - Ensure we don't send a DTLS1.3 cookie after DTLS1.2 HelloVerifyRequest. + * bmo#1965329 - add failure checks to pk11_mergeTrust() . + * bmo#1999517 - pk11wrap selects incorrect slot for CKM_ML_KEM*. + +- Adjusted for changed naming scheme of tarballs for this release by upstream + +------------------------------------------------------------------- Old: ---- nss-3.118.1.tar.gz New: ---- nss-3_119_1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mozilla-nss.spec ++++++ --- /var/tmp/diff_new_pack.nnGlCH/_old 2026-01-14 16:20:42.487024153 +0100 +++ /var/tmp/diff_new_pack.nnGlCH/_new 2026-01-14 16:20:42.491024319 +0100 @@ -1,7 +1,7 @@ # # spec file for package mozilla-nss # -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # Copyright (c) 2006-2025 Wolfgang Rosenauer # # All modifications and additions to the file contributed by third parties @@ -17,20 +17,20 @@ # -%global nss_softokn_fips_version 3.118.1 +%global nss_softokn_fips_version 3.119.1 %define NSPR_min_version 4.37 %define nspr_ver %(rpm -q --queryformat '%%{VERSION}' mozilla-nspr) %define nssdbdir %{_sysconfdir}/pki/nssdb %global crypto_policies_version 20210218 Name: mozilla-nss -Version: 3.118.1 +Version: 3.119.1 Release: 0 -%define underscore_version 3_118_1 +%define underscore_version 3_119_1 Summary: Network Security Services License: MPL-2.0 Group: System/Libraries URL: https://www.mozilla.org/projects/security/pki/nss/ -Source: https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_%{underscore_version}_RTM/src/nss-%{version}.tar.gz +Source: https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_%{underscore_version}_RTM/src/nss-%{underscore_version}.tar.gz # hg clone https://hg.mozilla.org/projects/nss nss-%%{version}/nss ; cd nss-%%{version}/nss ; hg up NSS_%%{underscore_version}_RTM #Source: nss-%%{version}.tar.gz Source1: nss.pc.in @@ -199,7 +199,7 @@ Mozilla project. %prep -%setup -q -n nss-%{version} +%setup -q -n nss-%{underscore_version} cd nss %patch -P 1 -p1 %patch -P 2 -p1 @@ -396,7 +396,7 @@ %{buildroot}%{_bindir} # copy man-pages mkdir -p %{buildroot}%{_mandir}/man1/ -cp -L %{_builddir}/nss-%{version}/nss/doc/nroff/* %{buildroot}%{_mandir}/man1/ +cp -L %{_builddir}/nss-%{underscore_version}/nss/doc/nroff/* %{buildroot}%{_mandir}/man1/ # Fix conflict with perl-PAR-Packer which has a pp-exe in _bindir mkdir -p %{buildroot}%{_mandir}/man7/ mv %{buildroot}%{_mandir}/man1/pp.1 %{buildroot}%{_mandir}/man7/pp.7
