diff options
author | jlam <jlam@pkgsrc.org> | 2003-09-13 12:16:57 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-09-13 12:16:57 +0000 |
commit | febdd9db93cd897ef41de018b759092f624e0775 (patch) | |
tree | c17f94d2c8cb25ecf898de09f967ce7385268718 /security/p5-Net-SSLeay | |
parent | 92924b9c5e502e7f048b33fdef9da43ff1701e07 (diff) | |
download | pkgsrc-febdd9db93cd897ef41de018b759092f624e0775.tar.gz |
Update security/p5-Net-SSLeay to 1.25. Changes from version 1.23 include:
- new features: http and raw tcp support
- fixed apparent STDIO vs. sysread bug in proxy connect
- added tcpecho.pl and tcpcat.pl to MANIFEST
- fixed some further bugs with TCP read all, etc.
- fixed some const char pointer warnings
Diffstat (limited to 'security/p5-Net-SSLeay')
-rw-r--r-- | security/p5-Net-SSLeay/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Net-SSLeay/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/p5-Net-SSLeay/Makefile b/security/p5-Net-SSLeay/Makefile index 2b4206ccc64..63d0e46a7ed 100644 --- a/security/p5-Net-SSLeay/Makefile +++ b/security/p5-Net-SSLeay/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2003/09/11 04:13:03 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2003/09/13 12:16:59 jlam Exp $ -DISTNAME= Net_SSLeay.pm-1.23 +DISTNAME= Net_SSLeay.pm-1.25 PKGNAME= p5-${DISTNAME:S/Net_/Net-/:S/.pm//} SVR4_PKGNAME= p5nsl CATEGORIES= security perl5 diff --git a/security/p5-Net-SSLeay/distinfo b/security/p5-Net-SSLeay/distinfo index 52ec9ad8a60..2bbad5f614e 100644 --- a/security/p5-Net-SSLeay/distinfo +++ b/security/p5-Net-SSLeay/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.14 2003/06/14 09:10:53 shell Exp $ +$NetBSD: distinfo,v 1.15 2003/09/13 12:16:59 jlam Exp $ -SHA1 (Net_SSLeay.pm-1.23.tar.gz) = e45a11cbe35c4f8202937609adcfbf132d7003a0 -Size (Net_SSLeay.pm-1.23.tar.gz) = 75196 bytes +SHA1 (Net_SSLeay.pm-1.25.tar.gz) = 95748e4617f2279180b0eeeffdd960c1059d4558 +Size (Net_SSLeay.pm-1.25.tar.gz) = 77485 bytes |