Commit graph

9 commits

Author SHA1 Message Date
mef
542303d5f7 Update 0.67 to 0.68
0.68
	- Make-time configuration of buffer sizes
	- Added Coro to test prerequisites.
2015-01-12 07:50:42 +00:00
wiz
7eeb51b534 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.
2014-05-29 23:35:13 +00:00
obache
ebf6fc31f0 Update p5-HTTP-Server-EV to 0.67
(resolve PR pkg/47641, updated to newer version including the bugfix).

Revision history for Perl extension HTTP::Server::EV.

0.67
	- (not recorded, but released at same date of 0.66)

0.66
	- Bugfix, thanx Edgar Fuß

0.65
	- ~300% Faster urldecode
	- Any HTTP methods now supported. Server just parses headers, use
	  $cgi->fh to process body of PUT or other methods
	- Added ->flush_wait and ->give_up_handle methods in
	  HTTP::Server::EV::Buffer
	- Fixed stack corruption, thanx Edgar Fuß

0.6
	- Implemented HTTP::Server::EV::Buffer onerror(ondisconnect) callback
	- Listen now can accept IO::Socket::INET object with socket to listen
	- Added support of sharing one listening socket per several forks, and
	  fork_hook cb to integrate with fork managers
	- Fixed bug when only first defined port listener worked
	- Fixed segfault when starting/stopping PortListener
2013-09-02 13:26:32 +00:00
wiz
d2ca14a3f1 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-05-31 12:39:57 +00:00
wiz
d4564523e9 Mark some test dependencies as BUILD_DEPENDS instead of full ones.
Bump PKGREVISION.
Noted by Edgar Fuß in PR 47288.
2012-12-13 10:02:09 +00:00
wiz
f892c01e12 Update to 0.5, based on PR 47288 by Edgar Fuss.
Add more missing dependencies.

0.41
	- Bugfixes

0.4
	- Written tests
	- HTTP::Server::EV::PortListener module
	- Rewritten disk IO code. Now it can use built in perl functions or IO::AIO module.
	- Fixed segfault when uploading zero size file
	- Multipart processing callbacks.
	- Coro support


0.31
	- Fixed non ARRAY reference error when cgi->param called in list context with nonexistent param name
	- Added explicit type-casting, no more compiler warnings
	- Little documentation fix
2012-12-12 11:49:53 +00:00
asau
5eae6a18a3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
hiramatsu
2684d96e93 Import www/p5-HTTP-Server-EV, submitted in PR/45603.
Asynchronous HTTP server using EV event loop.

It doesn't load files received in the POST request in memory as most
of CGI modules does, but stores them directly to tmp files, so it's
useful for handling large files without using a lot of memory.
2011-11-15 06:42:33 +00:00