[mapguide-commits] r5184 - branches/2.2/MgDev/Oem/LinuxApt

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Thu Sep 23 19:28:17 EDT 2010


Author: trevorwekel
Date: 2010-09-23 23:28:17 +0000 (Thu, 23 Sep 2010)
New Revision: 5184

Added:
   branches/2.2/MgDev/Oem/LinuxApt/apache-tomcat-6.0.26.tar.gz
   branches/2.2/MgDev/Oem/LinuxApt/httpd-2.2.15.tar.gz
   branches/2.2/MgDev/Oem/LinuxApt/tomcat-connectors-1.2.30-src.tar.gz
Removed:
   branches/2.2/MgDev/Oem/LinuxApt/apache-tomcat-6.0.14.tar.gz
   branches/2.2/MgDev/Oem/LinuxApt/tomcat-connectors-1.2.25-src.tar.gz
Modified:
   branches/2.2/MgDev/Oem/LinuxApt/build_apt.sh
Log:
Ticket #1447 Upgrade to Apache 2.2.15 and Tomcat 6.0.26 for 2.2 release
- Perform upgrade for Linux


Deleted: branches/2.2/MgDev/Oem/LinuxApt/apache-tomcat-6.0.14.tar.gz
===================================================================
(Binary files differ)

Added: branches/2.2/MgDev/Oem/LinuxApt/apache-tomcat-6.0.26.tar.gz
===================================================================
(Binary files differ)


Property changes on: branches/2.2/MgDev/Oem/LinuxApt/apache-tomcat-6.0.26.tar.gz
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + application/octet-stream

Modified: branches/2.2/MgDev/Oem/LinuxApt/build_apt.sh
===================================================================
--- branches/2.2/MgDev/Oem/LinuxApt/build_apt.sh	2010-09-23 19:54:29 UTC (rev 5183)
+++ branches/2.2/MgDev/Oem/LinuxApt/build_apt.sh	2010-09-23 23:28:17 UTC (rev 5184)
@@ -120,8 +120,8 @@
 # Notes: none
 #**********************************************************
 echo Apache Httpd build started
-tar -zxf httpd-2.2.11.tar.gz
-pushd httpd-2.2.11
+tar -zxf httpd-2.2.15.tar.gz
+pushd httpd-2.2.15
 ./configure --prefix=$INSTALLWEB/apache2 --enable-mods-shared=all \
 --enable-cache --enable-mem-cache --enable-disk-cache --enable-file-cache \
 --enable-ldap --with-ldap --enable-authnz-ldap \
@@ -155,7 +155,7 @@
 # Notes: none
 #**********************************************************
 echo Apache install started
-pushd httpd-2.2.11
+pushd httpd-2.2.15
 make install
 check_apache_install
 popd
@@ -226,8 +226,8 @@
 #**********************************************************
 if [ "$TOMCAT" = "1" ]; then
 echo Tomcat connector build/install started
-tar -zxf tomcat-connectors-1.2.25-src.tar.gz
-pushd tomcat-connectors-1.2.25-src/native
+tar -zxf tomcat-connectors-1.2.30-src.tar.gz
+pushd tomcat-connectors-1.2.30-src/native
 
 ./configure --with-apxs=$INSTALLWEB/apache2/bin/apxs
 check_tomcat_build
@@ -245,10 +245,11 @@
 #**********************************************************
 if [ "$TOMCAT" = "1" ]; then
 echo Tomcat install started
-tar -zxf apache-tomcat-6.0.14.tar.gz -C $INSTALLWEB
+tar -zxf apache-tomcat-6.0.26.tar.gz -C $INSTALLWEB
 check_tomcat_install
 pushd $INSTALLWEB
-mv apache-tomcat-6.0.14 tomcat
+rm -rf tomcat
+mv apache-tomcat-6.0.26 tomcat
 check_tomcat_install
 popd
 echo Tomcat install completed

Added: branches/2.2/MgDev/Oem/LinuxApt/httpd-2.2.15.tar.gz
===================================================================
(Binary files differ)


Property changes on: branches/2.2/MgDev/Oem/LinuxApt/httpd-2.2.15.tar.gz
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + application/octet-stream

Deleted: branches/2.2/MgDev/Oem/LinuxApt/tomcat-connectors-1.2.25-src.tar.gz
===================================================================
(Binary files differ)

Added: branches/2.2/MgDev/Oem/LinuxApt/tomcat-connectors-1.2.30-src.tar.gz
===================================================================
(Binary files differ)


Property changes on: branches/2.2/MgDev/Oem/LinuxApt/tomcat-connectors-1.2.30-src.tar.gz
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + application/octet-stream



More information about the mapguide-commits mailing list