diff options
author | shell <shell> | 2002-09-27 09:35:43 +0000 |
---|---|---|
committer | shell <shell> | 2002-09-27 09:35:43 +0000 |
commit | fe4b451a38183ff158d4315d74bfd66414fccabe (patch) | |
tree | 32f0d051a772406dd525e08d5034878cd203a84e /security | |
parent | e97912693eac41306a57f85a518da5bcb0f1e1f3 (diff) | |
download | pkgsrc-fe4b451a38183ff158d4315d74bfd66414fccabe.tar.gz |
Updated to p5-IO-Socket-SSL-0.91
Two recent changes :
v0.91
- Added support for SSL_peek and SSL_pending (peek() and
pending()). Updated documentation, tests, etc. to reflect
this.
v0.901 2002.08.19
- Fixed the warning that happens when sockets are not explicitly
closed() before the program terminates.
For full log, please see Changes
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-IO-Socket-SSL/Makefile | 11 | ||||
-rw-r--r-- | security/p5-IO-Socket-SSL/distinfo | 6 |
2 files changed, 7 insertions, 10 deletions
diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile index d2ee2e6ad56..2e15cd68d01 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2002/04/17 11:10:44 shell Exp $ +# $NetBSD: Makefile,v 1.5 2002/09/27 09:35:43 shell Exp $ -DISTNAME= IO-Socket-SSL-0.81 +DISTNAME= IO-Socket-SSL-0.91 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5iss CATEGORIES= security net perl5 @@ -11,11 +11,8 @@ COMMENT= perl5 SSL socket interface class DEPENDS+= p5-Net-SSLeay-[0-9]*:../../security/p5-Net-SSLeay -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/IO/Socket/SSL/.packlist -do-configure: - @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - -.include "../../lang/perl5/buildlink.mk" +.include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/p5-IO-Socket-SSL/distinfo b/security/p5-IO-Socket-SSL/distinfo index 57e01bc85c5..41f131da106 100644 --- a/security/p5-IO-Socket-SSL/distinfo +++ b/security/p5-IO-Socket-SSL/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2002/04/17 11:10:44 shell Exp $ +$NetBSD: distinfo,v 1.3 2002/09/27 09:35:43 shell Exp $ -SHA1 (IO-Socket-SSL-0.81.tar.gz) = 94fdc28c55f674b47a74c7f500b9324cf06e2ec0 -Size (IO-Socket-SSL-0.81.tar.gz) = 327697 bytes +SHA1 (IO-Socket-SSL-0.91.tar.gz) = cd223a3659c8751e05a930462c7a6cbe8f04f3f2 +Size (IO-Socket-SSL-0.91.tar.gz) = 21699 bytes |