summaryrefslogtreecommitdiff
path: root/net/p5-Net-Server
diff options
context:
space:
mode:
authoradrianp <adrianp>2006-09-13 21:07:55 +0000
committeradrianp <adrianp>2006-09-13 21:07:55 +0000
commit1a8d059f9f3e69c3a1c1599017184503fbdc677c (patch)
tree3aea4f28c6ecf72dff81d4e3b0cb1b4fd57e4b2d /net/p5-Net-Server
parenta977e7d055924248e926ca7fe1a1da6847ae4d68 (diff)
downloadpkgsrc-1a8d059f9f3e69c3a1c1599017184503fbdc677c.tar.gz
Update to 0.94
0.94 Jul 08 2006 - Add nofatal to Sys::Syslog::openlog if Sys::Syslog version >= 0.15 (thanks to DSCHWEI on cpan) - Added the leave_children_open_on_hup flag which leaves open connections open when the server is hupped. It is false by default. - Make sure new and run can both take a hash or a hashref of values. - More fixes to HUP under taint (thanks to LUPE on cpan) - Allow for port, host, and proto to be passed as arrayrefs to run and new. - Fix bug in a check for dead child processes algorithm in PreFork server (thanks to Michael Virnstein). 0.93 Mar 23 2006 - Allow for get sock info routines to use $peer->{client} rather than STDIN which may not be set if the "no_client_stdout" flag is set. (thanks to Mark Martinec for pointing this out) 0.92 Mar 13 2006 - Allow for duplicated STDIN and STDOUT to properly close. Previously they closed because they were simple symbol globs. Now they need an explicit close be cause they are opened to the client socket's file descriptors. - Add flag to disable all of the binding of client to STDIN and STDOUT 0.91 Mar 08 2006 - Abstract shutdown_sockets method that is called at the end of server_close (to allow for calling in other places). - Make sure close_children unsets the overridden signals in the forked and preforked servers. - Better handling of STDIN and STDOUT as provided by tye on perlmonks in response to Ben Cohen's question (in node http://www.perlmonks.org/?node_id=534791) - Finally added a new method. - Added much missing perldoc. - Pass parameters to ->run the second time it is called. This allows for multitype to handle more parameters - but needs to be tested for all use cases (it could result in array fields getting multiple entries which should be fine in most cases). Thanks to Aron Ujvari for pointing this out. - Add default_values method (suggested by Malte S. Stretz). - Fix udp_broadcast issue (fix by Rob Mueller) 0.90 Dec 05 2005 - Make HUP work correctly on Multiplex server. - Allow socket files to cleanup correctly. - Allow Net::Server::Daemonize to function properly in Taint mode again (broken in .88). - Add ->commandline method to allow for getting and setting the commandline for use during a HUP. This is to allow for untainting as necessary. - Add ->can_read_hook (see the documentation) to allow for processing of arbitrary handles in accept_multi_port. 0.89 Nov 22 2005 - Added SSL_passwd_cb to Proto/SSL.pm (Irving A. Bermudez S.) - Fix rt #13450 which is caused by broken POSIX::setuid on perl 5.8.0 on RedHat 9.0. - Allow for graceful skipping if a port is configured twice in the configuration file. - Allow tests that can pass to pass on Win32 (skip those that cannot) - Allow "-" in user names. (Carl Lewis) - Add Reuse = 1 to Proto::UDP. (Slaven Rezic) - Allow for udp_broadcast setting in Proto::UDP. (Tim Watt) - Add bug note to Proto::SSL (Christopher A Bongaarts) - setsid property is now boolean rather than checking definedness. - Command line parameters override conf file parameters. - Store command line a little better in preparation for HUP.
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 6dce0f4a26b..f5449ad685e 100644
--- a/net/p5-Net-Server/Makefile
+++ b/net/p5-Net-Server/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2006/03/04 21:30:22 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2006/09/13 21:07:55 adrianp Exp $
#
-DISTNAME= Net-Server-0.88
+DISTNAME= Net-Server-0.94
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5nts
-PKGREVISION= 1
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 eb9a252c46b..bf183eb0c75 100644
--- a/net/p5-Net-Server/distinfo
+++ b/net/p5-Net-Server/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2005/06/27 11:14:36 wiz Exp $
+$NetBSD: distinfo,v 1.7 2006/09/13 21:07:55 adrianp Exp $
-SHA1 (Net-Server-0.88.tar.gz) = 627ac494bb1f6688061f42cd91eff6f69aceac4a
-RMD160 (Net-Server-0.88.tar.gz) = 2534a39b733697449b939628ebbc8635aec9bec3
-Size (Net-Server-0.88.tar.gz) = 71089 bytes
+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