Fri Aug 31 00:55:26 2012 UTC ()
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]


(wen)
diff -r1.1.1.1 -r1.2 pkgsrc/www/p5-HTTP-Tiny/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/www/p5-HTTP-Tiny/distinfo

cvs diff -r1.1.1.1 -r1.2 pkgsrc/www/p5-HTTP-Tiny/Makefile (expand / switch to unified diff)

--- pkgsrc/www/p5-HTTP-Tiny/Makefile 2011/11/15 12:57:14 1.1.1.1
+++ pkgsrc/www/p5-HTTP-Tiny/Makefile 2012/08/31 00:55:26 1.2
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.1.1.1 2011/11/15 12:57:14 sno Exp $ 1# $NetBSD: Makefile,v 1.2 2012/08/31 00:55:26 wen Exp $
2# 2#
3 3
4DISTNAME= HTTP-Tiny-0.016 4DISTNAME= HTTP-Tiny-0.022
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6CATEGORIES= www perl5 6CATEGORIES= www perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/HTTP-Tiny/ 10HOMEPAGE= http://search.cpan.org/dist/HTTP-Tiny/
11COMMENT= Perl5 module providing a small, simple, correct HTTP/1.1 client 11COMMENT= Perl5 module providing a small, simple, correct HTTP/1.1 client
12LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16PERL5_PACKLIST= auto/HTTP/Tiny/.packlist 16PERL5_PACKLIST= auto/HTTP/Tiny/.packlist
17 17

cvs diff -r1.1.1.1 -r1.2 pkgsrc/www/p5-HTTP-Tiny/distinfo (expand / switch to unified diff)

--- pkgsrc/www/p5-HTTP-Tiny/distinfo 2011/11/15 12:57:14 1.1.1.1
+++ pkgsrc/www/p5-HTTP-Tiny/distinfo 2012/08/31 00:55:26 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2011/11/15 12:57:14 sno Exp $ 1$NetBSD: distinfo,v 1.2 2012/08/31 00:55:26 wen Exp $
2 2
3SHA1 (HTTP-Tiny-0.016.tar.gz) = a684c5febb18def205d36c3d954fecf457f0f3e7 3SHA1 (HTTP-Tiny-0.022.tar.gz) = bc7c59748a977dd885f802d448bd217c8496fd08
4RMD160 (HTTP-Tiny-0.016.tar.gz) = ed6a9e4f504346a0fa0de64f47964ddb6d0adc95 4RMD160 (HTTP-Tiny-0.022.tar.gz) = 1614109ca42642d0b7c60dceb253559e0c917da4
5Size (HTTP-Tiny-0.016.tar.gz) = 35948 bytes 5Size (HTTP-Tiny-0.022.tar.gz) = 42501 bytes