From 1d982a09cdaddeac8323dea72f2ac01f820e5a09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Mr=C3=A1z?= Date: Fri, 1 Apr 2005 16:19:34 +0000 Subject: [PATCH] - uninitialized variable mustn't be used as input in inline assembly - reenable the x86_64 assembly again --- openssl.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/openssl.spec b/openssl.spec index 3d4dd74..c30472a 100644 --- a/openssl.spec +++ b/openssl.spec @@ -22,7 +22,7 @@ Summary: The OpenSSL toolkit. Name: openssl Version: 0.9.7f -Release: 2 +Release: 3 Source: openssl-%{version}-usa.tar.bz2 Source1: hobble-openssl Source2: Makefile.certificate @@ -47,6 +47,7 @@ Patch12: openssl-0.9.7a-libica-autoconf.patch Patch18: openssl-0.9.7a-krb5-1.3.patch Patch40: libica-1.3.4-urandom.patch Patch42: openssl-0.9.7e-krb5.patch +Patch43: openssl-0.9.7f-bn-asm-uninitialized.patch License: BSDish Group: System Environment/Libraries URL: http://www.openssl.org/ @@ -123,6 +124,7 @@ popd # Security fixes # Additional fixes +%patch43 -p1 -b .uninitialized # Modify the various perl scripts to reference perl in the right location. perl util/perlpath.pl `dirname %{__perl}` @@ -381,6 +383,11 @@ popd %postun -p /sbin/ldconfig %changelog +* Fri Apr 1 2005 Tomas Mraz 0.9.7f-3 +- uninitialized variable mustn't be used as input in inline + assembly +- reenable the x86_64 assembly again + * Thu Mar 31 2005 Tomas Mraz 0.9.7f-2 - add back RC4_CHAR on ia64 and x86_64 so the ABI isn't broken - disable broken bignum assembly on x86_64