2011-11-17 10:11:04 by Hiramatsu Yoshifumi | Files touched by this commit (2) |
Log message:
Update p5-HTTP-Parser-XS to 0.14.
Changes from previous:
0.14
- do not include '#' and the following characters in URI in PATH_INFO or \
QUERY_STRING
0.13
- fix compile error on GCC < 3 (RT #63074)
0.12
- fix undeclared dependency on URI::Escape (RT #62716)
- fix parsing of protocol version in the pure perl impl to exactly match that of XS
0.11
- fix build error due to the use of Module::Install::ReadmeMarkdownFromPod (RT \
#62589)
0.10
- support for HTTP response parsing (by gfx,mala,tokuhirom)
|
2011-08-14 18:06:13 by OBATA Akio | Files touched by this commit (268) |
Log message:
Revision bump after updating perl5 to 5.14.1.
|
2010-09-15 07:54:23 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating www/p5-HTTP-Parser-XS from 0.07nb1 to 0.09
Upstream changes:
0.09
- improve compatibility (mainly Windows, RT #61133, thanks to
Taro Nishino)
0.08
- improve compatibility (mainly Solaris, thanks to gfx)
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
|
2010-04-10 21:38:40 by Stoned Elipot | Files touched by this commit (3) | |
Log message:
Initial import of p5-HTTP-Parser-XS version 0.07 in the NetBSD
Packages Collection.
The Perl 5 module HTTP::Parser::XS is a fast, primitive HTTP request
parser that can be used either for writing a synchronous HTTP server
or a event-driven server.
|