2015-01-12 14:16:41 by Makoto Fujiwara | Files touched by this commit (2) | |
Log message:
Update 0.18 to 0.24
0.24
- worker processes always receive different sequence of values when
calling "rand()"
0.23
- serialize calls to select -> accept when listening to multiple ports
0.22
- listen to multiple ports passed from Server::Starter (ttakezawa)
0.21
- support listening to unix socket (passed by Server::Starter) (kazeburo)
0.20
- support HTTP/1.1 (kazeburo)
0.19
- update the dependencies now that Plack no more depends on LWP
(miyagawa; https://github.com/plack/Plack/pull/408)
- add support for psgix.harakiri (audreyt)
|
2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049) |
Log message:
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
|
2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
2013-04-21 14:03:45 by Ryo ONODERA | Files touched by this commit (2) |
Log message:
Update to 0.18
Changelog:
0.18
- change threshold for combining headers and body from 1024 bytes to 8192
0.17_01
- reduce rt_sig* syscalls (kazeburo)
0.16
- Set REMOTE_PORT environment variable (kazeburo)
0.15
- unbundle Plack::Standalone::Server::Prefork::Server::Starter (see `perldoc \
Starlet` to find out how to boot Starlet using Server::Starter)
|
2012-10-28 07:31:10 by Aleksej Saushev | Files touched by this commit (600) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2012-01-22 20:42:09 by David Brownlee | Files touched by this commit (2) |
Log message:
Updated www/p5-Starlet to 0.14
0.14
- support for randomized reqs-per-child
- support for slow restart
- do not send Server header more than once per every response
|
2011-10-27 14:23:47 by Hiramatsu Yoshifumi | Files touched by this commit (2) |
Log message:
Update p5-Starlet to 0.13.
Changes from previous:
0.13
- test compatibilty improvement: ignore proxy setting while running tests (datamuc)
0.12
- [bugfix] fix infinite loop when connection is closed while receiving
response content (thanks to Jiro Nishiguchi-san)
0.11
- suppress the warning "Use of "goto" to jump into a construct \
is deprecated"
|
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-08-26 01:07:00 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Update p5-Starlet from version 0.08nb1 to version 0.10.
Pkgsrc changes:
- adjust dependencies
Upstream changes:
0.10
- switch from alarm-based polling to select-based
- use TCP_DEFER_ACCEPT on linux
- performance tweaks
0.09
- [bugfix] enable keepalive when --max-keepalive-reqs=n (n>1) is set
- accept --max-workers=n option (for better interoperability w. Starman)
|