summaryrefslogtreecommitdiff
path: root/net/p5-Net-Server
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2012-06-02 14:21:23 +0000
committerobache <obache@pkgsrc.org>2012-06-02 14:21:23 +0000
commit6aee55107569e8fec320e597ad9ce2ebbbc8bc30 (patch)
tree0e18bf0b9f6f203d13470531340e04822cac88b0 /net/p5-Net-Server
parent45dc3889a7831a22292fb3b4326720b82f2d1f3e (diff)
downloadpkgsrc-6aee55107569e8fec320e597ad9ce2ebbbc8bc30.tar.gz
Update p5-Net-Server to 2.002, for full IPv6 support.
PR 46515 by Francois Tigeot. 2.002 May 31 2012 - Make HTTP output header parsing more consistent - and catch more errors - Add exec_cgi and exec_trusted_perl methods to HTTP - Add bugfix for ipv=>"*" combined with UNIX sockets. (Mark Martinec) - Fix the SSL_test.t to use exit rather than quit so the parent departs 2.001 May 30 2012 - Bug fix wrong usage of File::Temp::tempfile. - Fix HTTP_COOKIES to be HTTP_COOKIE - Handle multiple header values better in HTTP - Add Log::Log4perl logging courtesy of TONVOON@cpan 2.000 May 30 2012 - Sorry for the amazingly long delay. This release represents change to much of the code base. Future patch submissions should be more promptly handled - Bring Net::Server::Proto::SSL back. It is now fully functional under all scenarios, including IPv4 and IPv6 - Change Proto interface to allow passing more information. This represents an internal API change. - Updates to the HUP mechanisms to make sure we rebind all types of ports correctly. - Add IPv6 integration via ::1 style addresses as well as the ipv configuration parameter (Mark Martinec) - Added graceful shutdown (Tatsuhiko Miyagawa) - Added hot deploy via TTIN and TTOU (Tatsuhiko Miyagawa) - Internal code retidying - Finish out support for connecting to ports by service name - Don't loose track of fork and prefork children on a hup - make sure to actively wait them off - Correct accept to take a classname, and optionally be called in array context - Cleanup numerous configuration issues. - Added sig_passthrough option to Fork, PreFork, and PreForkSimple servers allowing for arbitrary signals to propagate to children - Add syswrite/sysread support to SSLEAY (Sergey Zasenko). - Add PSGI module. - Many small accumulated bugfixes.
Diffstat (limited to 'net/p5-Net-Server')
-rw-r--r--net/p5-Net-Server/Makefile5
-rw-r--r--net/p5-Net-Server/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/net/p5-Net-Server/Makefile b/net/p5-Net-Server/Makefile
index a5f3f6f6b0e..32e9a4064da 100644
--- a/net/p5-Net-Server/Makefile
+++ b/net/p5-Net-Server/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2011/08/14 14:14:46 obache Exp $
+# $NetBSD: Makefile,v 1.25 2012/06/02 14:21:23 obache Exp $
#
-DISTNAME= Net-Server-0.99
+DISTNAME= Net-Server-2.002
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
SVR4_PKGNAME= p5nts
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
diff --git a/net/p5-Net-Server/distinfo b/net/p5-Net-Server/distinfo
index 6a1feababd1..9f0846d4d19 100644
--- a/net/p5-Net-Server/distinfo
+++ b/net/p5-Net-Server/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2010/07/18 19:44:59 seb Exp $
+$NetBSD: distinfo,v 1.10 2012/06/02 14:21:23 obache Exp $
-SHA1 (Net-Server-0.99.tar.gz) = f8794be07eb963c09ded3d19940471c99b8e7f71
-RMD160 (Net-Server-0.99.tar.gz) = 9fd3272368f7f33af9b52f7d57e6f16a1ed7f3ab
-Size (Net-Server-0.99.tar.gz) = 101559 bytes
+SHA1 (Net-Server-2.002.tar.gz) = 6361262f70bdde7f0a814c498d5583439ba5c7e5
+RMD160 (Net-Server-2.002.tar.gz) = 1c21a61132b5caa51e69348d8be84425e8310846
+Size (Net-Server-2.002.tar.gz) = 118663 bytes