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
This commit is contained in:
shell 2002-09-27 09:35:43 +00:00
parent 291d192572
commit 202d8ddb83
2 changed files with 7 additions and 10 deletions

View file

@ -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"

View file

@ -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