[nss-util/f19] Update to nss-3.17.1

Kai Engert kengert at fedoraproject.org
Wed Sep 24 22:14:34 UTC 2014


commit b3ffdcdd4fce5714ffa83932dd271fc6a499d334
Author: Kai Engert <kaie at redhat.com>
Date:   Thu Sep 25 00:14:17 2014 +0200

    Update to nss-3.17.1

 .gitignore                     |    2 +-
 nss-util.spec                  |    8 +++++++-
 pkcs1sig-include-prtypes.patch |   11 +++++++++++
 sources                        |    2 +-
 4 files changed, 20 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 12f7601..3130359 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/nss-util-3.17.0.tar.gz
+/nss-util-3.17.1.tar.gz
diff --git a/nss-util.spec b/nss-util.spec
index a977fa9..f695f46 100644
--- a/nss-util.spec
+++ b/nss-util.spec
@@ -2,7 +2,7 @@
 
 Summary:          Network Security Services Utilities Library
 Name:             nss-util
-Version:          3.17.0
+Version:          3.17.1
 Release:          1%{?dist}
 License:          MPLv2.0
 URL:              http://www.mozilla.org/projects/security/pki/nss/
@@ -33,6 +33,7 @@ Source3:          nss-util-config.in
 
 Patch1: build-nss-util-only.patch
 Patch2: hasht-dont-include-prtypes.patch
+Patch3: pkcs1sig-include-prtypes.patch
 
 %description
 Utilities for Network Security Services and the Softoken module
@@ -55,6 +56,7 @@ Header and library files for doing development with Network Security Services.
 %setup -q
 %patch1 -p0 -b .utilonly
 %patch2 -p0 -b .prtypes
+%patch3 -p0 -b .include_prtypes
 
 
 %build
@@ -196,6 +198,7 @@ done
 %{_includedir}/nss3/nssrwlk.h
 %{_includedir}/nss3/nssrwlkt.h
 %{_includedir}/nss3/nssutil.h
+%{_includedir}/nss3/pkcs1sig.h
 %{_includedir}/nss3/pkcs11.h
 %{_includedir}/nss3/pkcs11f.h
 %{_includedir}/nss3/pkcs11n.h
@@ -222,6 +225,9 @@ done
 %{_includedir}/nss3/templates/templates.c
 
 %changelog
+* Wed Sep 24 2014 Kai Engert <kaie at redhat.com> - 3.17.1-1
+- Update to nss-3.17.1
+
 * Fri Aug 22 2014 Elio Maldonado <emaldona at redhat.com> - 3.16.2-2
 - Update to nss-3.17.0
 
diff --git a/pkcs1sig-include-prtypes.patch b/pkcs1sig-include-prtypes.patch
new file mode 100644
index 0000000..99e1217
--- /dev/null
+++ b/pkcs1sig-include-prtypes.patch
@@ -0,0 +1,11 @@
+diff -up ./nss/lib/util/pkcs1sig.c.include_prtypes ./nss/lib/util/pkcs1sig.c
+--- ./nss/lib/util/pkcs1sig.c.include_prtypes	2014-09-23 14:53:20.586600039 -0700
++++ ./nss/lib/util/pkcs1sig.c	2014-09-23 14:56:14.569906021 -0700
+@@ -3,6 +3,7 @@
+  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+  */
+ 
++#include "prtypes.h"
+ #include "pkcs1sig.h"
+ #include "hasht.h"
+ #include "secerr.h"
diff --git a/sources b/sources
index d388ad6..82adab7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fa2a0153497afd06fb83ae49c332577f  nss-util-3.17.0.tar.gz
+0248638512adca73c2e38140fdde00fd  nss-util-3.17.1.tar.gz


More information about the scm-commits mailing list