]> git.pld-linux.org Git - packages/nss.git/commitdiff
Revert mistaken "- added include patch (missing include in <nss/secmodt.h> file)"
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 12 Jun 2021 18:41:21 +0000 (20:41 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 12 Jun 2021 18:41:21 +0000 (20:41 +0200)
This reverts commit 8f7a983c54bcdbfc1f0730e965ecb52af6834544.

nss-include.patch [deleted file]
nss.spec

diff --git a/nss-include.patch b/nss-include.patch
deleted file mode 100644 (file)
index 8dec6ad..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-Add missing include for CK_NSS_GetFIPSStatus
---- nss-3.67/nss/lib/pk11wrap/secmodt.h.orig   2021-06-10 14:33:12.000000000 +0200
-+++ nss-3.67/nss/lib/pk11wrap/secmodt.h        2021-06-12 20:04:23.036409180 +0200
-@@ -9,5 +9,6 @@
- #include "secoid.h"
- #include "secasn1.h"
- #include "pkcs11t.h"
-+#include "pkcs11n.h"
- #include "utilmodt.h"
index 194416a50c7235c536ea98f1d30984466a5fce7f..f4feb6b732f48cbce3b452300f875cb9b9990c78 100644 (file)
--- a/nss.spec
+++ b/nss.spec
@@ -8,7 +8,7 @@ Summary:        NSS - Network Security Services
 Summary(pl.UTF-8):     NSS - Network Security Services
 Name:          nss
 Version:       3.67
-Release:       2
+Release:       1
 Epoch:         1
 License:       MPL v2.0
 Group:         Libraries
@@ -19,7 +19,7 @@ Source2:      %{name}-config.in
 Source3:       https://www.cacert.org/certs/root.der
 # Source3-md5: a61b375e390d9c3654eebd2031461f6b
 Source4:       nss-softokn.pc.in
-Patch0:                %{name}-include.patch
+# Upstream: https://bugzilla.mozilla.org/show_bug.cgi?id=1083900
 URL:           https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS
 BuildRequires: nspr-devel >= %{nspr_ver}
 %{!?with_bootstrap:BuildRequires:      nss-tools}
@@ -106,7 +106,6 @@ Biblioteka kryptograficzna freebl dla bibliotek NSS.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %if 0%{!?debug:1}
 # strip before signing
This page took 0.449234 seconds and 4 git commands to generate.