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

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


commit 86330a6901bde4b774832761ad2dd6f45b02603a
Author: Jens Luedicke <perldude at lunar-linux.org>
Date:   Tue Feb 10 21:32:30 2009 +0100

    IO-Socket-SSL: version bump (submission by Paul Bredbury <brebs at sent.com>)
---
 zbeta/IO-Socket-SSL/BUILD   |    8 ++++++++
 zbeta/IO-Socket-SSL/DEPENDS |    1 +
 zbeta/IO-Socket-SSL/DETAILS |   19 +++++++++++++++++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/zbeta/IO-Socket-SSL/BUILD b/zbeta/IO-Socket-SSL/BUILD
new file mode 100644
index 0000000..b0ce3c1
--- /dev/null
+++ b/zbeta/IO-Socket-SSL/BUILD
@@ -0,0 +1,8 @@
+(
+
+  perl  Makefile.PL  &&
+  make               &&
+  prepare_install    &&
+  make    install
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/IO-Socket-SSL/DEPENDS b/zbeta/IO-Socket-SSL/DEPENDS
new file mode 100644
index 0000000..155e379
--- /dev/null
+++ b/zbeta/IO-Socket-SSL/DEPENDS
@@ -0,0 +1 @@
+depends Net-SSLeay
diff --git a/zbeta/IO-Socket-SSL/DETAILS b/zbeta/IO-Socket-SSL/DETAILS
new file mode 100644
index 0000000..9a440ba
--- /dev/null
+++ b/zbeta/IO-Socket-SSL/DETAILS
@@ -0,0 +1,19 @@
+          MODULE=IO-Socket-SSL
+         VERSION=1.22
+          SOURCE=$MODULE-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_URL=http://search.cpan.org/CPAN/authors/id/S/SU/SULLR
+      SOURCE_VFY=sha1:9a942f903ee9612f9ec192d6cc768d45ed9c0990
+        WEB_SITE="http://search.cpan.org/search?module=IO::Socket::SSL"
+         ENTERED=20090202
+         UPDATED=20090202
+           SHORT="nearly transparent SSL encapsulation for IO::Socket::INET"
+		   
+cat << EOF
+This module is a true drop-in replacement for IO::Socket::INET that uses
+SSL to encrypt data before it is transferred to a remote server or
+client. IO::Socket::SSL supports all the extra features that one needs
+to write a full-featured SSL client or server application: multiple SSL
+contexts, cipher selection, certificate verification, and SSL version
+selection. As an extra bonus, it works perfectly with mod_perl.
+EOF


More information about the Lunar-commits mailing list