summaryrefslogtreecommitdiff
path: root/security/p5-IO-Socket-SSL/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-06-12 23:02:40 +0000
committerwiz <wiz@pkgsrc.org>2007-06-12 23:02:40 +0000
commit9977387517efebaa39a81037e17e5cab4e645f0f (patch)
treeb13ec54d01b370acda1a3fc146c1e85f5154b35d /security/p5-IO-Socket-SSL/Makefile
parentefd9ec57c8c4b8b5553451118f6a1d1d985034f0 (diff)
downloadpkgsrc-9977387517efebaa39a81037e17e5cab4e645f0f.tar.gz
Update to 1.07:
v1.07 - fix t/nonblock.t on systems which have by default a larger socket buffer. Set SO_SNDBUF explicitly with setsockopt to force smaller writes on the socket
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 dc289d5da64..3471b15e40d 100644
--- a/security/p5-IO-Socket-SSL/Makefile
+++ b/security/p5-IO-Socket-SSL/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2007/06/08 08:02:15 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2007/06/12 23:02:40 wiz Exp $
-DISTNAME= IO-Socket-SSL-1.06
+DISTNAME= IO-Socket-SSL-1.07
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5iss
CATEGORIES= security net perl5