diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-21 21:09:10 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-21 21:09:10 +0000 |
commit | a6ae30c8ff8546eb0f37c211f48a43406550eb2c (patch) | |
tree | 590b0f3850d2fc55cf6ed53b4408141af85d8692 /www | |
parent | 386e276b91769917ae01dbbb93542a7ad3a53f16 (diff) | |
download | pkgsrc-a6ae30c8ff8546eb0f37c211f48a43406550eb2c.tar.gz |
Update p5-AnyEvent-HTTPD to 0.93.
Changes from previous:
0.93 Thu Aug 4 10:38:09 CEST 2011
- made it possible to remove default headers
completely, thanks go to Chris Kastorff for providing a patch.
- applied also a fix for case handling of the headers,
thanks go to the patch from Chris Kastorff.
- fixed some tests. I hate it when all bugs that
are found via CPAN Testers are bugs in the tests.
- fixed that the URL returned by Request::url method will
now also contain the query string (thanks to art sackett for
spotting this).
0.92 Tue Mar 1 11:46:14 CET 2011
- added simple SSL/TLS support.
- removed from tests from the distribution.
- replaced 01_basic_request.t with a non-wget variant for CPAN.
0.91 Wed Feb 2 15:21:02 CET 2011
- set the Date header correctly.
- append a newline to error messages.
- hopefully improved connection closing mechanism.
- don't send body when responding to a HEAD request.
0.90 Mon Jan 31 13:04:45 CET 2011
- fixed a small thing with response on dead connections.
- added small example of 'request' event usage.
- make Content-Length: not be empty.
- hand HEAD requests down to the event handlers.
- added allowed_methods support from nrh.
- don't force cache policy anymore.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-AnyEvent-HTTPD/Makefile | 7 | ||||
-rw-r--r-- | www/p5-AnyEvent-HTTPD/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/www/p5-AnyEvent-HTTPD/Makefile b/www/p5-AnyEvent-HTTPD/Makefile index 7f708e8732d..c40355dcf8f 100644 --- a/www/p5-AnyEvent-HTTPD/Makefile +++ b/www/p5-AnyEvent-HTTPD/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2011/08/14 16:05:40 obache Exp $ +# $NetBSD: Makefile,v 1.4 2011/10/21 21:09:10 hiramatsu Exp $ -DISTNAME= AnyEvent-HTTPD-0.84 +DISTNAME= AnyEvent-HTTPD-0.93 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=AnyEvent/} @@ -19,7 +18,9 @@ PERL5_PACKLIST= auto/AnyEvent/HTTPD/.packlist DEPENDS+= p5-AnyEvent-[0-9]*:../../devel/p5-AnyEvent DEPENDS+= p5-Object-Event-[0-9]*:../../devel/p5-Object-Event DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI +DEPENDS+= p5-Time-Local-[0-9]*:../../time/p5-Time-Local DEPENDS+= p5-common-sense-[0-9]*:../../devel/p5-common-sense +DEPENDS+= p5-AnyEvent-HTTP-[0-9]*:../../www/p5-AnyEvent-HTTP .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/p5-AnyEvent-HTTPD/distinfo b/www/p5-AnyEvent-HTTPD/distinfo index 3a073d8132b..2b87a7d8c95 100644 --- a/www/p5-AnyEvent-HTTPD/distinfo +++ b/www/p5-AnyEvent-HTTPD/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/07/04 11:57:24 seb Exp $ +$NetBSD: distinfo,v 1.2 2011/10/21 21:09:10 hiramatsu Exp $ -SHA1 (AnyEvent-HTTPD-0.84.tar.gz) = 2dac7810ba502e672276e9e1a26f00a4e17773d1 -RMD160 (AnyEvent-HTTPD-0.84.tar.gz) = 63461c8651dce25716065461f289cb53535ee315 -Size (AnyEvent-HTTPD-0.84.tar.gz) = 33597 bytes +SHA1 (AnyEvent-HTTPD-0.93.tar.gz) = 78ebb0c8e2a6d06e25a516c37a61f6ca31a6ec82 +RMD160 (AnyEvent-HTTPD-0.93.tar.gz) = 2586cd2739ccdaba57d4458c611b57c712892bca +Size (AnyEvent-HTTPD-0.93.tar.gz) = 40226 bytes |