From: Mike Frysinger Date: Thu, 15 Sep 2011 16:35:41 +0000 (+0000) Subject: Drop gas patch since upstream worked around it in a different way (by updating the... X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=392d2235f837d2313b6b7556a18d54a9093bea3d;p=gentoo.git Drop gas patch since upstream worked around it in a different way (by updating the x86_64-xlate.pl helper). Package-Manager: portage-2.2.0_alpha58/cvs/Linux x86_64 --- diff --git a/dev-libs/openssl/ChangeLog b/dev-libs/openssl/ChangeLog index 89a472be60d6..0652ad92e1af 100644 --- a/dev-libs/openssl/ChangeLog +++ b/dev-libs/openssl/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/openssl # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.405 2011/09/12 15:32:18 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/ChangeLog,v 1.406 2011/09/15 16:35:41 vapier Exp $ + + 15 Sep 2011; Mike Frysinger + -files/openssl-0.9.8l-binutils.patch, openssl-1.0.0d.ebuild, + openssl-1.0.0e.ebuild: + Drop gas patch since upstream worked around it in a different way (by + updating the x86_64-xlate.pl helper). 12 Sep 2011; Kacper Kowalik openssl-1.0.0e.ebuild: ppc/ppc64 stable wrt #382069 diff --git a/dev-libs/openssl/files/openssl-0.9.8l-binutils.patch b/dev-libs/openssl/files/openssl-0.9.8l-binutils.patch deleted file mode 100644 index d1bb7754f5b1..000000000000 --- a/dev-libs/openssl/files/openssl-0.9.8l-binutils.patch +++ /dev/null @@ -1,67 +0,0 @@ -fix from upstream for building with newer binutils - -http://bugs.gentoo.org/289130 - -Index: crypto/md5/asm/md5-x86_64.pl -=================================================================== -RCS file: /usr/local/src/openssl/CVSROOT/openssl/crypto/md5/asm/md5-x86_64.pl,v -retrieving revision 1.2.2.1 -retrieving revision 1.2.2.2 -diff -u -p -r1.2.2.1 -r1.2.2.2 ---- openssl/crypto/md5/asm/md5-x86_64.pl 11 Nov 2007 13:34:06 -0000 1.2.2.1 -+++ openssl/crypto/md5/asm/md5-x86_64.pl 13 Nov 2009 14:14:46 -0000 1.2.2.2 -@@ -19,6 +19,7 @@ my $code; - sub round1_step - { - my ($pos, $dst, $x, $y, $z, $k_next, $T_i, $s) = @_; -+ $T_i = unpack("l",pack("l", hex($T_i))); # convert to 32-bit signed decimal - $code .= " mov 0*4(%rsi), %r10d /* (NEXT STEP) X[0] */\n" if ($pos == -1); - $code .= " mov %edx, %r11d /* (NEXT STEP) z' = %edx */\n" if ($pos == -1); - $code .= <