Hello community,

here is the log from the commit of package perl-Net-Server for openSUSE:Factory 
checked in at 2013-02-07 10:46:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Net-Server (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Net-Server.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Net-Server", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Net-Server/perl-Net-Server.changes  
2011-12-06 16:24:21.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Net-Server.new/perl-Net-Server.changes     
2013-02-07 10:46:16.000000000 +0100
@@ -1,0 +2,91 @@
+Tue Feb  5 23:15:27 UTC 2013 - [email protected]
+
+- updated to new upstream version 2.007
+
+- Changelog 2.007  Jan 09 2013
+  * Update run_dequeue to clear out signals after fork.
+  * Add serialize none for PreFork and PreForkSimple servers that at not 
multi-port.
+  * Allow for auto-assigned port to be the same when hostname resolves to 
multiple ips/ipvs (RT #78024)
+  * Fix bug in header parsing (RT #82125)
+  * Fix warning bug (RT #78828)
+  * Fix wrong wantarray context in Proto::TCP (RT #31437)
+  * Simplify _get_commandline to just use $0 - no fishing in proc (RT #80260)
+  * Fix uninitialized begin (RT #78830)
+  * Fix misplaced +2 (RT #78827)
+  * Fix various spelling errors and pod nits (RT #77994)
+  * Allow for log calls from the MUX object (RT #78514)
+  * Give an error at begin time of SSLEAY if the need Fcntl function is not 
available on this platform (RT #82542)
+  * Make all of the tests self cancel much earlier if there is an error 
handling the request.
+  * Add a stronger timeout to PreFork tests - ideally we'd like to find a real 
way to test these one windows (RT #811411, #81993) - still broken - but 
shouldn't hang
+  * Superficial changes to help packagers not list Log4perl as dependency (it 
is optional)
+
+-------------------------------------------------------------------
+Tue Feb  5 23:08:09 UTC 2013 - [email protected]
+
+- Skipped the following upstream releases:
+
+- Changelog 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
+
+- Changelog 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
+
+- Changelog 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
+
+- Changelog 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
+
+- Changelog 2.002  May 31 2012
+  * Make HTTP output header parsing more consistent - and catch more errors
+  * Add exec_cgi and exec_trusted_perl methods to HTTP
+  * Add bugfix for ipv=>"*" combined with UNIX sockets. (Mark Martinec)
+  * Fix the SSL_test.t to use exit rather than quit so the parent departs
+
+- Changelog 2.001  May 30 2012
+  * Bug fix wrong usage of File::Temp::tempfile.
+  * Fix HTTP_COOKIES to be HTTP_COOKIE
+  * Handle multiple header values better in HTTP
+  * Add Log::Log4perl logging courtesy of TONVOON@cpan
+
+- Changelog 2.000  May 30 2012
+  * Bring Net::Server::Proto::SSL back.  It is now fully functional under all 
scenarios, including IPv4 and IPv6
+  * Change Proto interface to allow passing more information.  This represents 
an internal API change.
+  * Updates to the HUP mechanisms to make sure we rebind all types of ports 
correctly.
+  * Add IPv6 integration via ::1 style addresses as well as the ipv 
configuration parameter (Mark Martinec)
+  * Added graceful shutdown (Tatsuhiko Miyagawa)
+  * Added hot deploy via TTIN and TTOU (Tatsuhiko Miyagawa)
+  * Internal code retidying
+  * Finish out support for connecting to ports by service name
+  * Don't loose track of fork and prefork children on a hup - make sure to 
actively wait them off
+  * Correct accept to take a classname, and optionally be called in array 
context
+  * Cleanup numerous configuration issues.
+  * Added sig_passthrough option to Fork, PreFork, and PreForkSimple servers 
allowing for arbitrary signals to propagate to children
+  * Add syswrite/sysread support to SSLEAY (Sergey Zasenko).
+  * Add PSGI module.
+  * Many small accumulated bugfixes.
+
+-------------------------------------------------------------------

Old:
----
  Net-Server-0.99.tar.gz

New:
----
  Net-Server-2.007.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Net-Server.spec ++++++
--- /var/tmp/diff_new_pack.UNYHK4/_old  2013-02-07 10:46:17.000000000 +0100
+++ /var/tmp/diff_new_pack.UNYHK4/_new  2013-02-07 10:46:17.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Net-Server
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Net-Server
-Version:        0.99
+Version:        2.007
 Release:        0
 %define cpan_name Net-Server
 Summary:        Extensible, general Perl server engine

++++++ Net-Server-0.99.tar.gz -> Net-Server-2.007.tar.gz ++++++
++++ 18677 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to