diff options
author | pettai <pettai@pkgsrc.org> | 2012-11-03 23:13:21 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2012-11-03 23:13:21 +0000 |
commit | f5cfe979584c6cc715a4f67ed9d90e672a75b3f7 (patch) | |
tree | cb3056a40279ba8db47bed2b586cf3bb1939f8d0 /net/p5-Net-Server | |
parent | 2a6cfb5b9074b67619d0d23866e14fcd034fc3ba (diff) | |
download | pkgsrc-f5cfe979584c6cc715a4f67ed9d90e672a75b3f7.tar.gz |
2.006 Jun 20 2012
- Allow for case where host is *, and IO::Socket::INET6 is installed, but IPv6 doesn't really work.
- Add missing child_init_hook in Fork server (so Fork can be more parallel with PreFork in some respects)
- Change BOUND_SOCKETS passing to use ; as a separator rather than a \n
2.005 Jun 12 2012
NOTE: ipv now defaults to *
- Change the default of ipv from 4 to *. This means if a host of * (default), or a named host is used, any available IPv4 OR IPv6 address will be used.
- Allow for explicit close_client_stdout call
- Add dispatch methods and app setup to HTTP
- Allow for exec_fork_hook in HTTP
- Make sure errors in HTTP use correct logging mechanisms (and do not die un-needed)
- Fix 500 call in PSGI
- Fix send_header
2.004 Jun 08 2012
NOTE: Version 2.005 will change the default ipv value to * meaning it will attempt to bind IPv4 and IPv6 if they are available if you pass a hostname
- Add Net::Server::Proto->get_addr_info which can more reliably resolve domain information.
- Use that information to figure out an appropriate host to bind to for tests
- Make get_addr_info less reliant on magic values of sysctl net.ipv6.bindv6only
- Allow all tests to function in IPv6 only environments
- Fix broken number of tests in test suite
- Add warnings about changes to the default value of ipv coming in 2.005
2.003 Jun 06 2012
- Make the logging system pluggable
- Added net-server server executor for writing easier one line servers
- Sys::Syslog and Log::Log4perl are now moved out to their own module subsystems
- Added full apache style HTTP log formatting for the HTTP server
- Allow for ipv to be specified as part of host, or proto, or passed via $ENV{'IPV'}
- Add apache style access logging (access_log_file and access_log_format) to HTTP
- Allow HTTP header parsing to not untaint the headers (thanks Miko O'Sullivan)
- Fix missing legacy NS_unix_path call (missing since 2.000)
- Fix a bug in MultiType that prevented calling server_type HTTP
Diffstat (limited to 'net/p5-Net-Server')
-rw-r--r-- | net/p5-Net-Server/Makefile | 5 | ||||
-rw-r--r-- | net/p5-Net-Server/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/p5-Net-Server/Makefile b/net/p5-Net-Server/Makefile index 66126a2a312..6a77df87e31 100644 --- a/net/p5-Net-Server/Makefile +++ b/net/p5-Net-Server/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.27 2012/10/23 17:18:51 asau Exp $ +# $NetBSD: Makefile,v 1.28 2012/11/03 23:13:21 pettai Exp $ # -DISTNAME= Net-Server-2.002 +DISTNAME= Net-Server-2.006 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 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 9f0846d4d19..433d3dfd397 100644 --- a/net/p5-Net-Server/distinfo +++ b/net/p5-Net-Server/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2012/06/02 14:21:23 obache Exp $ +$NetBSD: distinfo,v 1.11 2012/11/03 23:13:21 pettai Exp $ -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 +SHA1 (Net-Server-2.006.tar.gz) = 165230ab08c67b6a32ad4bad5c764cdd2ca7e8c4 +RMD160 (Net-Server-2.006.tar.gz) = 9a0d4d587a95d4c89e92985fe986bd1ef5f8a4b0 +Size (Net-Server-2.006.tar.gz) = 132015 bytes |