Mon Oct 27 13:41:55 2014 UTC ()
Update to 0.050

Upstream changes:
0.050     2014-09-23 15:30:18-04:00 America/New_York

    [FIXED]

    - Fixed CONNECT requests for some proxies

0.049     2014-09-02 11:20:07-04:00 America/New_York

    [FIXED]

    - 'keep_alive' is now fork-safe and thread-safe

0.048     2014-08-21 13:19:51-04:00 America/New_York

    [FIXED]

    - Protected proxy tests from ALL_PROXY in the environment

0.047     2014-07-29 14:09:05-04:00 America/New_York

    [CHANGED]

    - Updated Mozilla::CA module recommendation version to 20130114

    [FIXED]

    - Fixed t/00-report-prereqs.t when CPAN::Meta is not installed

0.046     2014-07-21 10:32:32-04:00 America/New_York

    [FIXED]

    - Empty header fields are now allowed; headers with the 'undef' value
      will be rendered as an empty header.

    [DOCUMENTED]

    - Updated HTTP/1.1 spec description from RFC 2616 to RFC 7230-7235

0.045     2014-07-19 23:17:28-04:00 America/New_York (TRIAL RELEASE)

    [FIXED]

    - Fixed t/002_croakage.t for various operating systems.

0.044     2014-07-16 23:46:09-04:00 America/New_York

    [CHANGED]

    - Providing a custom 'Host' header is now a fatal exception.  Previously, it
      was silently ignored, as the RFC mandates that Host be set from the
      URL, but ignoring it could lead to unexpected, confusing errors.

    - optimized URL splitting

    - Passing 'undef' for any proxy attribute will prevent HTTP::Tiny from
      setting the proxy from the environment.


(wen)
diff -r1.11 -r1.12 pkgsrc/www/p5-HTTP-Tiny/Makefile
diff -r1.7 -r1.8 pkgsrc/www/p5-HTTP-Tiny/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/www/p5-HTTP-Tiny/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/p5-HTTP-Tiny/Attic/Makefile 2014/05/29 23:38:09 1.11
+++ pkgsrc/www/p5-HTTP-Tiny/Attic/Makefile 2014/10/27 13:41:55 1.12
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.11 2014/05/29 23:38:09 wiz Exp $ 1# $NetBSD: Makefile,v 1.12 2014/10/27 13:41:55 wen Exp $
2# 2#
3 3
4DISTNAME= HTTP-Tiny-0.043 4DISTNAME= HTTP-Tiny-0.050
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 1 
7CATEGORIES= www perl5 6CATEGORIES= www perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/HTTP-Tiny/ 10HOMEPAGE= http://search.cpan.org/dist/HTTP-Tiny/
12COMMENT= Perl5 module providing a small, simple, correct HTTP/1.1 client 11COMMENT= Perl5 module providing a small, simple, correct HTTP/1.1 client
13LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
14 13
15# used for test 14# used for test
16DEPENDS+= p5-IO-Socket-SSL>=0:../../security/p5-IO-Socket-SSL 15DEPENDS+= p5-IO-Socket-SSL>=0:../../security/p5-IO-Socket-SSL
17DEPENDS+= p5-Mozilla-CA>=0:../../security/p5-Mozilla-CA 16DEPENDS+= p5-Mozilla-CA>=0:../../security/p5-Mozilla-CA
18 17
19PERL5_PACKLIST= auto/HTTP/Tiny/.packlist 18PERL5_PACKLIST= auto/HTTP/Tiny/.packlist

cvs diff -r1.7 -r1.8 pkgsrc/www/p5-HTTP-Tiny/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/www/p5-HTTP-Tiny/Attic/distinfo 2014/02/22 08:46:48 1.7
+++ pkgsrc/www/p5-HTTP-Tiny/Attic/distinfo 2014/10/27 13:41:55 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2014/02/22 08:46:48 wen Exp $ 1$NetBSD: distinfo,v 1.8 2014/10/27 13:41:55 wen Exp $
2 2
3SHA1 (HTTP-Tiny-0.043.tar.gz) = 3ba1fddcfb6ba238977a91fd314816f941f78461 3SHA1 (HTTP-Tiny-0.050.tar.gz) = 897c6466f44f112a86341c4901aae3af25a263b1
4RMD160 (HTTP-Tiny-0.043.tar.gz) = 41170165ad22955709bc84779d4a9c3b1057f449 4RMD160 (HTTP-Tiny-0.050.tar.gz) = bf872148af724753d9dd16427111f4eb193b059a
5Size (HTTP-Tiny-0.043.tar.gz) = 58982 bytes 5Size (HTTP-Tiny-0.050.tar.gz) = 61386 bytes