Codebase list openssl / 0941e6a
Remove kfreebsd-pipe.patch, fixed upstream Kurt Roeckx 12 years ago
3 changed file(s) with 1 addition(s) and 14 deletion(s). Raw diff Collapse all Expand all
00 openssl (1.0.1-1) unstable; urgency=low
11
22 * New upstream version
3 - Remove kfreebsd-pipe.patch, fixed upstream
34
45 -- Kurt Roeckx <kurt@roeckx.be> Sat, 17 Mar 2012 10:09:17 +0100
56
+0
-13
debian/patches/kfreebsd-pipe.patch less more
0 Index: openssl-1.0.0c/crypto/perlasm/x86_64-xlate.pl
1 ===================================================================
2 --- openssl-1.0.0c.orig/crypto/perlasm/x86_64-xlate.pl 2010-10-10 23:14:17.000000000 +0200
3 +++ openssl-1.0.0c/crypto/perlasm/x86_64-xlate.pl 2010-12-12 16:09:31.000000000 +0100
4 @@ -66,7 +66,7 @@
5 my ($outdev,$outino,@junk)=stat($output);
6
7 open STDOUT,">$output" || die "can't open $output: $!"
8 - if ($stddev!=$outdev || $stdino!=$outino);
9 +# if ($stddev!=$outdev || $stdino!=$outino);
10 }
11
12 my $gas=1; $gas=0 if ($output =~ /\.asm$/);
11 config-hurd.patch
22 debian-targets.patch
33 engines-path.patch
4 kfreebsd-pipe.patch
54 make-targets.patch
65 man-dir.patch
76 man-section.patch