diff options
author | jlam <jlam> | 2003-09-13 12:16:57 +0000 |
---|---|---|
committer | jlam <jlam> | 2003-09-13 12:16:57 +0000 |
commit | b438a212e5ea06cd9ef0650b5e1787db8658ad6c (patch) | |
tree | c17f94d2c8cb25ecf898de09f967ce7385268718 | |
parent | e31014aa7bc49ba3348a73b89a59035fa628f837 (diff) | |
download | pkgsrc-b438a212e5ea06cd9ef0650b5e1787db8658ad6c.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
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | security/p5-Net-SSLeay/Makefile | 4 | ||||
-rw-r--r-- | security/p5-Net-SSLeay/distinfo | 6 |
3 files changed, 7 insertions, 6 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index aa5dacbc7e9..c76d92a026d 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.3357 2003/09/13 12:03:17 jdolecek Exp $ +$NetBSD: CHANGES,v 1.3358 2003/09/13 12:16:57 jlam Exp $ Changes to the packages collection and infrastructure in 2003: @@ -3673,3 +3673,4 @@ Changes to the packages collection and infrastructure in 2003: Updated php4-domxml to 4.3.3nb1 [jdolecek 2003-09-13] Updated vmware-module3 to 3.2.1.5 [jdolecek 2003-09-13] Updated p5-Net-DNS to 0.40 [jlam 2003-09-13] + Updated p5-Net-SSLeay to 1.25 [jlam 2003-09-13] 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 |