~nvalcarcel/ubuntu/lucid/openssl/openssl-merge

« back to all changes in this revision

Viewing changes to debian/patches/kfreebsd-pipe.patch

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2009-08-11 21:19:18 UTC
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: james.westby@ubuntu.com-20090811211918-q52b1berxicp30hh
* Split all the patches into a separate files
* Stop undefinging HZ, the issue on alpha should be fixed.
* Remove MD2 from digest algorithm table.  (CVE-2009-2409) (Closes: #539899)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: openssl-0.9.8k/crypto/perlasm/x86_64-xlate.pl
 
2
===================================================================
 
3
--- openssl-0.9.8k.orig/crypto/perlasm/x86_64-xlate.pl  2008-02-13 21:01:48.000000000 +0100
 
4
+++ openssl-0.9.8k/crypto/perlasm/x86_64-xlate.pl       2009-07-19 11:37:23.000000000 +0200
 
5
@@ -62,7 +62,7 @@
 
6
   my ($outdev,$outino,@junk)=stat($output);
 
7
 
 
8
     open STDOUT,">$output" || die "can't open $output: $!"
 
9
-       if ($stddev!=$outdev || $stdino!=$outino);
 
10
+#      if ($stddev!=$outdev || $stdino!=$outino);
 
11
 }
 
12
 
 
13
 my $masmref=8 + 50727*2**-32;  # 8.00.50727 shipped with VS2005