diff options
author | adrianp <adrianp@pkgsrc.org> | 2008-01-03 12:16:16 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2008-01-03 12:16:16 +0000 |
commit | c974469bccbdabd5b0bea900dd84b5c0e5549ec9 (patch) | |
tree | 4c407a7d87a6c3c6be61148e10999d3ed0f6fede | |
parent | 5edaec7256525d3bc6f6f2ff34b956cf444574c0 (diff) | |
download | pkgsrc-c974469bccbdabd5b0bea900dd84b5c0e5549ec9.tar.gz |
0.97 Jul 25 2007
- Allow for better handling of setlogsock depending upon the version of Sys::Syslog installed (David Schweikert)
- Update examples with minimal pod and working synopses
- Added post_client_connection_hook (Mihail Nasedkin)
0.96 Mar 23 2007
- Allow for conf_file to be specified in the default_values.
- Add perldoc for why we use a template in options.
- Fix syslog log options regex again (Carlos Velasco)
- Fix ->autoflush (needs FileHandle) (Paul Miller)
- Add handle_syslog_error to allow catching errors during syslog writes (Patrik Wallstrom)
- Add open_syslog to slightly abstract opening of syslog.
- Add numerous patches from Rob Mueller to cleanup child accounting in PreFork server.
0.95 Feb 02 2007
- Warn clean on the chld hanlder in PreFork. (Michael Virnstein)
- Allow lock_file for lock serialization to only be opened once (Rob Mueller)
- Add additional log messages during failure in accept (Mark Martinec)
- Fix double decrement bug in PreFork.pm (Bill Nesbitt, Carlos Velasco)
- Fix precedence bug with non-parened open (John W. Krahn)
- Check setuid better after POSIX setuid (Ricardo Signes)
- Update Syslog options parsing (Carlos Velasco)
- Allow no_client_stdout to work with Multiplex (Steven Lembark)
- Allow Sys::SysLog keyworks be passed through the ->log method (Peter Beckman)
- Allow more characters through in syslog_ident (Peter Beckman)
- Fix Fork server bug which had post_accept_hook called twice (Curtis Wilbar)
- Added pre_fork_hook to Fork server to handle removed duplicate post_accept_hook call.
- Reopen STDIN/STDOUT to /dev/null at end of child connection to avoid spurious warnings (Rob Mueller)
- Don't process STDIN/STDOUT in post_accept if udp_true (Rob Mueller)
- Cleanup child processing code in PreFork server (Rob Mueller)
- Try and let tests fail gracefully if localhost is not setup properly (Peter Beckman)
- Add numerous tests for configuration passing.
- Add perldoc about adding your own custom options.
-rw-r--r-- | net/p5-Net-Server/Makefile | 4 | ||||
-rw-r--r-- | net/p5-Net-Server/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/p5-Net-Server/Makefile b/net/p5-Net-Server/Makefile index f5449ad685e..729e718f826 100644 --- a/net/p5-Net-Server/Makefile +++ b/net/p5-Net-Server/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2006/09/13 21:07:55 adrianp Exp $ +# $NetBSD: Makefile,v 1.18 2008/01/03 12:16:16 adrianp Exp $ # -DISTNAME= Net-Server-0.94 +DISTNAME= Net-Server-0.97 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5nts CATEGORIES= net perl5 diff --git a/net/p5-Net-Server/distinfo b/net/p5-Net-Server/distinfo index bf183eb0c75..9dc04e58d4c 100644 --- a/net/p5-Net-Server/distinfo +++ b/net/p5-Net-Server/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2006/09/13 21:07:55 adrianp Exp $ +$NetBSD: distinfo,v 1.8 2008/01/03 12:16:16 adrianp Exp $ -SHA1 (Net-Server-0.94.tar.gz) = cb3b38a0a9d2275d56346a3721721a7eb263507f -RMD160 (Net-Server-0.94.tar.gz) = 795dabc8bbb8a025402add9f0fe2989be718a61d -Size (Net-Server-0.94.tar.gz) = 83951 bytes +SHA1 (Net-Server-0.97.tar.gz) = 3c1adddc4e66b15c2973176ef66cac36400b2237 +RMD160 (Net-Server-0.97.tar.gz) = 46d77235f4ef5d3166efbf36c4abfc4026b95548 +Size (Net-Server-0.97.tar.gz) = 92158 bytes |