[nss-softokn] Update to nss-3.16.1

Elio Maldonado emaldonado at fedoraproject.org
Tue May 6 16:18:35 UTC 2014


commit c3a64573e67f3934ad9c197376a57e1c1a852c4c
Author: Elio Maldonado <emaldona at redhat.com>
Date:   Tue May 6 09:01:04 2014 -0700

    Update to nss-3.16.1
    
    - Remove patch no longer needed due to the rebase
    - Resolves: Bug 1094702 - nss-3.16.1 is available

 .gitignore       |    2 +-
 nss-softokn.spec |   16 +-
 refactor.patch   | 1643 ------------------------------------------------------
 sources          |    2 +-
 4 files changed, 10 insertions(+), 1653 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1b3f156..58a6df3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/nss-softokn-3.16.0.tar.gz
+/nss-softokn-3.16.1.tar.gz
diff --git a/nss-softokn.spec b/nss-softokn.spec
index f982bf1..812923e 100644
--- a/nss-softokn.spec
+++ b/nss-softokn.spec
@@ -1,6 +1,6 @@
 %global nspr_version 4.10.4
 %global nss_name nss
-%global nss_util_version 3.16.0
+%global nss_util_version 3.16.1
 %global unsupported_tools_directory %{_libdir}/nss/unsupported-tools
 %global saved_files_dir %{_libdir}/nss/saved
 
@@ -24,8 +24,8 @@
 
 Summary:          Network Security Services Softoken Module
 Name:             nss-softokn
-Version:          3.16.0
-Release:          2%{?dist}
+Version:          3.16.1
+Release:          1%{?dist}
 License:          MPLv2.0
 URL:              http://www.mozilla.org/projects/security/pki/nss/
 Group:            System Environment/Libraries
@@ -71,8 +71,6 @@ Patch9:           nss-versus-softoken-tests.patch
 # NSSUTIL_INCLUDE_DIR, after all, contains both util and freebl headers. 
 # Once has been bootstapped the patch may be removed, but it doesn't hurt to keep it.
 Patch10:           iquote.patch
-# Upstream: https://bugzilla.mozilla.org/show_bug.cgi?id=993489
-Patch11: refactor.patch
 
 %description
 Network Security Services Softoken Cryptographic Module
@@ -127,9 +125,6 @@ Header and library files for doing development with Network Security Services.
 %patch9 -p0 -b .cryptotests
 # activate if needed when doing a major update with new apis
 %patch10 -p0 -b .iquote
-pushd nss
-%patch11 -p1 -b .refactor
-popd
 
 %build
 
@@ -393,6 +388,11 @@ done
 %{_includedir}/nss3/shsign.h
 
 %changelog
+* Tue May 06 2014 Elio Maldonado <emaldona at redhat.com> - 3.16.1-1
+- Update to nss-3.16.1
+- Remove patch no longer needed due to the rebase
+- Resolves: Bug 1094702 - nss-3.16.1 is available
+
 * Mon Apr 14 2014 Elio Maldonado <emaldona at redhat.com> - 3.16.0-2
 - Refactor ecdecode support from softoken to freebl
 - Resolves: Bug 1075702 - ECC decode refactoring needed to build OpenJDK SunEC provider for ECC support
diff --git a/sources b/sources
index 95000dd..0c82db2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ab04ec80226e61c5f2e856807337afd5  nss-softokn-3.16.0.tar.gz
+b82bd82a6f7d1612e44366b3d8dd2304  nss-softokn-3.16.1.tar.gz


More information about the scm-commits mailing list