summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorobache <obache>2013-09-02 13:26:32 +0000
committerobache <obache>2013-09-02 13:26:32 +0000
commit95cb9f8da3f329dc63a5184c006953cc4d26eab1 (patch)
tree17b708e563e99fe293cad2701acef033e4f4db91 /www
parentc5645e3a147c6748879ae0a540481aca25c8972e (diff)
downloadpkgsrc-95cb9f8da3f329dc63a5184c006953cc4d26eab1.tar.gz
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
Diffstat (limited to 'www')
-rw-r--r--www/p5-HTTP-Server-EV/Makefile7
-rw-r--r--www/p5-HTTP-Server-EV/distinfo8
2 files changed, 8 insertions, 7 deletions
diff --git a/www/p5-HTTP-Server-EV/Makefile b/www/p5-HTTP-Server-EV/Makefile
index 697a044e7c3..09dc5de17cc 100644
--- a/www/p5-HTTP-Server-EV/Makefile
+++ b/www/p5-HTTP-Server-EV/Makefile
@@ -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
diff --git a/www/p5-HTTP-Server-EV/distinfo b/www/p5-HTTP-Server-EV/distinfo
index 9c64193be10..ac8ac8cf1c3 100644
--- a/www/p5-HTTP-Server-EV/distinfo
+++ b/www/p5-HTTP-Server-EV/distinfo
@@ -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