diff options
author | heinz <heinz@pkgsrc.org> | 2003-05-25 02:20:25 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2003-05-25 02:20:25 +0000 |
commit | 8bec230b24ffa08005ea25a13a5781a681cc44c7 (patch) | |
tree | 0d9dced4721fbe89cf229265def45a8c44dba520 /security | |
parent | 027eefac4ce6272e51ff9672e5b82b265f0e338d (diff) | |
download | pkgsrc-8bec230b24ffa08005ea25a13a5781a681cc44c7.tar.gz |
Update p5-IO-Socket-SSL to version 0.92.
From the change log:
- Changed the fileno() function to support returning the fileno
of server sockets. (Problem found by Roland Giersig
<RGiersig at cpan org>).
- Fixed SSL_version incorrectly defaulting to SSLv2 (patch from
Roland Alder <roland.alder at celeris ch>).
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-IO-Socket-SSL/Makefile | 5 | ||||
-rw-r--r-- | security/p5-IO-Socket-SSL/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile index 2e15cd68d01..0d53e3564e5 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -1,12 +1,13 @@ -# $NetBSD: Makefile,v 1.5 2002/09/27 09:35:43 shell Exp $ +# $NetBSD: Makefile,v 1.6 2003/05/25 02:20:25 heinz Exp $ -DISTNAME= IO-Socket-SSL-0.91 +DISTNAME= IO-Socket-SSL-0.92 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5iss CATEGORIES= security net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} MAINTAINER= packages@netbsd.org +HOMEPAGE= http://search.cpan.org/author/BEHROOZI/IO-Socket-SSL/ COMMENT= perl5 SSL socket interface class DEPENDS+= p5-Net-SSLeay-[0-9]*:../../security/p5-Net-SSLeay diff --git a/security/p5-IO-Socket-SSL/distinfo b/security/p5-IO-Socket-SSL/distinfo index 41f131da106..35b413b5d29 100644 --- a/security/p5-IO-Socket-SSL/distinfo +++ b/security/p5-IO-Socket-SSL/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2002/09/27 09:35:43 shell Exp $ +$NetBSD: distinfo,v 1.4 2003/05/25 02:20:25 heinz Exp $ -SHA1 (IO-Socket-SSL-0.91.tar.gz) = cd223a3659c8751e05a930462c7a6cbe8f04f3f2 -Size (IO-Socket-SSL-0.91.tar.gz) = 21699 bytes +SHA1 (IO-Socket-SSL-0.92.tar.gz) = b6ec827e169113c04d74dc49f173da9fe337d8df +Size (IO-Socket-SSL-0.92.tar.gz) = 22203 bytes |