Skip to content

Commit

Permalink
Add patch for bmo1813401 (expired packaged certs)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Sirringhaus committed Oct 2, 2023
1 parent 2a7fc3a commit 6b896e3
Show file tree
Hide file tree
Showing 3 changed files with 508 additions and 0 deletions.
Binary file added nss/fixed-certs-bmo1813401.tar.gz
Binary file not shown.
7 changes: 7 additions & 0 deletions nss/mozilla-nss.spec
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Source9: pkcs11.txt
#Source10: PayPalEE.cert
Source11: nss-util.pc.in
Source13: nss-util-config.in
Source98: fixed-certs-bmo1813401.tar.gz
Source99: %{name}.changes
Patch1: nss-opt.patch
Patch2: system-nspr.patch
Expand Down Expand Up @@ -78,6 +79,7 @@ Patch45: nss-fips-drbg-libjitter.patch
Patch46: nss-allow-slow-tests.patch
Patch47: nss-fips-pct-pubkeys.patch
Patch48: nss-fix-bmo1836925.patch
Patch49: nss-fix-bmo1813401.patch
%if 0%{?sle_version} >= 120000 && 0%{?sle_version} < 150000
# aarch64 + gcc4.8 fails to build on SLE-12 due to undefined references
BuildRequires: gcc9-c++
Expand Down Expand Up @@ -233,6 +235,11 @@ cd nss
%patch46 -p1
%patch47 -p1
%patch48 -p1
%patch49 -p1

# GNU patch can't handle git binary changes, so we split off the
# binaries into it's own tarball and overwrite the old ones here
tar xvf %{SOURCE98}

# additional CA certificates
#cd security/nss/lib/ckfw/builtins
Expand Down
Loading

0 comments on commit 6b896e3

Please sign in to comment.