Author: arekm Date: Sun Apr 11 09:31:22 2010 GMT Module: packages Tag: HEAD ---- Log message: - up to 1.36
---- Files affected: packages/perl-Net-SSLeay: perl-Net-SSLeay-paths.patch (1.2 -> 1.3) , perl-Net-SSLeay.spec (1.64 -> 1.65) , perl-Net-SSLeay-network_tests.patch (1.1 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: packages/perl-Net-SSLeay/perl-Net-SSLeay-paths.patch diff -u packages/perl-Net-SSLeay/perl-Net-SSLeay-paths.patch:1.2 packages/perl-Net-SSLeay/perl-Net-SSLeay-paths.patch:1.3 --- packages/perl-Net-SSLeay/perl-Net-SSLeay-paths.patch:1.2 Sat Jun 14 00:22:31 2003 +++ packages/perl-Net-SSLeay/perl-Net-SSLeay-paths.patch Sun Apr 11 11:31:17 2010 @@ -1,102 +1,102 @@ -diff -Naur Net_SSLeay.pm-1.22.orig/SSLeay.pm Net_SSLeay.pm-1.22/SSLeay.pm ---- Net_SSLeay.pm-1.22.orig/SSLeay.pm Sat Jun 14 00:04:55 2003 -+++ Net_SSLeay.pm-1.22/SSLeay.pm Sat Jun 14 00:07:31 2003 -@@ -1016,7 +1016,7 @@ - - Following is a simple SSLeay client (with too little error checking :-( - -- #!/usr/local/bin/perl -+ #!/usr/bin/perl - use Socket; - use Net::SSLeay qw(die_now die_if_ssl_error) ; - Net::SSLeay::load_error_strings(); -@@ -1057,7 +1057,7 @@ - - Following is a simple SSLeay echo server (non forking): - -- #!/usr/local/bin/perl -w -+ #!/usr/bin/perl -w - use Socket; - use Net::SSLeay qw(die_now die_if_ssl_error); - Net::SSLeay::load_error_strings(); -@@ -1120,7 +1120,7 @@ - it had better be without any encryption or else it will not know where - to ask for the password. Note how STDIN and STDOUT are wired to SSL. - -- #!/usr/local/bin/perl -+ #!/usr/bin/perl - # /etc/inetd.conf - # ssltst stream tcp nowait root /path/to/server.pl server.pl - # /etc/services -diff -Naur Net_SSLeay.pm-1.22.orig/examples/bio.pl Net_SSLeay.pm-1.22/examples/bio.pl ---- Net_SSLeay.pm-1.22.orig/examples/bio.pl Sat Jun 14 00:04:55 2003 -+++ Net_SSLeay.pm-1.22/examples/bio.pl Sat Jun 14 00:11:24 2003 +diff -urN Net-SSLeay-1.36.org/examples/bio.pl Net-SSLeay-1.36/examples/bio.pl +--- Net-SSLeay-1.36.org/examples/bio.pl 2007-10-16 10:26:45.000000000 +0200 ++++ Net-SSLeay-1.36/examples/bio.pl 2010-04-11 11:23:59.500407002 +0200 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl -w +#!/usr/bin/perl -w # bio.pl [email protected] # # Test and demonstrate BIO interface -diff -Naur Net_SSLeay.pm-1.22.orig/examples/bulk.pl Net_SSLeay.pm-1.22/examples/bulk.pl ---- Net_SSLeay.pm-1.22.orig/examples/bulk.pl Sat Jun 14 00:04:55 2003 -+++ Net_SSLeay.pm-1.22/examples/bulk.pl Sat Jun 14 00:05:03 2003 +diff -urN Net-SSLeay-1.36.org/examples/bulk.pl Net-SSLeay-1.36/examples/bulk.pl +--- Net-SSLeay-1.36.org/examples/bulk.pl 2007-10-16 10:26:45.000000000 +0200 ++++ Net-SSLeay-1.36/examples/bulk.pl 2010-04-11 11:23:59.503115868 +0200 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl -w -+#!/usr/bin/perl ++#!/usr/bin/perl -w # bulk.pl - 8.6.1998, Sampo Kellomaki <[email protected]> # Send tons of stuff over SSL (just for testing). # There's also an example about using the call back. -diff -Naur Net_SSLeay.pm-1.22.orig/examples/callback.pl Net_SSLeay.pm-1.22/examples/callback.pl ---- Net_SSLeay.pm-1.22.orig/examples/callback.pl Sat Jun 14 00:04:55 2003 -+++ Net_SSLeay.pm-1.22/examples/callback.pl Sat Jun 14 00:05:03 2003 +diff -urN Net-SSLeay-1.36.org/examples/callback.pl Net-SSLeay-1.36/examples/callback.pl +--- Net-SSLeay-1.36.org/examples/callback.pl 2007-10-16 10:26:45.000000000 +0200 ++++ Net-SSLeay-1.36/examples/callback.pl 2010-04-11 11:23:59.503115868 +0200 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl -w -+#!/usr/bin/perl ++#!/usr/bin/perl -w # callback.pl - 8.6.1998, Sampo Kellomaki <[email protected]> # 31.7.1999, fixed callback args, --Sampo # 7.4.2001, adapted to 0.9.6a and numerous bug reports --Sampo -diff -Naur Net_SSLeay.pm-1.22.orig/examples/cli-cert.pl Net_SSLeay.pm-1.22/examples/cli-cert.pl ---- Net_SSLeay.pm-1.22.orig/examples/cli-cert.pl Sat Jun 14 00:04:55 2003 -+++ Net_SSLeay.pm-1.22/examples/cli-cert.pl Sat Jun 14 00:11:24 2003 +diff -urN Net-SSLeay-1.36.org/examples/cli-cert.pl Net-SSLeay-1.36/examples/cli-cert.pl +--- Net-SSLeay-1.36.org/examples/cli-cert.pl 2007-10-16 10:26:45.000000000 +0200 ++++ Net-SSLeay-1.36/examples/cli-cert.pl 2010-04-11 11:23:59.503115868 +0200 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # cli-cert.pl # 8.6.1998, originally written as stdio_bulk.pl Sampo Kellomaki <[email protected]> # 8.12.2001, adapted to test client certificates -diff -Naur Net_SSLeay.pm-1.22.orig/examples/ephemeral.pl Net_SSLeay.pm-1.22/examples/ephemeral.pl ---- Net_SSLeay.pm-1.22.orig/examples/ephemeral.pl Sat Jun 14 00:04:55 2003 -+++ Net_SSLeay.pm-1.22/examples/ephemeral.pl Sat Jun 14 00:11:24 2003 +diff -urN Net-SSLeay-1.36.org/examples/ephemeral.pl Net-SSLeay-1.36/examples/ephemeral.pl +--- Net-SSLeay-1.36.org/examples/ephemeral.pl 2007-10-16 10:26:45.000000000 +0200 ++++ Net-SSLeay-1.36/examples/ephemeral.pl 2010-04-11 11:23:59.503115868 +0200 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl -w +#!/usr/bin/perl -w # ephemeral.pl [email protected] # # Test and demonstrate setting ephemeral RSA key -diff -Naur Net_SSLeay.pm-1.22.orig/examples/minicli.pl Net_SSLeay.pm-1.22/examples/minicli.pl ---- Net_SSLeay.pm-1.22.orig/examples/minicli.pl Sat Jun 14 00:04:55 2003 -+++ Net_SSLeay.pm-1.22/examples/minicli.pl Sat Jun 14 00:05:03 2003 +diff -urN Net-SSLeay-1.36.org/examples/minicli.pl Net-SSLeay-1.36/examples/minicli.pl +--- Net-SSLeay-1.36.org/examples/minicli.pl 2007-10-16 10:26:45.000000000 +0200 ++++ Net-SSLeay-1.36/examples/minicli.pl 2010-04-11 11:23:59.507073715 +0200 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # minicli.pl - Sampo Kellomaki <[email protected]> use Socket; -diff -Naur Net_SSLeay.pm-1.22.orig/examples/passwd-cb.pl Net_SSLeay.pm-1.22/examples/passwd-cb.pl ---- Net_SSLeay.pm-1.22.orig/examples/passwd-cb.pl Sat Jun 14 00:04:55 2003 -+++ Net_SSLeay.pm-1.22/examples/passwd-cb.pl Sat Jun 14 00:11:24 2003 +diff -urN Net-SSLeay-1.36.org/examples/passwd-cb.pl Net-SSLeay-1.36/examples/passwd-cb.pl +--- Net-SSLeay-1.36.org/examples/passwd-cb.pl 2007-10-16 10:26:45.000000000 +0200 ++++ Net-SSLeay-1.36/examples/passwd-cb.pl 2010-04-11 11:23:59.507073715 +0200 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # passwd-cb.pl # # Check using password callbacks to decrypt private keys -diff -Naur Net_SSLeay.pm-1.22.orig/examples/stdio_bulk.pl Net_SSLeay.pm-1.22/examples/stdio_bulk.pl ---- Net_SSLeay.pm-1.22.orig/examples/stdio_bulk.pl Sat Jun 14 00:04:55 2003 -+++ Net_SSLeay.pm-1.22/examples/stdio_bulk.pl Sat Jun 14 00:05:03 2003 +diff -urN Net-SSLeay-1.36.org/examples/stdio_bulk.pl Net-SSLeay-1.36/examples/stdio_bulk.pl +--- Net-SSLeay-1.36.org/examples/stdio_bulk.pl 2007-10-16 10:26:45.000000000 +0200 ++++ Net-SSLeay-1.36/examples/stdio_bulk.pl 2010-04-11 11:23:59.507073715 +0200 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl +#!/usr/bin/perl # stdio_bulk.pl - 8.6.1998, Sampo Kellomaki <[email protected]> # Send tons of stuff over SSL connected by STDIO pipe. # This also demonstrates how you can communicate via arbitrary stream, not +diff -urN Net-SSLeay-1.36.org/lib/Net/SSLeay.pm Net-SSLeay-1.36/lib/Net/SSLeay.pm +--- Net-SSLeay-1.36.org/lib/Net/SSLeay.pm 2010-01-30 22:07:38.000000000 +0100 ++++ Net-SSLeay-1.36/lib/Net/SSLeay.pm 2010-04-11 11:25:10.780816683 +0200 +@@ -1304,7 +1304,7 @@ + + The following is a simple SSLeay client (with too little error checking :-( + +- #!/usr/local/bin/perl ++ #!/usr/bin/perl + use Socket; + use Net::SSLeay qw(die_now die_if_ssl_error) ; + Net::SSLeay::load_error_strings(); +@@ -1345,7 +1345,7 @@ + + The following is a simple SSLeay echo server (non forking): + +- #!/usr/local/bin/perl -w ++ #!/usr/bin/perl -w + use Socket; + use Net::SSLeay qw(die_now die_if_ssl_error); + Net::SSLeay::load_error_strings(); +@@ -1408,7 +1408,7 @@ + it had better be without any encryption or else it will not know where + to ask for the password. Note how C<STDIN> and C<STDOUT> are wired to SSL. + +- #!/usr/local/bin/perl ++ #!/usr/bin/perl + # /etc/inetd.conf + # ssltst stream tcp nowait root /path/to/server.pl server.pl + # /etc/services ================================================================ Index: packages/perl-Net-SSLeay/perl-Net-SSLeay.spec diff -u packages/perl-Net-SSLeay/perl-Net-SSLeay.spec:1.64 packages/perl-Net-SSLeay/perl-Net-SSLeay.spec:1.65 --- packages/perl-Net-SSLeay/perl-Net-SSLeay.spec:1.64 Sun Apr 11 08:28:35 2010 +++ packages/perl-Net-SSLeay/perl-Net-SSLeay.spec Sun Apr 11 11:31:17 2010 @@ -7,16 +7,15 @@ Summary: Net::SSLeay - Perl extension for using OpenSSL or SSLeay Summary(pl.UTF-8): Net::SSLeay - rozszerzenie Perla do używania OpenSSL lub SSLeay Name: perl-Net-SSLeay -Version: 1.30 -Release: 6 +Version: 1.36 +Release: 1 # same as openssl License: Apache-like Group: Development/Languages/Perl -Source0: http://www.cpan.org/modules/by-module/Net/Net_SSLeay.pm-%{version}.tar.gz -# Source0-md5: b0cd6c1681bbc0695d81be5cd852d1d0 +Source0: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Net-SSLeay-%{version}.tar.gz +# Source0-md5: 54061638720dd6a325395331c77f21d8 Patch0: %{name}-paths.patch -Patch1: %{name}-network_tests.patch -URL: http://search.cpan.org/dist/Net_SSLeay.pm/ +URL: http://search.cpan.org/dist/Net_SSLeay/ BuildRequires: openssl-devel >= 0.9.7d BuildRequires: openssl-tools >= 0.9.7d BuildRequires: perl-devel >= 1:5.8.0 @@ -37,18 +36,17 @@ aplikacji. %prep -%setup -q -n Net_SSLeay.pm-%{version} +%setup -q -n Net-SSLeay-%{version} %patch0 -p1 -%patch1 -p1 %build -%{__perl} Makefile.PL %{_prefix} \ +echo "n" | %{__perl} Makefile.PL %{_prefix} \ INSTALLDIRS=vendor %{__make} \ CC="%{__cc}" \ OPTIMIZE="%{rpmcflags}" -%{?with_tests:%{__make} test} +%{?with_tests:echo "n" | %{__make} test} %install rm -rf $RPM_BUILD_ROOT @@ -67,7 +65,6 @@ %doc Changes Credits README %{perl_vendorarch}/Net/SSLeay.pm %{perl_vendorarch}/Net/SSLeay -%{perl_vendorarch}/Net/ptrtstrun.pl %dir %{perl_vendorarch}/auto/Net/SSLeay %{perl_vendorarch}/auto/Net/SSLeay/autosplit.ix %{perl_vendorarch}/auto/Net/SSLeay/*.al @@ -82,6 +79,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.65 2010/04/11 09:31:17 arekm +- up to 1.36 + Revision 1.64 2010/04/11 06:28:35 arekm - release 6 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-Net-SSLeay/perl-Net-SSLeay-paths.patch?r1=1.2&r2=1.3&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/perl-Net-SSLeay/perl-Net-SSLeay.spec?r1=1.64&r2=1.65&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
