Skip to content

Commit

Permalink
Update to 0.022
Browse files Browse the repository at this point in the history
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]
  • Loading branch information
wen committed Aug 31, 2012
1 parent 631d239 commit b5de8d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions www/p5-HTTP-Tiny/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand Down
8 changes: 4 additions & 4 deletions www/p5-HTTP-Tiny/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b5de8d4

Please sign in to comment.