]> git.pld-linux.org Git - packages/nss.git/commitdiff
- added include patch (missing include in <nss/secmodt.h> file)
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 12 Jun 2021 18:26:41 +0000 (20:26 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 12 Jun 2021 18:26:41 +0000 (20:26 +0200)
- release 2

nss-include.patch [new file with mode: 0644]
nss.spec

diff --git a/nss-include.patch b/nss-include.patch
new file mode 100644 (file)
index 0000000..8dec6ad
--- /dev/null
@@ -0,0 +1,10 @@
+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 f4feb6b732f48cbce3b452300f875cb9b9990c78..194416a50c7235c536ea98f1d30984466a5fce7f 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:       1
+Release:       2
 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
-# Upstream: https://bugzilla.mozilla.org/show_bug.cgi?id=1083900
+Patch0:                %{name}-include.patch
 URL:           https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS
 BuildRequires: nspr-devel >= %{nspr_ver}
 %{!?with_bootstrap:BuildRequires:      nss-tools}
@@ -106,6 +106,7 @@ Biblioteka kryptograficzna freebl dla bibliotek NSS.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %if 0%{!?debug:1}
 # strip before signing
This page took 0.490894 seconds and 4 git commands to generate.