diff options
author | wiz <wiz> | 2014-10-12 14:37:15 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-10-12 14:37:15 +0000 |
commit | 53cc8ed0a2646617d247c2b977a015a7196a9d94 (patch) | |
tree | dba7b1eda15623814bba078cce14158dcd4c2b9c /security | |
parent | 3b4a2393e4679ec5f8fef9789767fa141b37cbb9 (diff) | |
download | pkgsrc-53cc8ed0a2646617d247c2b977a015a7196a9d94.tar.gz |
Update to 1.999:
1.999 2014/10/09
- make sure we don't use version 0.30 of IO::Socket::IP
- make sure that PeerHost is checked on all places where PeerAddr is
checked, because these are synonyms and IO::Socket::IP prefers PeerHost
while others prefer PeerAddr. Also accept PeerService additionally to
PeerPort.
See https://github.com/noxxi/p5-io-socket-ssl/issues/16 for details.
- add ability to use client certificates and to overwrite hostname with
util/analyze-ssl.pl.
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 5b811d72eec..b41015dcaf8 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.74 2014/10/09 14:06:55 wiz Exp $ +# $NetBSD: Makefile,v 1.75 2014/10/12 14:37:15 wiz Exp $ -DISTNAME= IO-Socket-SSL-1.998 +DISTNAME= IO-Socket-SSL-1.999 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 964f3450ea4..86959ac42ab 100644 --- a/security/p5-IO-Socket-SSL/distinfo +++ b/security/p5-IO-Socket-SSL/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.51 2014/09/14 13:42:33 wiz Exp $ +$NetBSD: distinfo,v 1.52 2014/10/12 14:37:15 wiz Exp $ -SHA1 (IO-Socket-SSL-1.998.tar.gz) = 3939b82d0fa54d58c935a55f4a8dde76b5b28899 -RMD160 (IO-Socket-SSL-1.998.tar.gz) = badb3c2fb09e8f2b62efd2e31455a3ab607a9eb8 -Size (IO-Socket-SSL-1.998.tar.gz) = 187327 bytes +SHA1 (IO-Socket-SSL-1.999.tar.gz) = c16aa838281e9a5a4895d97119208aec0e4c9f92 +RMD160 (IO-Socket-SSL-1.999.tar.gz) = f199099fbb7e94c86a8d26a709df3f699063b693 +Size (IO-Socket-SSL-1.999.tar.gz) = 187233 bytes |