Author: jfrederic.clere(a)jboss.com
Date: 2013-09-07 03:59:48 -0400 (Sat, 07 Sep 2013)
New Revision: 3150
Modified:
trunk/build/patch/httpd-2.2.21.patch
trunk/build/unix/buildsrc.cluster.sh
Log:
Back to mod_cluster 1.2.5.Final.
Modified: trunk/build/patch/httpd-2.2.21.patch
===================================================================
--- trunk/build/patch/httpd-2.2.21.patch 2013-09-07 07:35:22 UTC (rev 3149)
+++ trunk/build/patch/httpd-2.2.21.patch 2013-09-07 07:59:48 UTC (rev 3150)
@@ -132,3 +132,14 @@
# Remove autoconf caches
rm -rf autom4te*.cache aclocal.m4
+--- srclib/mod_cluster/native/include/mod_proxy_cluster.h
++++ srclib/mod_cluster/native/include/mod_proxy_cluster.h
+@@ -28,7 +28,7 @@
+ #ifndef MOD_PROXY_CLUSTER_H
+ #define MOD_PROXY_CLUSTER_H
+
+-#define MOD_CLUSTER_EXPOSED_VERSION "mod_cluster/1.2.5.dev"
++#define MOD_CLUSTER_EXPOSED_VERSION "mod_cluster/1.2.5"
+
+ /* define the values for sticky_force */
+ #define STSESSION 0x01 /* Use sticky session logic (first sessionid and then domain) */
Modified: trunk/build/unix/buildsrc.cluster.sh
===================================================================
--- trunk/build/unix/buildsrc.cluster.sh 2013-09-07 07:35:22 UTC (rev 3149)
+++ trunk/build/unix/buildsrc.cluster.sh 2013-09-07 07:59:48 UTC (rev 3150)
@@ -49,7 +49,7 @@
;;
*)
URLBASE=http://github.com/modcluster/mod_cluster/tarball/${tag}
-
URLBASE=http://github.com/rhusar/mod_cluster/tarball/${tag}
+ #URLBASE=http://github.com/rhusar/mod_cluster/tarball/${tag}
;;
esac
else