summaryrefslogtreecommitdiff
path: root/security/p5-Net-SSLeay/Makefile
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2006-03-12 02:48:19 +0000
committerheinz <heinz@pkgsrc.org>2006-03-12 02:48:19 +0000
commit488f60ad74da4294a24cfb44d8c70233ba603d33 (patch)
tree9c0f1c339af2712229d7b80220b1e50daa164289 /security/p5-Net-SSLeay/Makefile
parent0dad659450df2896c0bd86bb5ae7a6153a5c5206 (diff)
downloadpkgsrc-488f60ad74da4294a24cfb44d8c70233ba603d33.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/Makefile')
-rw-r--r--security/p5-Net-SSLeay/Makefile9
1 files changed, 3 insertions, 6 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