[Lunar-commits] <moonbase> Net-SSLeay: version bump (submission by Paul Bredbury <brebs at sent.com>)

Jens Luedicke perldude at lunar-linux.org
Tue Feb 10 21:37:06 CET 2009


commit 3c4454e9be3f3d0c1f558abbee3fec2cbdcdf5cc
Author: Jens Luedicke <perldude at lunar-linux.org>
Date:   Tue Feb 10 21:31:16 2009 +0100

    Net-SSLeay: version bump (submission by Paul Bredbury <brebs at sent.com>)
---
 web/Net-SSLeay/BUILD   |    1 -
 web/Net-SSLeay/DETAILS |   18 +++++++++---------
 2 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/web/Net-SSLeay/BUILD b/web/Net-SSLeay/BUILD
index c484418..b0ce3c1 100644
--- a/web/Net-SSLeay/BUILD
+++ b/web/Net-SSLeay/BUILD
@@ -1,7 +1,6 @@
 (
 
   perl  Makefile.PL  &&
-#  patch -p0 < $SCRIPT_DIRECTORY/Makefile.patch &&
   make               &&
   prepare_install    &&
   make    install
diff --git a/web/Net-SSLeay/DETAILS b/web/Net-SSLeay/DETAILS
index fede8fd..84db47c 100644
--- a/web/Net-SSLeay/DETAILS
+++ b/web/Net-SSLeay/DETAILS
@@ -1,18 +1,18 @@
           MODULE=Net-SSLeay
-         VERSION=1.30
-          SOURCE=Net_SSLeay.pm-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/Net_SSLeay.pm-$VERSION
+         VERSION=1.35
+          SOURCE=$MODULE-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
       SOURCE_URL=http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/
-      SOURCE_VFY=sha1:c020af556a43d83675bae4419d63a34ade30ab81
+      SOURCE_VFY=sha1:dc295d4a7da8ab330aca13c45e2cb5b8220aa5e4
         WEB_SITE="http://search.cpan.org/search?module=Net::SSLeay"
          ENTERED=20011212
-         UPDATED=20060124
-           SHORT="Perl bindings to the functions in the OpenSSL library."
+         UPDATED=20090202
+           SHORT="Perl bindings to the functions in the OpenSSL library"
+
 cat << EOF
-Net::SSLeay.pm is a perl module that allows you to call Secure Sockets
+Net::SSLeay.pm is a Perl module that allows you to call Secure Sockets
 Layer (SSL) functions of the SSLeay library directly from your perl
 scripts. It is useful if you want to program robots that access secure
-web servers or if you want to build your own applications over SSL
+web servers, or if you want to build your own applications over SSL
 encrypted tunnels.
 EOF
-


More information about the Lunar-commits mailing list