diff options
author | wiz <wiz@pkgsrc.org> | 2014-11-23 13:06:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-11-23 13:06:40 +0000 |
commit | abb35bc424ee444f79e5576286ffff7cf37f7b3a (patch) | |
tree | 1fd2c95f6469ce5e8c4deb6b0480601dc9ef1aab /security | |
parent | 37f2240e84628018a37a8910d3823add6bdee918 (diff) | |
download | pkgsrc-abb35bc424ee444f79e5576286ffff7cf37f7b3a.tar.gz |
Update to 2.006:
2.006 2014/11/22
- Make (hopefully) non-blocking work on windows by using EWOULDBLOCK instead of
EAGAIN. While this is the same on UNIX it is different on Windows and socket
operations return there (WSA)EWOULDBLOCK and not EAGAIN. Enable non-blocking
tests on Windows too.
- make PublicSuffix::_default_data thread safe
- update PublicSuffix with latest list from publicsuffix.org
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-IO-Socket-SSL/Makefile | 4 | ||||
-rw-r--r-- | security/p5-IO-Socket-SSL/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile index b3fb38b9bfa..41ae89ff43e 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.78 2014/11/16 12:11:55 wiz Exp $ +# $NetBSD: Makefile,v 1.79 2014/11/23 13:06:40 wiz Exp $ -DISTNAME= IO-Socket-SSL-2.005 +DISTNAME= IO-Socket-SSL-2.006 PKGNAME= p5-${DISTNAME} CATEGORIES= security net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SU/SULLR/} diff --git a/security/p5-IO-Socket-SSL/distinfo b/security/p5-IO-Socket-SSL/distinfo index d3bcea5e13d..36abae5c92d 100644 --- a/security/p5-IO-Socket-SSL/distinfo +++ b/security/p5-IO-Socket-SSL/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.55 2014/11/16 12:11:55 wiz Exp $ +$NetBSD: distinfo,v 1.56 2014/11/23 13:06:40 wiz Exp $ -SHA1 (IO-Socket-SSL-2.005.tar.gz) = cbc5604e86483b4afc04e893d97a39f959e573ac -RMD160 (IO-Socket-SSL-2.005.tar.gz) = 531925c51187f86f5c74224aea978f9b5e3a8863 -Size (IO-Socket-SSL-2.005.tar.gz) = 193569 bytes +SHA1 (IO-Socket-SSL-2.006.tar.gz) = 014e9df4deabd833c351f42518bf82f0898b954a +RMD160 (IO-Socket-SSL-2.006.tar.gz) = a31ed0a7f1f3fb7566a0e11e53cbbcd66f05383a +Size (IO-Socket-SSL-2.006.tar.gz) = 195523 bytes |