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
This commit is contained in:
parent
7c9eb0298e
commit
47939fa9f9
2 changed files with 8 additions and 7 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.6 2013/05/31 12:42:45 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2013/09/02 13:26:32 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= HTTP-Server-EV-0.5
|
||||
DISTNAME= HTTP-Server-EV-0.67
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/}
|
||||
|
||||
|
@ -17,6 +16,8 @@ PERL5_REQD+= 5.8
|
|||
DEPENDS+= {perl>=5.10.1,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils # List::Util::XS
|
||||
DEPENDS+= p5-File-Util-[0-9]*:../../devel/p5-File-Util
|
||||
DEPENDS+= p5-Guard-[0-9]*:../../devel/p5-Guard
|
||||
DEPENDS+= p5-IO-AIO-[0-9]*:../../devel/p5-IO-AIO
|
||||
DEPENDS+= p5-AnyEvent-AIO-[0-9]*:../../devel/p5-AnyEvent-AIO
|
||||
# actually, test dependencies
|
||||
BUILD_DEPENDS+= p5-AnyEvent-HTTP-[0-9]*:../../www/p5-AnyEvent-HTTP
|
||||
BUILD_DEPENDS+= p5-HTTP-Message-[0-9]*:../../www/p5-HTTP-Message
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2012/12/12 11:49:53 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.3 2013/09/02 13:26:32 obache Exp $
|
||||
|
||||
SHA1 (HTTP-Server-EV-0.5.tar.gz) = c10a56087c7f826d87f69bb8df19ea909f05244f
|
||||
RMD160 (HTTP-Server-EV-0.5.tar.gz) = e878c3ae7ddec125840f758567506ce500410aff
|
||||
Size (HTTP-Server-EV-0.5.tar.gz) = 27197 bytes
|
||||
SHA1 (HTTP-Server-EV-0.67.tar.gz) = ef8dfc1139b05355ef069a2edcaed1e285266b9c
|
||||
RMD160 (HTTP-Server-EV-0.67.tar.gz) = 8c1e8d5ef9ef3599de338ff59777e5d6261ef68c
|
||||
Size (HTTP-Server-EV-0.67.tar.gz) = 29397 bytes
|
||||
|
|
Loading…
Reference in a new issue