diff options
author | heinz <heinz> | 2006-03-12 02:48:19 +0000 |
---|---|---|
committer | heinz <heinz> | 2006-03-12 02:48:19 +0000 |
commit | 15e7f1613346fa9420942350790c07ac4de53f22 (patch) | |
tree | 9c0f1c339af2712229d7b80220b1e50daa164289 /security/p5-Net-SSLeay | |
parent | 0f30f9a575cb638c40aaa2796a4df7c67bf7ab53 (diff) | |
download | pkgsrc-15e7f1613346fa9420942350790c07ac4de53f22.tar.gz |
Updated to version 1.30.
Pkgsrc changes:
- The new release includes the patch by Peter Behroozi (already contained
in Peter's unofficial release 1.26) that adds get1_session() for session
caching.
- Reverted to using MASTER_SITE_PERL_CPAN
Changes since version 1.25:
===========================
1.30 21.12.2005
- Fixed the MD5 function for hashsums containing \0
- 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
+ Thanks to ivan-cpan-rt@420.am
- Limit the chunk size when reading with tcp_read_all to 0x1000.
This fixes various rt tickets.
- Added patch to allow session caching
- Mike McCauley and Florian Ragwitz maintain this module now
Diffstat (limited to 'security/p5-Net-SSLeay')
-rw-r--r-- | security/p5-Net-SSLeay/Makefile | 9 | ||||
-rw-r--r-- | security/p5-Net-SSLeay/distinfo | 8 |
2 files changed, 7 insertions, 10 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile index 6d0f34fa4e1..b68e1aa0a65 100644 --- a/security/p5-Net-SSLeay/Makefile +++ b/security/p5-Net-SSLeay/Makefile @@ -1,13 +1,10 @@ -# $NetBSD: Makefile,v 1.36 2005/08/06 06:19:31 jlam Exp $ +# $NetBSD: Makefile,v 1.37 2006/03/12 02:48:19 heinz Exp $ -DISTNAME= Net_SSLeay.pm-1.26 +DISTNAME= Net_SSLeay.pm-1.30 PKGNAME= p5-${DISTNAME:S/Net_/Net-/:S/.pm//} SVR4_PKGNAME= p5nsl -PKGREVISION= 1 CATEGORIES= security perl5 -#MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} -# inofficial version -MASTER_SITES= http://www.fas.harvard.edu/~behrooz/ +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} MAINTAINER= shell@NetBSD.org COMMENT= Perl5 module for using OpenSSL diff --git a/security/p5-Net-SSLeay/distinfo b/security/p5-Net-SSLeay/distinfo index b67a3f1ab26..781b2d1785c 100644 --- a/security/p5-Net-SSLeay/distinfo +++ b/security/p5-Net-SSLeay/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2005/02/24 13:10:11 agc Exp $ +$NetBSD: distinfo,v 1.18 2006/03/12 02:48:19 heinz Exp $ -SHA1 (Net_SSLeay.pm-1.26.tar.gz) = 37b2f2c0d1b0920462824b8be1a28864c2901aef -RMD160 (Net_SSLeay.pm-1.26.tar.gz) = 26e447fec2b951f3197c4089d4d9116a8c55afe8 -Size (Net_SSLeay.pm-1.26.tar.gz) = 77561 bytes +SHA1 (Net_SSLeay.pm-1.30.tar.gz) = c020af556a43d83675bae4419d63a34ade30ab81 +RMD160 (Net_SSLeay.pm-1.30.tar.gz) = d160f7e51f16201880b0b97e2914943291a1ac7e +Size (Net_SSLeay.pm-1.30.tar.gz) = 78629 bytes |