Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (53389315cc41f911d16bc4b0b480f160feefe5b7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (53389315cc41f911d16bc4b0b480f160feefe5b7)
  • Date: Tue, 10 Jan 2012 19:59:49 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

ChangeLog | 3 ++
perl-cpan/crypt-ssleay/Crypt-SSLeay-0.58.tar.gz.sig |binary
perl-cpan/crypt-ssleay/DEPENDS | 4 ++
perl-cpan/crypt-ssleay/DETAILS | 28
++++++++++++++++++++
perl-cpan/crypt-ssleay/HISTORY | 3 ++
5 files changed, 38 insertions(+)

New commits:
commit 53389315cc41f911d16bc4b0b480f160feefe5b7
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

perl-cpan/crypt-ssleay: Added OpenSSL support for LWP

diff --git a/ChangeLog b/ChangeLog
index ae003d4..732f88a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-01-10 Eric Sandall <sandalle AT sourcemage.org>
+ * perl-cpan/crypt-ssleay: Added OpenSSL support for LWP
+
2012-01-05 Julien "_kaze_" ROZO <julien AT rozo.org>
* utils/razercfg: new spell, Razer device configuration tool

diff --git a/perl-cpan/crypt-ssleay/Crypt-SSLeay-0.58.tar.gz.sig
b/perl-cpan/crypt-ssleay/Crypt-SSLeay-0.58.tar.gz.sig
new file mode 100644
index 0000000..509f83e
Binary files /dev/null and
b/perl-cpan/crypt-ssleay/Crypt-SSLeay-0.58.tar.gz.sig differ
diff --git a/perl-cpan/crypt-ssleay/DEPENDS b/perl-cpan/crypt-ssleay/DEPENDS
new file mode 100755
index 0000000..51962c1
--- /dev/null
+++ b/perl-cpan/crypt-ssleay/DEPENDS
@@ -0,0 +1,4 @@
+runtime_depends openssl &&
+depends perl &&
+runtime_depends mime-base64 &&
+runtime_depends lwp
diff --git a/perl-cpan/crypt-ssleay/DETAILS b/perl-cpan/crypt-ssleay/DETAILS
new file mode 100755
index 0000000..4834f42
--- /dev/null
+++ b/perl-cpan/crypt-ssleay/DETAILS
@@ -0,0 +1,28 @@
+ SPELL=crypt-ssleay
+ VERSION=0.58
+ SOURCE=Crypt-SSLeay-$VERSION.tar.gz
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/Crypt-SSLeay-$VERSION
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/N/NA/NANIS/$SOURCE
+ LICENSE=ART
+ WEB_SITE="http://search.cpan.org/search?module=Crypt::SSLeay";
+ ENTERED=20120110
+ KEYWORDS="perl"
+ SHORT="OpenSSL support for LWP"
+cat << EOF
+This Perl module provides support for the HTTPS protocol under LWP, to allow
+an LWP::UserAgent object to perform GET, HEAD and POST requests. Please see
LWP
+for more information on POST requests.
+
+The Crypt::SSLeay package provides Net::SSL, which is loaded by
+LWP::Protocol::https for https requests and provides the necessary SSL glue.
+
+This distribution also makes following deprecated modules available:
+
+ Crypt::SSLeay::CTX
+ Crypt::SSLeay::Conn
+ Crypt::SSLeay::X509
+
+Work on Crypt::SSLeay has been continued only to provide https support for
the
+LWP (libwww-perl) libraries.
+EOF
diff --git a/perl-cpan/crypt-ssleay/HISTORY b/perl-cpan/crypt-ssleay/HISTORY
new file mode 100644
index 0000000..6a56d6e
--- /dev/null
+++ b/perl-cpan/crypt-ssleay/HISTORY
@@ -0,0 +1,3 @@
+2012-01-10 Eric Sandall <sandalle AT sourcemage.org>
+ * Created
+



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (53389315cc41f911d16bc4b0b480f160feefe5b7), Eric Sandall, 01/10/2012

Archive powered by MHonArc 2.6.24.

Top of Page