[nss-softokn/f15] - Bug 770999 - Fix segmentation violation when turning on fips mode - Applying the iquote patch for

Elio Maldonado emaldonado at fedoraproject.org
Sun Jan 1 03:04:25 UTC 2012


commit 024a949c18034b43cfc3d93c5f84a1571dae4c73
Author: Elio Maldonado <emaldona at elioT43.localdomain>
Date:   Sat Dec 31 18:57:47 2011 -0800

    - Bug 770999 - Fix segmentation violation when turning on fips mode
    - Applying the iquote patch for boostrapping

 nss-softokn.spec |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/nss-softokn.spec b/nss-softokn.spec
index f8be392..23df16f 100644
--- a/nss-softokn.spec
+++ b/nss-softokn.spec
@@ -118,7 +118,7 @@ Header and Library files for doing development with Network Security Services.
 %patch5 -p0 -b .drbg
 %patch8 -p0 -b .crypto
 # activate if needed when doing a major update with new apis
-#%patch9 -p0 -b .iquote
+%patch9 -p0 -b .iquote
 
 %build
 
@@ -163,8 +163,8 @@ USE_64=1
 export USE_64
 %endif
 
-# uncomment if the iguote patch is activated
-#export IN_TREE_FREEBL_HEADERS_FIRST=1
+# uncommenting since the iguote patch is activated
+export IN_TREE_FREEBL_HEADERS_FIRST=1
 
 # Compile softokn plus needed support
 %{__make} -C ./mozilla/security/coreconf
@@ -387,9 +387,9 @@ done
 %{_includedir}/nss3/shsign.h
 
 %changelog
-* Fri Dec 30 2011 Elio Maldonado <emaldona at redhat.com> - 3.13.1-15
+* Sat Dec 31 2011 Elio Maldonado <emaldona at redhat.com> - 3.13.1-15
 - Bug 770999 - Fix segmentation violation when turning on fips mode
-- Reintroduce the iquote patch but don't apply it unless needed
+- Applying the iquote patch for boostrapping
 
 * Tue Dec 13 2011 Elio Maldonado <emaldona at redhat.com> - 3.12.9-14
 - Restore the update to 3.13.1


More information about the scm-commits mailing list