[packages/openssl] drop obsolete cpuid.patch

glen glen at pld-linux.org
Thu Jun 11 21:35:09 CEST 2015


commit d4e4f94866c8464ea791b9c574f7b9da5d886256
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu Jun 11 22:34:51 2015 +0300

    drop obsolete cpuid.patch

 cpuid.patch | 27 ---------------------------
 1 file changed, 27 deletions(-)
---
diff --git a/cpuid.patch b/cpuid.patch
deleted file mode 100644
index 4e37491..0000000
--- a/cpuid.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From: Andy Polyakov <appro at openssl.org>
-Date: Mon, 4 Mar 2013 19:05:04 +0000 (+0100)
-Subject: x86cpuid.pl: make it work with older CPUs.
-Origin: upstream: http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=5702e965d759dde8a098d8108660721ba2b93a7d
-Bug-Debian: http://bugs.debian.org/699692
-Bug: http://rt.openssl.org/Ticket/Display.html?id=3005&user=guest&pass=guest
-
-diff --git a/crypto/x86cpuid.pl b/crypto/x86cpuid.pl
-index 3b6c469..e8a7518 100644
---- a/crypto/x86cpuid.pl
-+++ b/crypto/x86cpuid.pl
-@@ -69,6 +69,7 @@ for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }
- 	&inc	("esi");		# number of cores
- 
- 	&mov	("eax",1);
-+	&xor	("ecx","ecx");
- 	&cpuid	();
- 	&bt	("edx",28);
- 	&jnc	(&label("generic"));
-@@ -102,6 +103,7 @@ for (@ARGV) { $sse2=1 if (/-DOPENSSL_IA32_SSE2/); }
- 
- &set_label("nocacheinfo");
- 	&mov	("eax",1);
-+	&xor	("ecx","ecx");
- 	&cpuid	();
- 	&and	("edx",0xbfefffff);	# force reserved bits #20, #30 to 0
- 	&cmp	("ebp",0);
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openssl.git/commitdiff/d4e4f94866c8464ea791b9c574f7b9da5d886256



More information about the pld-cvs-commit mailing list