[nss-softokn] Update to NSS_3_14_2_RTM

Elio Maldonado emaldonado at fedoraproject.org
Sat Feb 2 02:42:39 UTC 2013


commit b98aff2635626db80669376890728c8dbb980831
Author: Elio Maldonado <emaldona at redhat.com>
Date:   Fri Feb 1 18:42:11 2013 -0800

    Update to NSS_3_14_2_RTM
    
    - Restore comments on how to transition when signing algorithm changes
    - Remove unused patches

 Bug-829088-nss-3.13.4-fips-sha224-selftest.patch |   18 -
 add-rsaperf_low-test.patch                       |  883 ----------------------
 nss-softokn.spec                                 |   16 +-
 3 files changed, 15 insertions(+), 902 deletions(-)
---
diff --git a/nss-softokn.spec b/nss-softokn.spec
index c016aac..2b9c8eb 100644
--- a/nss-softokn.spec
+++ b/nss-softokn.spec
@@ -4,6 +4,15 @@
 %global unsupported_tools_directory %{_libdir}/nss/unsupported-tools
 %global saved_files_dir %{_libdir}/nss/saved
 
+# Produce .chk files for the final stripped binaries
+#
+# NOTE: The LD_LIBRARY_PATH line guarantees shlibsign links
+# against the freebl that we just built. This is necessary
+# because the signing algorithm changed on 3.14 to DSA2 with SHA256
+# whereas we previously signed with DSA and SHA1. We must Keep this line
+# until all mock platforms have been updated.
+# After %%{__os_install_post} we would add
+# export LD_LIBRARY_PATH=$RPM_BUILD_ROOT/%{_libdir}
 %define __spec_install_post \
     %{?__debug_package:%{__debug_install_post}} \
     %{__arch_install_post} \
@@ -16,7 +25,7 @@
 Summary:          Network Security Services Softoken Module
 Name:             nss-softokn
 Version:          3.14.2
-Release:          1%{?dist}
+Release:          2%{?dist}
 License:          MPLv2.0
 URL:              http://www.mozilla.org/projects/security/pki/nss/
 Group:            System Environment/Libraries
@@ -374,6 +383,11 @@ done
 %{_includedir}/nss3/shsign.h
 
 %changelog
+* Sat Feb 02 2013 Elio Maldonado <emaldona at redhat.com> - 3.14.2-2
+- Update to NSS_3_14_2_RTM
+- Restore comments on how to transition when signing algorithm changes
+- Remove unused patches
+
 * Fri Feb 01 2013 Elio Maldonado <emaldona at redhat.com> - 3.14.2-1
 - Update to NSS_3_14_2_RTM
 


More information about the scm-commits mailing list