You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tcl.apache.org by mx...@apache.org on 2018/12/18 09:29:52 UTC

[tcl-rivet] branch winbuild updated: commit pkgIndex.tcl update

This is an automated email from the ASF dual-hosted git repository.

mxmanghi pushed a commit to branch winbuild
in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git


The following commit(s) were added to refs/heads/winbuild by this push:
     new 617e24b  commit pkgIndex.tcl update
617e24b is described below

commit 617e24b5e34ede7d2874eee5333893ab77190ef1
Author: Massimo Manghi <mx...@apache.org>
AuthorDate: Tue Dec 18 10:29:32 2018 +0100

    commit pkgIndex.tcl update
---
 ChangeLog                    | 5 +++++
 rivet/pkgIndex.tcl           | 2 +-
 src/mod_rivet_ng/mod_rivet.c | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 92f5b8e..4a27f8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-12-18 Massimo Manghi <mx...@apache.org>
+	* rivet/pkgIndex.tcl: update rivetlib version. The CMake build script doesn't run
+	pkg_mkIndex in order to update this file, so we still have to keep the package version
+	aligned with the those actually provided.
+	
 2018-12-17 Massimo Manghi <mx...@apache.org>
     * VERSION: changing version to 3.2.1 attempting to trigger an appveyor rebuild
 	* src/request/apache_request.c,src/request/apache_multipart_buffer.[c|h]: 
diff --git a/rivet/pkgIndex.tcl b/rivet/pkgIndex.tcl
index db51d5c..a01b7df 100644
--- a/rivet/pkgIndex.tcl
+++ b/rivet/pkgIndex.tcl
@@ -23,7 +23,7 @@ package ifneeded dio_Tdbc 0.1 [list source [file join $dir packages/dio/dio_Tdbc
 package ifneeded form 1.0 [list source [file join $dir packages/form/form.tcl]]
 package ifneeded form 2.1 [list source [file join $dir packages/form/form2.tcl]]
 package ifneeded formbroker 1.0 [list source [file join $dir packages/formbroker/formbroker.tcl]]
-package ifneeded rivetlib 3.2.0 [list load [file join $dir librivetlib.so]]
+package ifneeded rivetlib 3.2.1 [list load [file join $dir librivetlib.so]]
 package ifneeded rivetparser 0.2 [list load [file join $dir librivetparser.so]]
 package ifneeded tclrivet 0.1 [list source [file join $dir packages/tclrivet/tclrivet.tcl]]
 package ifneeded tclrivetparser 0.1 [list source [file join $dir packages/tclrivet/tclrivetparser.tcl]]
diff --git a/src/mod_rivet_ng/mod_rivet.c b/src/mod_rivet_ng/mod_rivet.c
index 12e4c74..97d26e2 100644
--- a/src/mod_rivet_ng/mod_rivet.c
+++ b/src/mod_rivet_ng/mod_rivet.c
@@ -226,7 +226,7 @@ static int
 Rivet_RunServerInit (apr_pool_t *pPool, apr_pool_t *pLog, apr_pool_t *pTemp, server_rec *s)
 {
 #ifdef WIN32
-	char*			   parent_pid_var = NULL;
+	char* parent_pid_var = NULL;
 #endif
     rivet_server_conf* rsc = RIVET_SERVER_CONF( s->module_config );
 


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