[Pkg-openssl-changes] r419 - in openssl/trunk: crypto/perlasm debian

Kurt Roeckx kroeckx at alioth.debian.org
Sat Jun 13 16:18:12 UTC 2009


Author: kroeckx
Date: 2009-06-13 16:18:11 +0000 (Sat, 13 Jun 2009)
New Revision: 419

Modified:
   openssl/trunk/crypto/perlasm/x86_64-xlate.pl
   openssl/trunk/debian/changelog
Log:
Add workaround for kfreebsd that can't see the different between
two pipes.  Patch from Petr Salinger.


Modified: openssl/trunk/crypto/perlasm/x86_64-xlate.pl
===================================================================
--- openssl/trunk/crypto/perlasm/x86_64-xlate.pl	2009-06-13 16:15:40 UTC (rev 418)
+++ openssl/trunk/crypto/perlasm/x86_64-xlate.pl	2009-06-13 16:18:11 UTC (rev 419)
@@ -62,7 +62,7 @@
   my ($outdev,$outino, at junk)=stat($output);
 
     open STDOUT,">$output" || die "can't open $output: $!"
-	if ($stddev!=$outdev || $stdino!=$outino);
+#	if ($stddev!=$outdev || $stdino!=$outino);
 }
 
 my $masmref=8 + 50727*2**-32;	# 8.00.50727 shipped with VS2005

Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog	2009-06-13 16:15:40 UTC (rev 418)
+++ openssl/trunk/debian/changelog	2009-06-13 16:18:11 UTC (rev 419)
@@ -1,8 +1,10 @@
 openssl (0.9.8k-3) unstable; urgency=low
 
   * Make rc4-x86_64 PIC.  Based on patch from Petr Salinger (Closes: #532336)
+  * Add workaround for kfreebsd that can't see the different between
+    two pipes.  Patch from Petr Salinger.
 
- -- Kurt Roeckx <kurt at roeckx.be>  Sat, 13 Jun 2009 17:46:23 +0200
+ -- Kurt Roeckx <kurt at roeckx.be>  Sat, 13 Jun 2009 18:15:46 +0200
 
 openssl (0.9.8k-2) unstable; urgency=low
 




More information about the Pkg-openssl-changes mailing list