summaryrefslogtreecommitdiff
path: root/security/p5-IO-Socket-SSL/Makefile
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2006-09-05 11:21:00 +0000
committerabs <abs@pkgsrc.org>2006-09-05 11:21:00 +0000
commit30e7b968809b381fe3675e318fc0bac7b3c0efd6 (patch)
treee1efe1947d9288896a3a9b6b442ca2b43ef0bc13 /security/p5-IO-Socket-SSL/Makefile
parent48c199c0d3e6de70589ef91226db5f28c799342c (diff)
downloadpkgsrc-30e7b968809b381fe3675e318fc0bac7b3c0efd6.tar.gz
Update security/p5-IO-Socket-SSL from 0.998 to 0.999
- If SSL_cipher_list is not given it uses the openssl default instead of setting it to 'ALL:!LOW:!EXP' like before. The old value included ADH and this might be a bad idea, see BUGS why. Resolves PR pkg/34392 by Martin Wilke
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 04c470d9d51..d37b2c4cb40 100644
--- a/security/p5-IO-Socket-SSL/Makefile
+++ b/security/p5-IO-Socket-SSL/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2006/08/15 12:07:33 abs Exp $
+# $NetBSD: Makefile,v 1.23 2006/09/05 11:21:00 abs Exp $
-DISTNAME= IO-Socket-SSL-0.998
+DISTNAME= IO-Socket-SSL-0.999
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5iss
CATEGORIES= security net perl5