Skip to content

Commit

Permalink
NSS: Update to 3.90.1 and remove upstreamed patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Sirringhaus committed Dec 12, 2023
1 parent 5afe4a4 commit 7e7c353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 510 deletions.
11 changes: 2 additions & 9 deletions nss/mozilla-nss.spec
Expand Up @@ -22,9 +22,9 @@
%define nspr_ver %(rpm -q --queryformat '%%{VERSION}' mozilla-nspr)
%define nssdbdir %{_sysconfdir}/pki/nssdb
Name: mozilla-nss
Version: 3.90
Version: 3.90.1
Release: 0
%define underscore_version 3_90
%define underscore_version 3_90_1
Summary: Network Security Services
License: MPL-2.0
Group: System/Libraries
Expand All @@ -43,7 +43,6 @@ 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 @@ -79,7 +78,6 @@ 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 @@ -235,11 +233,6 @@ 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

0 comments on commit 7e7c353

Please sign in to comment.