[Lunar-commits] r18421 - moonbase/trunk/web/Net-SSLeay
Dennis Veatch
stumbles at lunar-linux.org
Tue Jan 31 03:33:15 UTC 2006
Author: stumbles
Date: 2006-01-31 03:33:11 +0000 (Tue, 31 Jan 2006)
New Revision: 18421
Modified:
moonbase/trunk/web/Net-SSLeay/DETAILS
Log:
It jummps from 1.25 to 1.30. Not that big a change really;
Fixed some compile warnings with recent gcc
Fixed do_httpx3:
+ Don't add additional Host: headers if it's already given
+ Omit the :$port suffix for standard ports
Limit the chunk size when reading with tcp_read_all to 0x1000.
Added patch to allow session caching
Fixed the MD5 function for hashsums containing "\0"
and that's it.
Modified: moonbase/trunk/web/Net-SSLeay/DETAILS
===================================================================
--- moonbase/trunk/web/Net-SSLeay/DETAILS 2006-01-31 03:17:49 UTC (rev 18420)
+++ moonbase/trunk/web/Net-SSLeay/DETAILS 2006-01-31 03:33:11 UTC (rev 18421)
@@ -1,12 +1,13 @@
MODULE=Net-SSLeay
- VERSION=1.25
+ VERSION=1.30
SOURCE=Net_SSLeay.pm-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/Net_SSLeay.pm-$VERSION
- SOURCE_URL=http://www.cpan.org/authors/id/S/SA/SAMPO/
+ SOURCE_URL=http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/
+ SOURCE_VFY=sha1:c020af556a43d83675bae4419d63a34ade30ab81
WEB_SITE="http://search.cpan.org/search?module=Net::SSLeay"
ENTERED=20011212
- UPDATED=20040706
- SHORT="Perl bindings to the functions in the OpenSSL library."
+ UPDATED=20060124
+ 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
Layer (SSL) functions of the SSLeay library directly from your perl
@@ -14,3 +15,4 @@
web servers or if you want to build your own applications over SSL
encrypted tunnels.
EOF
+
More information about the Lunar-commits
mailing list