diff options
author | mef <mef@pkgsrc.org> | 2015-01-12 07:19:50 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-01-12 07:19:50 +0000 |
commit | de215cd3e8d628a718062e16fce1b8b4828808ba (patch) | |
tree | 5df54cd704c43f3f191609cd6d0e57ee54a8ead5 | |
parent | 515384a43637eb31764615e81e7901a2312aa9a6 (diff) | |
download | pkgsrc-de215cd3e8d628a718062e16fce1b8b4828808ba.tar.gz |
Update 0.23 to 0.27
-------------------
0.27 2014/11/17
* Github user acferen finally patched the long-standing timeout bug
Thanks acferen!
0.26 2014/06/06
* Daniel Lintott of the Debian Perl Group reported that the HTTP::Async proxy
tests were broken with a development version of HTTP-Server-Simple (0.45_1)
I fixed the test, or rather fixed t/TestServer.pm, so that it would work
Thanks Daniel!
* While I was in there, I replaced some warn() calls in the tests with diag()
calls, to be a better TAP citizen
0.25 2014/03/20
* Added remove($id) and remove_all() methods
Thanks go to rt.cpan.org user Ikegami
* Added support for forwarding headers on redirect
Thanks to Github users kloevschall and kaol
* Added support for having an HTTP::Cookies cookie jar object
Thanks again to Github user kaol
* Use Net::EmptyPort for the TestServer in the tests
Thanks to Github user and all around great Perl Monger DrHyde
0.24 2014/03/19
* Better POD docs for the counting methods
- Requested by Dave Hodgkinson via rt.cpan.org
-rw-r--r-- | www/p5-HTTP-Async/Makefile | 5 | ||||
-rw-r--r-- | www/p5-HTTP-Async/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/p5-HTTP-Async/Makefile b/www/p5-HTTP-Async/Makefile index 885f4b893ca..334956024b6 100644 --- a/www/p5-HTTP-Async/Makefile +++ b/www/p5-HTTP-Async/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2014/05/29 23:38:07 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/01/12 07:19:50 mef Exp $ -DISTNAME= HTTP-Async-0.23 +DISTNAME= HTTP-Async-0.27 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/} diff --git a/www/p5-HTTP-Async/distinfo b/www/p5-HTTP-Async/distinfo index cf0da9ec0d4..856d4b86116 100644 --- a/www/p5-HTTP-Async/distinfo +++ b/www/p5-HTTP-Async/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2014/02/23 13:15:11 wen Exp $ +$NetBSD: distinfo,v 1.3 2015/01/12 07:19:50 mef Exp $ -SHA1 (HTTP-Async-0.23.tar.gz) = ffd43147ab2ef11911bffa3bf415afa42d7ae6b2 -RMD160 (HTTP-Async-0.23.tar.gz) = 39f3518dfdfb0af7850bfd560f0c62018293228f -Size (HTTP-Async-0.23.tar.gz) = 20625 bytes +SHA1 (HTTP-Async-0.27.tar.gz) = fdb12677d6b2b0360b1c5c4d5d370eb572722470 +RMD160 (HTTP-Async-0.27.tar.gz) = bf574a8885219c03c8dbfda93800de775d6abae9 +Size (HTTP-Async-0.27.tar.gz) = 22773 bytes |