2010-07-19 18:55:38 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jul 17 16:22:17 UTC 2010 - chris@computersalat.de
|
|
|
|
|
|
|
|
|
|
- recreated by cpanspec 1.78
|
|
|
|
|
o fix deps
|
|
|
|
|
- noarch pkg
|
|
|
|
|
- added examples to doc
|
|
|
|
|
|
2010-07-19 13:04:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jul 16 15:10:53 CEST 2010 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 0.99
|
|
|
|
|
* Add customizable check_for_spawn and min_child_ttl settings in PreFork (Graham Barr)
|
|
|
|
|
* Add other_child_died_hook (Daniel Kahn Gillmor)
|
|
|
|
|
* Make Multiplex do $mux->add($sock) for UDP sockets (Kristoffer Møllerhøj)
|
|
|
|
|
* Change Net::Server::Daemonize to use kill 0 rather than the unportable `ps`
|
|
|
|
|
* Fix calling conventions of MultiType
|
|
|
|
|
* Avoid select in SSLEAY that was allowing for infinite spin loop
|
|
|
|
|
* Fix tie_stdout mode to not warn about unopen handles.
|
|
|
|
|
* Added Net::Server::HTTP base class for basic HTTP daemon handling.
|
|
|
|
|
* Change examples/httpd to use Net::Server::HTTP
|
|
|
|
|
* Add SSLeay proto - finally a workable SSL solution.
|
|
|
|
|
* Add minimal Net::Server::TiedHandle to allow for STDIN and STDOUT to work with SSLEAY
|
|
|
|
|
* Net::Server::TiedHandle also support tied_stdin_callback and tied_stdout_callback
|
|
|
|
|
* Allow for port => 0 which lets the OS auto assign a port on some OSes (Blackie Hlasek)
|
|
|
|
|
* Add idle_loop_hook to PreForkSimple and PreFork (David Zuhn)
|
|
|
|
|
* Add consistent formatting capabilities to the log method (whethere Syslog is used or not) (David Zuhn)
|
|
|
|
|
* Warn when default listen value is used - try to make it a sensible default (Mark Martinec)
|
|
|
|
|
* Allow for non-zero exit value - particularly when called from fatal (David Schweikert)
|
|
|
|
|
|
2010-01-11 17:05:48 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
|
|
|
|
|
|
|
|
|
|
- enable parallel build
|
|
|
|
|
|
2007-10-08 10:28:09 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Oct 8 09:28:02 CEST 2007 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 0.97
|
|
|
|
|
* Allow for better handling of setlogsock depending upon
|
|
|
|
|
the version of Sys::Syslog installed
|
|
|
|
|
* Update examples with minimal pod and working synopses
|
|
|
|
|
* Added post_client_connection_hook
|
|
|
|
|
|
2007-03-30 14:31:44 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Mar 30 15:59:52 CEST 2007 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 0.96
|
|
|
|
|
* 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)
|
|
|
|
|
* Add handle_syslog_error to allow catching errors
|
|
|
|
|
during syslog writes
|
|
|
|
|
* Add open_syslog to slightly abstract opening of syslog.
|
|
|
|
|
* Add numerous patches to cleanup child accounting in PreFork
|
|
|
|
|
server.
|
|
|
|
|
|
2007-02-16 06:11:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Feb 14 14:11:29 CET 2007 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 0.95
|
|
|
|
|
- Warn clean on the chld hanlder in PreFork.
|
|
|
|
|
* Allow lock_file for lock serialization to only be opened once
|
|
|
|
|
* Add additional log messages during failure in accept
|
|
|
|
|
* Fix double decrement bug in PreFork.pm
|
|
|
|
|
* Fix precedence bug with non-parened open
|
|
|
|
|
* Check setuid better after POSIX setuid
|
|
|
|
|
* Update Syslog options parsing
|
|
|
|
|
* Allow no_client_stdout to work with Multiplex
|
|
|
|
|
* Allow Sys::SysLog keyworks be passed through the ->log method
|
|
|
|
|
* Allow more characters through in syslog_ident
|
|
|
|
|
* Fix Fork server bug which had post_accept_hook called twice
|
|
|
|
|
* 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
|
|
|
|
|
* Don't process STDIN/STDOUT in post_accept if udp_true
|
|
|
|
|
* Cleanup child processing code in PreFork server
|
|
|
|
|
* Try and let tests fail gracefully if localhost is not setup
|
|
|
|
|
properly
|
|
|
|
|
* Add numerous tests for configuration passing.
|
|
|
|
|
* Add perldoc about adding your own custom options
|
|
|
|
|
|
2007-01-15 23:31:21 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Oct 24 14:09:34 CEST 2006 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- add perl-IO-Multiplex to Requires (#207466)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Sep 29 14:38:38 CEST 2006 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 0.94
|
|
|
|
|
* Added the leave_children_open_on_hup flag which leaves
|
|
|
|
|
open connections open when the server is hupped.
|
|
|
|
|
* Allow for port, host, and proto to be passed as arrayrefs
|
|
|
|
|
to run and new.
|
|
|
|
|
* 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.
|
|
|
|
|
* Allow for duplicated STDIN and STDOUT to properly close.
|
|
|
|
|
* Add flag to disable all of the binding of client
|
|
|
|
|
to STDIN and STDOUT.
|
|
|
|
|
* Abstract shutdown_sockets method that is called at the end
|
|
|
|
|
of server_close (to allow for calling in other places).
|
|
|
|
|
* bugfixes
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jan 25 21:39:52 CET 2006 - mls@suse.de
|
|
|
|
|
|
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Dec 8 13:52:08 CET 2005 - sf@suse.de
|
|
|
|
|
|
|
|
|
|
- update to 0.90
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Jul 31 16:21:40 CEST 2005 - cthiel@suse.de
|
|
|
|
|
|
|
|
|
|
- update to version 0.88
|
|
|
|
|
- dropped perl-Net-Server-format-string.diff (fixed in 0.88)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Apr 20 14:38:39 CEST 2005 - sf@suse.de
|
|
|
|
|
|
|
|
|
|
- corrected patch for #78095 - VUL-0
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Apr 18 16:27:20 CEST 2005 - sf@suse.de
|
|
|
|
|
|
|
|
|
|
- fix for #78095 - VUL-0
|
|
|
|
|
check for format string and create formatted string.
|
|
|
|
|
if there is no format string, just take the first string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Feb 26 18:46:05 CET 2004 - choeger@suse.de
|
|
|
|
|
|
|
|
|
|
- update to most recent version 0.87
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Jan 11 13:01:23 CET 2004 - adrian@suse.de
|
|
|
|
|
|
|
|
|
|
- build as user
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Aug 22 15:23:17 CEST 2003 - mjancar@suse.cz
|
|
|
|
|
|
|
|
|
|
- require the perl version we build with
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jul 28 10:57:59 CEST 2003 - choeger@suse.de
|
|
|
|
|
|
|
|
|
|
- use install_vendor and new %perl_process_packlist macro
|
|
|
|
|
- updated to version 0.85
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jun 23 13:45:45 CEST 2003 - ro@suse.de
|
|
|
|
|
|
|
|
|
|
- added directories to filelist
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon May 26 00:18:51 CEST 2003 - ro@suse.de
|
|
|
|
|
|
|
|
|
|
- remove unpackaged files from buildroot
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Dec 2 14:14:48 CET 2002 - sf@suse.de
|
|
|
|
|
|
|
|
|
|
- initial version 0.84
|
|
|
|
|
|