pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/p5-Net-Server 2.006 Jun 20 2012
details: https://anonhg.NetBSD.org/pkgsrc/rev/edccb0992691
branches: trunk
changeset: 610725:edccb0992691
user: pettai <pettai%pkgsrc.org@localhost>
date: Sat Nov 03 23:13:21 2012 +0000
description:
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:
net/p5-Net-Server/Makefile | 5 ++---
net/p5-Net-Server/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 7 deletions(-)
diffs (28 lines):
diff -r 6604d6329ed3 -r edccb0992691 net/p5-Net-Server/Makefile
--- a/net/p5-Net-Server/Makefile Sat Nov 03 23:00:17 2012 +0000
+++ b/net/p5-Net-Server/Makefile Sat Nov 03 23:13:21 2012 +0000
@@ -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 -r 6604d6329ed3 -r edccb0992691 net/p5-Net-Server/distinfo
--- a/net/p5-Net-Server/distinfo Sat Nov 03 23:00:17 2012 +0000
+++ b/net/p5-Net-Server/distinfo Sat Nov 03 23:13:21 2012 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index