OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 16-Jul-2008 22:46:35
Branch: HEAD Handle: 2008071621463400
Modified files:
openpkg-src/perl-ssl perl-ssl.patch perl-ssl.spec
Log:
modifying package: perl-ssl-5.10.0 20080310 -> 20080716
Summary:
Revision Changes Path
1.21 +18 -18 openpkg-src/perl-ssl/perl-ssl.patch
1.101 +2 -2 openpkg-src/perl-ssl/perl-ssl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-ssl/perl-ssl.patch
============================================================================
$ cvs diff -u -r1.20 -r1.21 perl-ssl.patch
--- openpkg-src/perl-ssl/perl-ssl.patch 28 Jan 2008 17:28:04 -0000
1.20
+++ openpkg-src/perl-ssl/perl-ssl.patch 16 Jul 2008 20:46:34 -0000
1.21
@@ -1,6 +1,6 @@
Index: Crypt-SSLeay-0.57/Makefile.PL
--- Crypt-SSLeay-0.57/Makefile.PL.orig 2007-09-17 22:36:59 +0200
-+++ Crypt-SSLeay-0.57/Makefile.PL 2007-09-18 08:28:09 +0200
++++ Crypt-SSLeay-0.57/Makefile.PL 2008-07-16 22:39:05 +0200
@@ -35,15 +35,7 @@
}
else {
@@ -18,32 +18,32 @@
}
my @CANDIDATE = do {
-Index: IO-Socket-SSL-1.13/Makefile.PL
---- IO-Socket-SSL-1.13/Makefile.PL.orig 2007-08-10 10:54:23 +0200
-+++ IO-Socket-SSL-1.13/Makefile.PL 2007-09-18 08:28:09 +0200
-@@ -71,3 +71,4 @@
- 'dist' => { COMPRESS => 'gzip', SUFFIX => 'gz', },
- 'NO_META' => 1,
+Index: IO-Socket-SSL-1.14/Makefile.PL
+--- IO-Socket-SSL-1.14/Makefile.PL.orig 2008-02-22 08:10:38 +0100
++++ IO-Socket-SSL-1.14/Makefile.PL 2008-07-16 22:39:05 +0200
+@@ -97,3 +97,4 @@
+ 'dist' => { COMPRESS => 'gzip', SUFFIX => 'gz', },
+ 'NO_META' => 1,
);
+
-Index: IO-Socket-SSL-1.13/SSL.pm
---- IO-Socket-SSL-1.13/SSL.pm.orig 2007-09-13 21:19:34 +0200
-+++ IO-Socket-SSL-1.13/SSL.pm 2007-09-18 08:28:09 +0200
-@@ -388,10 +388,7 @@
+Index: IO-Socket-SSL-1.14/SSL.pm
+--- IO-Socket-SSL-1.14/SSL.pm.orig 2008-07-16 11:13:58 +0200
++++ IO-Socket-SSL-1.14/SSL.pm 2008-07-16 22:42:23 +0200
+@@ -563,10 +563,7 @@
sub read {
- my $self = shift;
-- return $self->generic_read(
-- $self->blocking ? \&Net::SSLeay::ssl_read_all : \&Net::SSLeay::read,
-- @_
-- );
+ my $self = shift;
+- return $self->generic_read(
+- $self->blocking ? \&Net::SSLeay::ssl_read_all :
\&Net::SSLeay::read,
+- @_
+- );
+ return $self->generic_read(\&Net::SSLeay::read, @_);
}
# contrary to the behavior of read sysread can read partial data
Index: Net-SSLeay-1.32/Makefile.PL
---- Net-SSLeay-1.32/Makefile.PL.orig 2007-09-18 08:28:10 +0200
-+++ Net-SSLeay-1.32/Makefile.PL 2007-09-18 08:28:40 +0200
+--- Net-SSLeay-1.32/Makefile.PL.orig 2007-07-14 22:01:26 +0200
++++ Net-SSLeay-1.32/Makefile.PL 2008-07-16 22:39:05 +0200
@@ -11,10 +11,8 @@
ssleay();
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/perl-ssl/perl-ssl.spec
============================================================================
$ cvs diff -u -r1.100 -r1.101 perl-ssl.spec
--- openpkg-src/perl-ssl/perl-ssl.spec 10 Mar 2008 19:07:16 -0000
1.100
+++ openpkg-src/perl-ssl/perl-ssl.spec 16 Jul 2008 20:46:34 -0000
1.101
@@ -25,7 +25,7 @@
%define V_perl 5.10.0
%define V_net_ssleay 1.32
%define V_crypt_ssleay 0.57
-%define V_io_socket_ssl 1.13
+%define V_io_socket_ssl 1.14
# package information
Name: perl-ssl
@@ -38,7 +38,7 @@
Group: Perl
License: GPL/Artistic
Version: %{V_perl}
-Release: 20080310
+Release: 20080716
# list of sources
Source0:
http://www.cpan.org/modules/by-module/Net/Net-SSLeay-%{V_net_ssleay}.tar.gz
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]