diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-09-04 05:03:53 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-09-04 05:03:53 +0000 |
commit | ae1665f8d7183516d1264547029adb3b9d28aab7 (patch) | |
tree | 821022fffa1cad4c7cadb24f156f0af03942561f /security/p5-IO-Socket-SSL | |
parent | 59deb19987c0de6e5c9b9c15eb4839da5fcd16bd (diff) | |
download | pkgsrc-ae1665f8d7183516d1264547029adb3b9d28aab7.tar.gz |
Update p5-IO-Socket-SSL to 1.44.
Changes from 1.35:
v1.44 2011.05.27
- fix invalid call to inet_pton in verify_hostname_of_cert when
identity should be verified as ipv6 address, because it contains
colon.
v1.43_1 2011.05.12
- try to make t/nonblock.t more stable, especially on Mac OS X
v1.43 2011.05.11
- fix t/nonblock.t
- stability improvements t/inet6.t
v1.42 2011.05.10
- add SSL_create_ctx_callback to have a way to adjust context on
creation. https://rt.cpan.org/Ticket/Display.html?id=67799
- describe problem of fake memory leak because of big session cache
and how to fix it, see https://rt.cpan.org/Ticket/Display.html?id=68073
v1.41 2011.05.09
- fix issue in stop_SSL where it did not issue a shutdown of the
SSL connection if it first received the shutdown from the other
side. Thanks to fencingleo[AT]gmail[DOT]com for reporting
- try to make t/nonblock.t more reliable, at least report the real
cause of ssl connection errors
v1.40 2011.05.02
- integrated patch from GAAS to get IDN support from URI.
https://rt.cpan.org/Ticket/Display.html?id=67676
v1.39_1 2011.05.02
- fix in exampel/async_https_server.
Thanks to DetlefPilzecker[AT]web[DOT]de for reporting
v1.39 2011.03.03
- fixed documentation of http verification: wildcards in cn is allowed
v1.38_1 2011.01.24
- close should undef _SSL_fileno, because the fileno is no longer
valid (SSL connection and socket are closed)
v1.38 2011.01.18
- fixed wildcards_in_cn setting for http (wrongly set in 1.34 to 1
instead of anywhere). Thanks to dagolden[AT]cpan[DOT]org for
reporting
https://rt.cpan.org/Ticket/Display.html?id=64864
v1.37 2010.12.09
- don't complain about invalid certificate locations if user explicitly
set SSL_ca_path and SSL_ca_file to undef. Assume that user knows what
he is doing and will work around the problems by itself.
http://rt.cpan.org/Ticket/Display.html?id=63741
v1.36 2010.12.08
- update documentation for SSL_verify_callback based on
https://rt.cpan.org/Ticket/Display.html?id=63743
https://rt.cpan.org/Ticket/Display.html?id=63740
Diffstat (limited to 'security/p5-IO-Socket-SSL')
-rw-r--r-- | security/p5-IO-Socket-SSL/Makefile | 5 | ||||
-rw-r--r-- | security/p5-IO-Socket-SSL/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile index dbf76eac1c0..9d5ce5dcd66 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.55 2011/08/14 14:42:50 obache Exp $ +# $NetBSD: Makefile,v 1.56 2011/09/04 05:03:53 hiramatsu Exp $ -DISTNAME= IO-Socket-SSL-1.35 +DISTNAME= IO-Socket-SSL-1.44 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 SVR4_PKGNAME= p5iss 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 cec8fa79ea0..1d91c32299f 100644 --- a/security/p5-IO-Socket-SSL/distinfo +++ b/security/p5-IO-Socket-SSL/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.39 2010/12/07 20:15:00 gls Exp $ +$NetBSD: distinfo,v 1.40 2011/09/04 05:03:53 hiramatsu Exp $ -SHA1 (IO-Socket-SSL-1.35.tar.gz) = 26b6610844aac2835b02373216ffdd95015ac991 -RMD160 (IO-Socket-SSL-1.35.tar.gz) = c5cb876eec3edf1d25c25e6f4a11291ba87445c4 -Size (IO-Socket-SSL-1.35.tar.gz) = 67587 bytes +SHA1 (IO-Socket-SSL-1.44.tar.gz) = d85f450a2d6350a3b06980326ced1c6b7076d66a +RMD160 (IO-Socket-SSL-1.44.tar.gz) = 03385416241c587b307001e1c8035b709e9ca256 +Size (IO-Socket-SSL-1.44.tar.gz) = 69342 bytes |