Compare commits

..

23 commits

Author SHA1 Message Date
Krenzelok Frantisek
117904af75 Bump NSPR release number 2026-01-08 06:20:58 +01:00
Krenzelok Frantisek
5fe03d3913 Update NSS to 3.119.1 with NSPR 4.38.2 2026-01-06 10:20:51 +01:00
Krenzelok Frantisek
80a8f5a3f8 Update NSS to 3.119.0 with NSPR 4.38.2 2025-12-05 15:52:42 +01:00
Krenzelok Frantisek
537c2cef8c rebuild for binutils
Resolves: bz#2416999
2025-11-25 16:00:23 +01:00
Krenzelok Frantisek
a604aac163 Add test patches for ML-DSA 2025-11-21 18:30:13 +01:00
Krenzelok Frantisek
c99abc8d2d Add the rest of the patches for ML-DSA support
Those are the patche that haven't made it into upstream 3.118.1 release.
2025-11-21 17:29:59 +01:00
Krenzelok Frantisek
8528926729 Update NSS to 3.118.1 2025-11-20 09:41:47 +01:00
Krenzelok Frantisek
b940d2b757 Update NSS to 3.117.0 2025-10-15 10:59:41 +02:00
Krenzelok Frantisek
1c353878db Update NSS to 3.116.0 2025-09-16 15:50:23 +02:00
Krenzelok Frantisek
9ae7d12cea Update NSS to 3.115.1 2025-08-25 19:31:09 +02:00
Krenzelok Frantisek
72ab2385f9 Update NSS to 3.115.0 2025-08-18 13:57:11 +02:00
Krenzelok Frantisek
f20863c707 Patch merge test failure 2025-08-14 19:12:03 +02:00
Krenzelok Frantisek
923a0828c6 Update NSS to 3.114.0 2025-07-30 11:05:13 +02:00
Fedora Release Engineering
9713a51349 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-24 22:58:42 +00:00
Krenzelok Frantisek
7d99899c84 Update NSS to 3.113.0 2025-06-30 10:26:26 +02:00
Krenzelok Frantisek
8800e2b198 Update NSS to 3.112.0 2025-05-27 14:49:09 +02:00
Krenzelok Frantisek
e152eba84f Update NSS to 3.111.0 2025-05-05 13:24:52 +02:00
Krenzelok Frantisek
8d7e0c16e5 bump baserelease for previous commit 2025-04-23 11:51:22 +02:00
Krenzelok Frantisek
c1a19bc961 Dissable test ssl_policy_pkix_oscp due to dns issues
Related: https://issues.redhat.com/browse/FC-1613
2025-04-22 15:48:30 +02:00
Krenzelok Frantisek
4b07a07351 Update NSS to 3.110.0 2025-03-31 16:09:27 +02:00
Krenzelok Frantisek
46c3dbdc3d Fix changelog: Update NSS to 3.108.0 -> 3.109.0 2025-03-10 12:01:08 +01:00
Krenzelok Frantisek
3ce53b8f23 Update NSS to 3.109.0 2025-03-03 15:00:22 +01:00
Krenzelok Frantisek
8eb8871086 Update NSS to 3.108.0 2025-02-06 14:16:07 +01:00
3 changed files with 32 additions and 3 deletions

3
.gitignore vendored
View file

@ -105,9 +105,12 @@ TestUser51.cert
/nss-3.112-with-nspr-4.36.tar.gz
/nss-3.113-with-nspr-4.36.tar.gz
/nss-3.114-with-nspr-4.37.tar.gz
/nss-3.115-with-nspr-4.37.tar.gz
/nss-3.115.1-with-nspr-4.37.tar.gz
/nss-3.116-with-nspr-4.37.tar.gz
/nss-3.117-with-nspr-4.37.tar.gz
/nss-3.118.1-with-nspr-4.37.tar.gz
/nss-3.118-ml-dsa-test-for-sign-verify-pkcs12_files.tar.xz
/nss-3.119-with-nspr-4.38.2.tar.gz
/nss-3.119.1-with-nspr-4.38.2.tar.gz
/nss-3_119_1-with-nspr-4.38.2.tar.gz

View file

@ -0,0 +1,11 @@
--- nss/lib/freebl/genload.c.const-qual-fix 2025-11-25 15:52:31.669711787 +0100
+++ nss/lib/freebl/genload.c 2025-11-25 15:53:03.103908883 +0100
@@ -85,7 +85,7 @@ loader_LoadLibInReferenceDir(const char*
{
PRLibrary* dlh = NULL;
char* fullName = NULL;
- char* c;
+ const char* c;
PRLibSpec libSpec;
/* Remove the trailing filename from referencePath and add the new one */

View file

@ -7,7 +7,7 @@
%global nss_release %baserelease
# use "%%global nspr_release %%[%%baserelease+n]" to handle offsets when
# release number between nss and nspr are different.
%global nspr_release %[%baserelease+0]
%global nspr_release %[%baserelease+1]
# only need to update this as we added new
# algorithms under nss policy control
%global crypto_policies_version 20240521
@ -52,7 +52,6 @@ rpm.define(string.format("nss_archive_version %s",
string.gsub(rpm.expand("%nss_version"), "(.*)%.0$", "%1")))
}
# Mozilla messed up the versioning for 3.119.1, it seems to be only this version
%{lua:
if rpm.expand("%{nss_version}") == "3.119.1" then
rpm.define(string.format("nss_archive_version %s",
@ -153,6 +152,7 @@ Patch66: nss-3.118-ml-dsa-tls-test.patch
Patch67: nss-3.118-ml-dsa-unittests.patch
Patch70: nss-3.118.1-fix-test-typo.patch
Patch71: nss-3.118.1-add-const-qual-for-gcc15.patch
Patch100: nspr-config-pc.patch
Patch101: nspr-gcc-atomics.patch
@ -288,6 +288,7 @@ License: MPL-2.0
URL: http://www.mozilla.org/projects/nspr/
Conflicts: filesystem < 3
BuildRequires: gcc
BuildRequires: binutils >= 2.45.50-9
%description -n nspr
NSPR provides platform independence for non-GUI operating system
@ -1108,6 +1109,14 @@ fi
%changelog
* Mon Jan 5 2026 Frantisek Krenzelok <fkrenzel@redhat.com> - 3.119.1-1
- Update NSS to 3.119.1 with NSPR 4.38.2
- Fix previous changelog
* Fri Dec 5 2025 Frantisek Krenzelok <fkrenzel@redhat.com> - 3.119.0-1
- Update NSS to 3.119.0 with NSPR 4.38.2
* Tue Nov 25 2025 Frantisek Krenzelok <fkrenzel@redhat.com> - 3.118.1-3
- Rebuild for binutils-2.45.50-9.fc44
https://bugzilla.redhat.com/show_bug.cgi?id=2415065
* Wed Nov 19 2025 Frantisek Krenzelok <krenzelok.frantisek@gmail.com> - 3.118.1-2
- Add the rest of the patches for ML-DSA support (not yet in 3.118.1 upstream).
@ -1124,12 +1133,18 @@ fi
* Mon Aug 25 2025 Frantisek Krenzelok <krenzelok.frantisek@gmail.com> - 3.115.1-1
- Update NSS to 3.115.1
* Thu Aug 14 2025 Bojan Smojver <bojan@rexursive.com> - 3.114.0-1
* Fri Aug 15 2025 Frantisek Krenzelok <krenzelok.frantisek@gmail.com> - 3.115.0-1
- Update NSS to 3.115.0
* Thu Aug 14 2025 Bojan Smojver <bojan@rexursive.com> - 3.114.0-2
- Patch for merge test failure (Bob Relyea <rrelyea@redhat.com>)
* Wed Jul 30 2025 Frantisek Krenzelok <krenzelok.frantisek@gmail.com> - 3.114.0-1
- Update NSS to 3.114.0
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.113.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Mon Jun 30 2025 Frantisek Krenzelok <krenzelok.frantisek@gmail.com> - 3.113.0-1
- Update NSS to 3.113.0