diff options
author | mef <mef@pkgsrc.org> | 2015-09-01 23:27:21 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-09-01 23:27:21 +0000 |
commit | 1dd843b11f9dd070d2d4aaa0405e15c7ba9b14f1 (patch) | |
tree | 9e8a6a59f0384f318774b9b5153b3cdcf8b7906f /security | |
parent | 804aa51fe9f5571073f9d077e14d6aed47b5ad6e (diff) | |
download | pkgsrc-1dd843b11f9dd070d2d4aaa0405e15c7ba9b14f1.tar.gz |
Update to 2.019
---------------
2.019 2015/09/01
- work around different behavior of getnameinfo from Socket and Socket6 by
using a different wrapper depending on which module I use for IPv6.
Thanks to bluhm for reporting.
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 c2cbc38924a..daffe546e5f 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.92 2015/08/30 14:40:26 wiz Exp $ +# $NetBSD: Makefile,v 1.93 2015/09/01 23:27:21 mef Exp $ -DISTNAME= IO-Socket-SSL-2.018 +DISTNAME= IO-Socket-SSL-2.019 PKGNAME= p5-${DISTNAME} CATEGORIES= security net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} diff --git a/security/p5-IO-Socket-SSL/distinfo b/security/p5-IO-Socket-SSL/distinfo index c6f731c3047..5fb13273bcd 100644 --- a/security/p5-IO-Socket-SSL/distinfo +++ b/security/p5-IO-Socket-SSL/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.67 2015/08/30 14:40:26 wiz Exp $ +$NetBSD: distinfo,v 1.68 2015/09/01 23:27:21 mef Exp $ -SHA1 (IO-Socket-SSL-2.018.tar.gz) = 2a31d7689aa26e869e436d5e60a1e3d648ec6a92 -RMD160 (IO-Socket-SSL-2.018.tar.gz) = e341453e75447ebed3473dd3c1d5a3327320fd61 -Size (IO-Socket-SSL-2.018.tar.gz) = 196434 bytes +SHA1 (IO-Socket-SSL-2.019.tar.gz) = 4c7674e7b66c65250b93e68bc0e43320229870ca +RMD160 (IO-Socket-SSL-2.019.tar.gz) = ba972cda68fb73ffd98edec632fd231a3521a216 +Size (IO-Socket-SSL-2.019.tar.gz) = 196574 bytes |