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 0.97 Jul 25 2007
details: https://anonhg.NetBSD.org/pkgsrc/rev/ea94a4b7ea76
branches: trunk
changeset: 537057:ea94a4b7ea76
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Thu Jan 03 12:16:16 2008 +0000
description:
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.
diffstat:
net/p5-Net-Server/Makefile | 4 ++--
net/p5-Net-Server/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (26 lines):
diff -r 701fff31bde6 -r ea94a4b7ea76 net/p5-Net-Server/Makefile
--- a/net/p5-Net-Server/Makefile Thu Jan 03 12:10:47 2008 +0000
+++ b/net/p5-Net-Server/Makefile Thu Jan 03 12:16:16 2008 +0000
@@ -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 -r 701fff31bde6 -r ea94a4b7ea76 net/p5-Net-Server/distinfo
--- a/net/p5-Net-Server/distinfo Thu Jan 03 12:10:47 2008 +0000
+++ b/net/p5-Net-Server/distinfo Thu Jan 03 12:16:16 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index