Skip to content

Commit

Permalink
NSS 3.68
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfgang Rosenauer committed Aug 9, 2021
1 parent b4cfaad commit 841f0df
Show file tree
Hide file tree
Showing 15 changed files with 375 additions and 683 deletions.
9 changes: 5 additions & 4 deletions nss/add-relro-linker-option.patch
@@ -1,7 +1,8 @@
diff -up nss/coreconf/Linux.mk.relro nss/coreconf/Linux.mk
--- nss/coreconf/Linux.mk.relro 2013-04-09 14:29:45.943228682 -0700
+++ nss/coreconf/Linux.mk 2013-04-09 14:31:26.194953927 -0700
@@ -174,6 +174,12 @@ endif
Index: nss/coreconf/Linux.mk
===================================================================
--- nss.orig/coreconf/Linux.mk
+++ nss/coreconf/Linux.mk
@@ -183,6 +183,12 @@ endif
endif
endif

Expand Down
2 changes: 1 addition & 1 deletion nss/baselibs.conf
@@ -1,5 +1,5 @@
mozilla-nss
requires "mozilla-nspr-<targettype> >= 4.30"
requires "mozilla-nspr-<targettype> >= 4.31"
requires "libfreebl3-<targettype>"
requires "libsoftokn3-<targettype>"
requires "libnssckbi.so"
Expand Down
10 changes: 5 additions & 5 deletions nss/malloc.patch
@@ -1,8 +1,8 @@
diff --git a/tests/ssl/ssl.sh b/tests/ssl/ssl.sh
index c1730d8..5eee525 100755
--- a/tests/ssl/ssl.sh
+++ b/tests/ssl/ssl.sh
@@ -1449,6 +1449,7 @@ ssl_run_tests()
Index: nss/tests/ssl/ssl.sh
===================================================================
--- nss.orig/tests/ssl/ssl.sh
+++ nss/tests/ssl/ssl.sh
@@ -1683,6 +1683,7 @@ ssl_run_tests()

################################# main #################################

Expand Down
8 changes: 4 additions & 4 deletions nss/mozilla-nss.spec
Expand Up @@ -17,14 +17,14 @@
#


%global nss_softokn_fips_version 3.64
%define NSPR_min_version 4.30
%global nss_softokn_fips_version 3.68
%define NSPR_min_version 4.32
%define nspr_ver %(rpm -q --queryformat '%%{VERSION}' mozilla-nspr)
%define nssdbdir %{_sysconfdir}/pki/nssdb
Name: mozilla-nss
Version: 3.64
Version: 3.68
Release: 0
%define underscore_version 3_64
%define underscore_version 3_68
Summary: Network Security Services
License: MPL-2.0
Group: System/Libraries
Expand Down

0 comments on commit 841f0df

Please sign in to comment.