summaryrefslogtreecommitdiff
path: root/security/p5-IO-Socket-SSL/Makefile
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2006-08-15 12:07:33 +0000
committerabs <abs@pkgsrc.org>2006-08-15 12:07:33 +0000
commitf1cff1a366683dcf07bcfa72fd1665773d1f24e9 (patch)
tree82543bd47091328896d3753f7d968905591650d3 /security/p5-IO-Socket-SSL/Makefile
parent42a14ab5564790996c4633a13f5b9043b61eb9e4 (diff)
downloadpkgsrc-f1cff1a366683dcf07bcfa72fd1665773d1f24e9.tar.gz
Update security/p5-IO-Socket-SSL from 0.997 to 0.998.
v0.998 - declare socket as opened before calling fatal_ssl_error because the SSL_error_trap set up from HTTP::Daemon needs this - accept_SSL sets errors on $socket (the accepted socket) not $self (the listening socket if called from accept) so it can be queried from SSL_error_trap - note in BUGS section that IO::Socket::SSL is not thread-safe Note: The previous update from 0.97 broke all https:// URLs in p5-libwww, will address that in next commit (to p5-libwww)
Diffstat (limited to 'security/p5-IO-Socket-SSL/Makefile')
-rw-r--r--security/p5-IO-Socket-SSL/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile
index e40465c9faa..04c470d9d51 100644
--- a/security/p5-IO-Socket-SSL/Makefile
+++ b/security/p5-IO-Socket-SSL/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2006/08/05 17:47:25 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2006/08/15 12:07:33 abs Exp $
-DISTNAME= IO-Socket-SSL-0.997
+DISTNAME= IO-Socket-SSL-0.998
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5iss
CATEGORIES= security net perl5