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: 18-Sep-2007 08:30:11
Branch: HEAD Handle: 2007091807300901
Modified files:
openpkg-src/perl-ssl perl-ssl.patch perl-ssl.spec
Log:
modifying package: perl-ssl-5.8.8 20070810 -> 20070918
Summary:
Revision Changes Path
1.16 +36 -17 openpkg-src/perl-ssl/perl-ssl.patch
1.92 +8 -8 openpkg-src/perl-ssl/perl-ssl.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/perl-ssl/perl-ssl.patch
============================================================================
$ cvs diff -u -r1.15 -r1.16 perl-ssl.patch
--- openpkg-src/perl-ssl/perl-ssl.patch 10 Aug 2007 17:23:05 -0000
1.15
+++ openpkg-src/perl-ssl/perl-ssl.patch 18 Sep 2007 06:30:09 -0000
1.16
@@ -1,35 +1,35 @@
-Index: Crypt-SSLeay-0.56/Makefile.PL
---- Crypt-SSLeay-0.56/Makefile.PL.orig 2007-05-01 09:37:58 +0200
-+++ Crypt-SSLeay-0.56/Makefile.PL 2007-05-01 09:40:08 +0200
-@@ -39,15 +39,7 @@
+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
+@@ -35,15 +35,7 @@
}
else {
# Unix and the rest
- @POSSIBLE_SSL_DIRS = qw(
-- /usr/local/openssl
-- /usr/local/ssl
+- /local
- /local/ssl
- /opt/ssl
-- /usr/local
-- /local
- /usr
+- /usr/local
+- /usr/local/ssl
+- /usr/local/openssl
- );
+ @POSSIBLE_SSL_DIRS = qw(/usr);
}
- my @CANDIDATE = map {Candidate($_)} @POSSIBLE_SSL_DIRS;
-Index: IO-Socket-SSL-1.08/Makefile.PL
---- IO-Socket-SSL-1.08/Makefile.PL.orig 2007-05-01 09:38:01 +0200
-+++ IO-Socket-SSL-1.08/Makefile.PL 2007-05-01 09:38:01 +0200
-@@ -62,3 +62,4 @@
+ my @CANDIDATE = do {
+Index: IO-Socket-SSL-1.09/Makefile.PL
+--- IO-Socket-SSL-1.09/Makefile.PL.orig 2007-08-10 10:54:23 +0200
++++ IO-Socket-SSL-1.09/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.08/SSL.pm
---- IO-Socket-SSL-1.08/SSL.pm.orig 2007-04-30 09:40:47 +0200
-+++ IO-Socket-SSL-1.08/SSL.pm 2007-05-01 09:37:49 +0200
-@@ -377,10 +377,7 @@
+Index: IO-Socket-SSL-1.09/SSL.pm
+--- IO-Socket-SSL-1.09/SSL.pm.orig 2007-09-13 21:19:34 +0200
++++ IO-Socket-SSL-1.09/SSL.pm 2007-09-18 08:28:09 +0200
+@@ -388,10 +388,7 @@
sub read {
my $self = shift;
@@ -41,3 +41,22 @@
}
# 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
+@@ -11,10 +11,8 @@
+ ssleay();
+
+ build_requires('Sub::Uplevel');
+-build_requires('Test::Exception');
+ build_requires('Array::Compare');
+ build_requires('Tree::DAG_Node');
+-build_requires('Test::Warn');
+ requires('MIME::Base64');
+
+ clean_files(map { fixpath($_) } qw(
+@@ -33,3 +31,4 @@
+
+ auto_install();
+ WriteAll();
++
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/perl-ssl/perl-ssl.spec
============================================================================
$ cvs diff -u -r1.91 -r1.92 perl-ssl.spec
--- openpkg-src/perl-ssl/perl-ssl.spec 10 Aug 2007 17:23:05 -0000
1.91
+++ openpkg-src/perl-ssl/perl-ssl.spec 18 Sep 2007 06:30:10 -0000
1.92
@@ -24,9 +24,9 @@
# versions of individual parts
%define V_perl 5.8.8
-%define V_net_ssleay 1.30
-%define V_crypt_ssleay 0.56
-%define V_io_socket_ssl 1.08
+%define V_net_ssleay 1.32
+%define V_crypt_ssleay 0.57
+%define V_io_socket_ssl 1.09
# package information
Name: perl-ssl
@@ -39,10 +39,10 @@
Group: Perl
License: GPL/Artistic
Version: %{V_perl}
-Release: 20070810
+Release: 20070918
# list of sources
-Source0:
http://www.cpan.org/modules/by-module/Net/Net_SSLeay.pm-%{V_net_ssleay}.tar.gz
+Source0:
http://www.cpan.org/modules/by-module/Net/Net-SSLeay-%{V_net_ssleay}.tar.gz
Source1:
http://www.cpan.org/modules/by-module/Crypt/Crypt-SSLeay-%{V_crypt_ssleay}.tar.gz
Source2:
http://www.cpan.org/modules/by-module/IO/IO-Socket-SSL-%{V_io_socket_ssl}.tar.gz
Patch0: perl-ssl.patch
@@ -52,8 +52,8 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130, perl >= %{V_perl}, perl-openpkg
>= %{V_perl}-20040126
PreReq: OpenPKG, openpkg >= 20040130, perl >= %{V_perl}
-BuildPreReq: openssl
-PreReq: openssl
+BuildPreReq: openssl, perl-ds, perl-mail
+PreReq: openssl, perl-ds, perl-mail
AutoReq: no
AutoReqProv: no
@@ -77,7 +77,7 @@
prog perl-ssl:Net-SSLeay = {
version = %{V_net_ssleay}
url = http://www.cpan.org/modules/by-module/Net/
- regex = Net_SSLeay.pm-(__VER__)\.tar\.gz
+ regex = Net-SSLeay-(__VER__)\.tar\.gz
}
%prep
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]