Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (054518671c8d262587024aef6d119304e9f8fd54)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (054518671c8d262587024aef6d119304e9f8fd54)
  • Date: Sat, 19 Jun 2010 18:22:07 -0500

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

perl-cpan/io-socket-ssl/DETAILS | 5 ++---
perl-cpan/io-socket-ssl/HISTORY | 3 +++
perl-cpan/io-socket-ssl/IO-Socket-SSL-1.33.tar.gz.sig |binary
perl-cpan/net-ssleay/DETAILS | 11 +++++------
perl-cpan/net-ssleay/HISTORY | 4 ++++
perl-cpan/net-ssleay/Net-SSLeay-1.36.tar.gz.sig |binary
perl-cpan/storable/DETAILS | 5 ++---
perl-cpan/storable/HISTORY | 4 ++++
perl-cpan/storable/Storable-2.21.tar.gz.sig |binary
9 files changed, 20 insertions(+), 12 deletions(-)

New commits:
commit e3db9f2e918c556c19d1b3dc25cc7873f9a8fadc
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

io-socket-ssl: updated to 1.33

commit 6709c27460253942c02787d2156ad4e812b77a79
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

net-ssleay: updated to 1.36

commit 826359d83fb39eccfdc4d6dac62f00e6241f9b93
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

storable: updated to 2.21

diff --git a/perl-cpan/io-socket-ssl/DETAILS b/perl-cpan/io-socket-ssl/DETAILS
index 761a358..9adb130 100755
--- a/perl-cpan/io-socket-ssl/DETAILS
+++ b/perl-cpan/io-socket-ssl/DETAILS
@@ -1,13 +1,12 @@
SPELL=io-socket-ssl
- VERSION=1.01
+ VERSION=1.33
SOURCE=IO-Socket-SSL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/IO-Socket-SSL-$VERSION
SOURCE_URL[0]=http://www.cpan.org/authors/id/S/SU/SULLR/$SOURCE
-
SOURCE_HASH=sha512:51661a3fddddb0745d49556256548654f382adca6635ca9ff710a388d2c9615e53d125f106ac5b94ccd435cebb72c11a55956ad872e8a504cf566662bce4366f
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE=ART
WEB_SITE="http://search.cpan.org/search?module=IO::Socket::SSL";
ENTERED=20020403
- PATCHLEVEL=1
KEYWORDS="perl ssl"
SHORT="IO::Socket::SSL"
cat << EOF
diff --git a/perl-cpan/io-socket-ssl/HISTORY b/perl-cpan/io-socket-ssl/HISTORY
index 42a9148..afc730f 100644
--- a/perl-cpan/io-socket-ssl/HISTORY
+++ b/perl-cpan/io-socket-ssl/HISTORY
@@ -1,3 +1,6 @@
+2010-06-17 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 1.33
+
2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD: useless

diff --git a/perl-cpan/io-socket-ssl/IO-Socket-SSL-1.33.tar.gz.sig
b/perl-cpan/io-socket-ssl/IO-Socket-SSL-1.33.tar.gz.sig
new file mode 100644
index 0000000..b981e2c
Binary files /dev/null and
b/perl-cpan/io-socket-ssl/IO-Socket-SSL-1.33.tar.gz.sig differ
diff --git a/perl-cpan/net-ssleay/DETAILS b/perl-cpan/net-ssleay/DETAILS
index 3c286e1..48e9120 100755
--- a/perl-cpan/net-ssleay/DETAILS
+++ b/perl-cpan/net-ssleay/DETAILS
@@ -1,13 +1,12 @@
SPELL=net-ssleay
- VERSION=1.30
- SOURCE=Net_SSLeay.pm-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/Net_SSLeay.pm-$VERSION
- SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/F/FL/FLORA/$SOURCE
-
SOURCE_HASH=sha512:f39853ea976b36ca998446eb974c32cd2dd09b91df4d6334181923b7334b82754868d355a99ea8ad1c5b57c7cf6ac407c830bf2aa579490edcc8949f02fbde1f
+ VERSION=1.36
+ SOURCE=Net-SSLeay-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/Net-SSLeay-$VERSION
+ SOURCE_URL[0]=$PERL_CPAN_URL/CPAN/authors/id/F/FL/FLORA/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE=ART
WEB_SITE=http://search.cpan.org/~flora/Net-SSLeay/
ENTERED=20011212
- UPDATED=20020403
KEYWORDS="perl"
SHORT="allows scripts to call the functions in the OpenSSL
library"
cat << EOF
diff --git a/perl-cpan/net-ssleay/HISTORY b/perl-cpan/net-ssleay/HISTORY
index a7bc4c7..5a42e9a 100644
--- a/perl-cpan/net-ssleay/HISTORY
+++ b/perl-cpan/net-ssleay/HISTORY
@@ -1,3 +1,7 @@
+2010-06-17 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 1.36
+ change SOURCE, SOURCE_URL, and SOURCE_DIRECTORY
+
2008-01-08 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: cleaned up, fixed url
* BUILD: fixed the build
diff --git a/perl-cpan/net-ssleay/Net-SSLeay-1.36.tar.gz.sig
b/perl-cpan/net-ssleay/Net-SSLeay-1.36.tar.gz.sig
new file mode 100644
index 0000000..8b712a8
Binary files /dev/null and b/perl-cpan/net-ssleay/Net-SSLeay-1.36.tar.gz.sig
differ
diff --git a/perl-cpan/storable/DETAILS b/perl-cpan/storable/DETAILS
index cfa928b..2d6e880 100755
--- a/perl-cpan/storable/DETAILS
+++ b/perl-cpan/storable/DETAILS
@@ -1,10 +1,9 @@
- BUILD_API=2
SPELL=storable
- VERSION=2.08
+ VERSION=2.21
SOURCE=Storable-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Storable-$VERSION
SOURCE_URL[0]=http://www.cpan.org/authors/id/A/AM/AMS/$SOURCE
-
SOURCE_HASH=sha512:40679ea47cf77c3923cb8aa6a682465fa8cec2414d6752ee1559692e372abaf0269763027dd36fe28d88896cf2611b39b530a3798c7005234f42d71a183f0730
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE=ART
WEB_SITE="http://search.cpan.org/search?dist=storable";
ENTERED=20020404
diff --git a/perl-cpan/storable/HISTORY b/perl-cpan/storable/HISTORY
index ba9bf7f..3b48aeb 100644
--- a/perl-cpan/storable/HISTORY
+++ b/perl-cpan/storable/HISTORY
@@ -1,3 +1,7 @@
+2010-06-17 Robin Cook <rcook AT wyrms.net>
+ * DETAILS: updated VERSION to 2.21
+ removed old BUILD_API
+
2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD: useless

diff --git a/perl-cpan/storable/Storable-2.21.tar.gz.sig
b/perl-cpan/storable/Storable-2.21.tar.gz.sig
new file mode 100644
index 0000000..bffb725
Binary files /dev/null and b/perl-cpan/storable/Storable-2.21.tar.gz.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Robin Cook (054518671c8d262587024aef6d119304e9f8fd54), Robin Cook, 06/19/2010

Archive powered by MHonArc 2.6.24.

Top of Page