diff options
author | wen <wen> | 2012-08-31 00:55:26 +0000 |
---|---|---|
committer | wen <wen> | 2012-08-31 00:55:26 +0000 |
commit | 1783718611a2d3f6bcdf5d0313c2e9ca8d82ed51 (patch) | |
tree | abc54fb8f3e424e3cc31f1da5ff7df836f3173a3 /www/p5-HTTP-Tiny | |
parent | 30338b514f132ceeecbeffd8665fa668a22488eb (diff) | |
download | pkgsrc-1783718611a2d3f6bcdf5d0313c2e9ca8d82ed51.tar.gz |
Update to 0.022
Upstream changes:
0.022 2012-06-01 23:31:40 America/New_York
[ADDED]
- Supports local_address option to set local socket interface
[Chris Nehren, David Golden]
0.021 2012-05-15 22:38:57 America/New_York
[TESTING]
- Skip live SSL testing if $ENV{http_proxy} is set
0.020 2012-05-14 15:24:37 America/New_York
[TESTING]
- Capture prerequisite versions under AUTOMATED_TESTING to help
chase down some failures from CPAN Testers
0.019 2012-05-14 07:14:00 America/New_York
[ADDED]
- Require IO::Socket::SSL 1.56 (which added SSL_hostname support) when
doing HTTPS. [Mike Doherty]
[TESTING]
- Provide better diagnostic output in t/210_live_ssl.t [Mike
Doherty]
0.018 2012-04-18 09:39:50 America/New_York
[ADDED]
- Add verify_SSL option to do more secure SSL operations, incl.
attempting to validate against a CA bundle (Mozilla::CA
recommended, but will attempt to find some OS bundles). Also
add SSL_opts, which passes through IO::Socket::SSL's SSL_*
options to control SSL verification. (GH #6, #9) [Mike Doherty]
- Reponse hashref includes final URL (including any redirections)
[Lukas Eklund]
0.017 2012-02-22 21:57:37 EST5EDT
[DOCUMENTATION]
- Clarified how max_size exceptions work [rt.cpan.org #75142]
- Clarify that 2XX is success for most methods (except mirror
where 304 is also success) [rt.cpan.org #75141]
Diffstat (limited to 'www/p5-HTTP-Tiny')
-rw-r--r-- | www/p5-HTTP-Tiny/Makefile | 4 | ||||
-rw-r--r-- | www/p5-HTTP-Tiny/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/p5-HTTP-Tiny/Makefile b/www/p5-HTTP-Tiny/Makefile index 59036bd8134..bd2b9c4c78d 100644 --- a/www/p5-HTTP-Tiny/Makefile +++ b/www/p5-HTTP-Tiny/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/11/15 12:57:14 sno Exp $ +# $NetBSD: Makefile,v 1.2 2012/08/31 00:55:26 wen Exp $ # -DISTNAME= HTTP-Tiny-0.016 +DISTNAME= HTTP-Tiny-0.022 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/} diff --git a/www/p5-HTTP-Tiny/distinfo b/www/p5-HTTP-Tiny/distinfo index 8f71f2c22c9..1fcea6097ee 100644 --- a/www/p5-HTTP-Tiny/distinfo +++ b/www/p5-HTTP-Tiny/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/11/15 12:57:14 sno Exp $ +$NetBSD: distinfo,v 1.2 2012/08/31 00:55:26 wen Exp $ -SHA1 (HTTP-Tiny-0.016.tar.gz) = a684c5febb18def205d36c3d954fecf457f0f3e7 -RMD160 (HTTP-Tiny-0.016.tar.gz) = ed6a9e4f504346a0fa0de64f47964ddb6d0adc95 -Size (HTTP-Tiny-0.016.tar.gz) = 35948 bytes +SHA1 (HTTP-Tiny-0.022.tar.gz) = bc7c59748a977dd885f802d448bd217c8496fd08 +RMD160 (HTTP-Tiny-0.022.tar.gz) = 1614109ca42642d0b7c60dceb253559e0c917da4 +Size (HTTP-Tiny-0.022.tar.gz) = 42501 bytes |