You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@tcl.apache.org by mx...@apache.org on 2013/03/23 11:19:55 UTC

svn commit: r1460123 - in /tcl/rivet/branches/debian-apache2.2: changelog patches/mod-rivet-child-exit-msg.patch patches/series

Author: mxmanghi
Date: Sat Mar 23 10:19:55 2013
New Revision: 1460123

URL: http://svn.apache.org/r1460123
Log:
latest changes after having packaged 2.1.1

Added:
    tcl/rivet/branches/debian-apache2.2/patches/mod-rivet-child-exit-msg.patch
Modified:
    tcl/rivet/branches/debian-apache2.2/changelog
    tcl/rivet/branches/debian-apache2.2/patches/series

Modified: tcl/rivet/branches/debian-apache2.2/changelog
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/debian-apache2.2/changelog?rev=1460123&r1=1460122&r2=1460123&view=diff
==============================================================================
--- tcl/rivet/branches/debian-apache2.2/changelog (original)
+++ tcl/rivet/branches/debian-apache2.2/changelog Sat Mar 23 10:19:55 2013
@@ -1,3 +1,13 @@
+libapache2-mod-rivet (2.1.1-1) unstable; urgency=low
+
+  * New upstream release 2.1.1
+  * Unapplied patches now incorporated in the original source code
+  * Standards revised to conform new version 3.9.4
+  * Package section changed to 'httpd' and priority changed to 'optional' 
+    as recommended by Debian's latest changes to policy
+
+ -- Massimo Manghi <mx...@apache.org>  Thu, 28 Feb 2013 22:18:57 +0100
+
 libapache2-mod-rivet (2.1.0-1) unstable; urgency=low
 
   * New upstream release 2.1.0

Added: tcl/rivet/branches/debian-apache2.2/patches/mod-rivet-child-exit-msg.patch
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/debian-apache2.2/patches/mod-rivet-child-exit-msg.patch?rev=1460123&view=auto
==============================================================================
--- tcl/rivet/branches/debian-apache2.2/patches/mod-rivet-child-exit-msg.patch (added)
+++ tcl/rivet/branches/debian-apache2.2/patches/mod-rivet-child-exit-msg.patch Sat Mar 23 10:19:55 2013
@@ -0,0 +1,22 @@
+Adding log message to check when a child process exists. This message should help to detect when and if a child process crashes on exit as they use to do when also mod_websh was loaded, before the call to Tcl_Finalized was removed
+--- a/src/apache-2/mod_rivet.c
++++ b/src/apache-2/mod_rivet.c
+@@ -1550,17 +1550,15 @@
+ static apr_status_t
+ Rivet_ChildExit(void *data)
+ {
+-    char        *errmsg = MODNAME ": Running ChildExit handler";
+     server_rec  *s = (server_rec*) data;
+ 
++    ap_log_error(APLOG_MARK, APLOG_DEBUG, APR_EGENERAL, s, MODNAME ": Running ChildExit handler");
+     Rivet_ChildHandlers(s, 0);
+ 
+ /* Tcl_Finalize remove to meet requirement to coexist with mod_websh (Bug #54162) */
+ 
+     //Tcl_Finalize();
+ 
+-
+-    ap_log_error(APLOG_MARK, APLOG_DEBUG, APR_EGENERAL, s, errmsg );
+     return OK;
+ }
+ 

Modified: tcl/rivet/branches/debian-apache2.2/patches/series
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/debian-apache2.2/patches/series?rev=1460123&r1=1460122&r2=1460123&view=diff
==============================================================================
--- tcl/rivet/branches/debian-apache2.2/patches/series (original)
+++ tcl/rivet/branches/debian-apache2.2/patches/series Sat Mar 23 10:19:55 2013
@@ -1 +1,2 @@
+mod-rivet-child-exit-msg.patch
 doc-nohtmlremove.patch



---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: site-cvs-help@tcl.apache.org