diff options
author | wen <wen> | 2013-07-21 07:01:38 +0000 |
---|---|---|
committer | wen <wen> | 2013-07-21 07:01:38 +0000 |
commit | 5a66a734c3d4090fe80f8b9887db0ce5f5ad952b (patch) | |
tree | c3d660eb81619cca8971d5fd6accd729e24f1566 | |
parent | e8047a64aa67942eac703b6bc361d8b4613c44e5 (diff) | |
download | pkgsrc-5a66a734c3d4090fe80f8b9887db0ce5f5ad952b.tar.gz |
Update to 0.034
Upstream changes:
0.034 2013-06-26 19:02:25 America/New_York
[ADDED]
- Added support for 'Basic' authorization from
user:password parameters in the URL
0.033 2013-06-21 06:26:51 America/New_York
[FIXED]
- Modifying the 'agent' attribute with the accessor will append the
default agent string, just like setting it during construction
0.032 2013-06-20 11:41:24 America/New_York
[ADDED]
- Added 'no_proxy' attribute, defaulting to $ENV{no_proxy}
0.031 2013-06-16 23:18:18 America/New_York
[FIXED]
- Fixed bug receiving 0-length content bodies
0.030 2013-06-13 11:46:15 America/New_York
[FIXED]
- Requests with the empty string as body content no longer generate
'content-type' and 'content-length' headers.
0.029 2013-04-17 13:49:07 America/New_York
[FIXED]
- Checks for new enough OpenSSL library before using SNI (otherwise
IO::Socket::SSL throws warnings)
-rw-r--r-- | www/p5-HTTP-Tiny/Makefile | 5 | ||||
-rw-r--r-- | www/p5-HTTP-Tiny/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-HTTP-Tiny/Makefile b/www/p5-HTTP-Tiny/Makefile index d86d88c2f7c..7bd492c83a6 100644 --- a/www/p5-HTTP-Tiny/Makefile +++ b/www/p5-HTTP-Tiny/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2013/05/31 12:42:45 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2013/07/21 07:01:38 wen Exp $ # -DISTNAME= HTTP-Tiny-0.028 +DISTNAME= HTTP-Tiny-0.034 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 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 dc6e0969eb0..50924f6e17a 100644 --- a/www/p5-HTTP-Tiny/distinfo +++ b/www/p5-HTTP-Tiny/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2013/03/08 14:22:38 wen Exp $ +$NetBSD: distinfo,v 1.4 2013/07/21 07:01:38 wen Exp $ -SHA1 (HTTP-Tiny-0.028.tar.gz) = b7ef0cac26a8af27540c44fad977a6c595c48eb5 -RMD160 (HTTP-Tiny-0.028.tar.gz) = 5e96c622a43775f9c95d791f8239eb477d7c39a6 -Size (HTTP-Tiny-0.028.tar.gz) = 45940 bytes +SHA1 (HTTP-Tiny-0.034.tar.gz) = 11447267ed82c743ca40dcbf88123733f58e9eaf +RMD160 (HTTP-Tiny-0.034.tar.gz) = 9b6e73218a2d0be4eccaa98132a322d5bff28343 +Size (HTTP-Tiny-0.034.tar.gz) = 48795 bytes |