]> git.pld-linux.org Git - packages/perl-Net-SSLeay.git/commitdiff
- fixed paths
authorpius <pius@pld-linux.org>
Thu, 17 Feb 2000 20:13:43 +0000 (20:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Net-SSLeay-openssl_path.patch -> 1.1
    perl-Net-SSLeay-paths.patch -> 1.1

perl-Net-SSLeay-openssl_path.patch [new file with mode: 0644]
perl-Net-SSLeay-paths.patch [new file with mode: 0644]

diff --git a/perl-Net-SSLeay-openssl_path.patch b/perl-Net-SSLeay-openssl_path.patch
new file mode 100644 (file)
index 0000000..bb9ccbe
--- /dev/null
@@ -0,0 +1,11 @@
+--- Makefile.PL~       Sat Jul 31 09:59:12 1999
++++ Makefile.PL        Thu Feb 17 20:55:42 2000
+@@ -14,7 +14,7 @@
+ $make_it = shift if $ARGV[0] eq '-m';
+ $test_it = shift if $ARGV[0] eq '-t';
+ $debug = $test_it = shift if $ARGV[0] eq '-d';
+-$openssl_path = shift || '/usr/local/ssl';
++$openssl_path = shift || '/usr';
+ $openssl_vers = '0.9.3a';
diff --git a/perl-Net-SSLeay-paths.patch b/perl-Net-SSLeay-paths.patch
new file mode 100644 (file)
index 0000000..f143718
--- /dev/null
@@ -0,0 +1,32 @@
+--- examples.path/bulk.pl      Tue Jan  5 02:13:32 1999
++++ examples/bulk.pl   Thu Feb 17 20:52:34 2000
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl -w
++#!/usr/bin/perl
+ # bulk.pl - 8.6.1998, Sampo Kellomaki <sampo@iki.fi>
+ # Send tons of stuff over SSL (just for testing).
+ # There's also an example about using the call back.
+--- examples.path/callback.pl  Sat Jul 31 09:49:09 1999
++++ examples/callback.pl       Thu Feb 17 20:52:34 2000
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl -w
++#!/usr/bin/perl
+ # callback.pl - 8.6.1998, Sampo Kellomaki <sampo@iki.fi>
+ # 31.7.1999, fixed callback args, --Sampo 
+ #
+--- examples.path/minicli.pl   Tue Jan  5 02:13:32 1999
++++ examples/minicli.pl        Thu Feb 17 20:52:34 2000
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl
++#!/usr/bin/perl
+ # minicli.pl - Sampo Kellomaki <sampo@iki.fi>
+ use Socket;
+--- examples.path/stdio_bulk.pl        Tue Jan  5 02:13:33 1999
++++ examples/stdio_bulk.pl     Thu Feb 17 20:52:35 2000
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl
++#!/usr/bin/perl
+ # stdio_bulk.pl - 8.6.1998, Sampo Kellomaki <sampo@iki.fi>
+ # Send tons of stuff over SSL connected by STDIO pipe.
+ # This also demonstrates how you can communicate via arbitrary strean, not
This page took 0.041109 seconds and 4 git commands to generate.