[nss-softokn] - Fix intel optimized aes code to deal with case where input and ouput are in the same buffer (#7095

Elio Maldonado emaldonado at fedoraproject.org
Tue Jun 14 22:18:02 UTC 2011


commit 00a4e0299817290dea31070fddf50628f0f5a93b
Author: Elio Maldonado <emaldona at emaldonadesktop.localdomain>
Date:   Tue Jun 14 15:17:01 2011 -0700

    - Fix intel optimized aes code to deal with case where input and ouput are in the same buffer (#709517)

 nss-softokn.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/nss-softokn.spec b/nss-softokn.spec
index 6927111..ae3f724 100644
--- a/nss-softokn.spec
+++ b/nss-softokn.spec
@@ -17,7 +17,7 @@
 Summary:          Network Security Services Softoken Module
 Name:             nss-softokn
 Version:          3.12.10
-Release:          1%{?dist}
+Release:          2%{?dist}
 License:          MPLv1.1 or GPLv2+ or LGPLv2+
 URL:              http://www.mozilla.org/projects/security/pki/nss/
 Group:            System Environment/Libraries
@@ -50,6 +50,7 @@ Source2:          nss-softokn.pc.in
 Source3:          nss-softokn-config.in
 
 Patch2:           nss-softokn-3.12.4-prelink.patch
+Patch3:           bz709517.patch
 
 %description
 Network Security Services Softoken Cryptographic Module
@@ -100,6 +101,7 @@ Header and Library files for doing development with Network Security Services.
 %setup -q
 
 %patch2 -p0 -b .prelink
+%patch3 -p0 -b .709517
 
 
 %build
@@ -320,6 +322,9 @@ done
 %{_includedir}/nss3/shsign.h
 
 %changelog
+* Tue Jun 14 2011 Elio Maldonado <emaldona at redhat.com> - 3.12.10-2
+- Fix intel optimized aes code to deal with case where input and ouput are in the same buffer (#709517)
+
 * Fri May 06 2011 Elio Maldonado <emaldona at redhat.com> - 3.12.10-1
 - Update to NSS_3_12_10_RTM
 


More information about the scm-commits mailing list