[mapguide-commits] r9429 - in branches/3.1/Installer: . Installers/MapGuide
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Mon Dec 31 01:00:41 PST 2018
Author: jng
Date: 2018-12-31 01:00:41 -0800 (Mon, 31 Dec 2018)
New Revision: 9429
Modified:
branches/3.1/Installer/Installers/MapGuide/MapGuide.wxs
branches/3.1/Installer/build.bat
Log:
RFC 168: Update httpd/PHP version numbers for installer
Modified: branches/3.1/Installer/Installers/MapGuide/MapGuide.wxs
===================================================================
--- branches/3.1/Installer/Installers/MapGuide/MapGuide.wxs 2018-12-31 09:00:21 UTC (rev 9428)
+++ branches/3.1/Installer/Installers/MapGuide/MapGuide.wxs 2018-12-31 09:00:41 UTC (rev 9429)
@@ -46,8 +46,8 @@
</Property>
<Property Id="MGSERVER_IP" Secure="yes" Value="127.0.0.1" />
<Property Id="APACHE_PORT" Secure="yes" Value="8008" />
- <Property Id="APACHE_VERSION" Secure="yes" Value="2.4.29" />
- <Property Id="PHP_VERSION" Secure="yes" Value="5.6.33" />
+ <Property Id="APACHE_VERSION" Secure="yes" Value="2.4.37" />
+ <Property Id="PHP_VERSION" Secure="yes" Value="5.6.39" />
<Property Id="MG_VERSION_MAJOR_MINOR" Secure="yes" Value="3.1" />
<Property Id="APP_POOL_NAME" Secure="yes" Value="MapGuide31AppPool">
<RegistrySearch
Modified: branches/3.1/Installer/build.bat
===================================================================
--- branches/3.1/Installer/build.bat 2018-12-31 09:00:21 UTC (rev 9428)
+++ branches/3.1/Installer/build.bat 2018-12-31 09:00:41 UTC (rev 9429)
@@ -80,9 +80,9 @@
rem ==================================================
rem Web dependencies
rem ==================================================
-SET HTTPD_VERSION=2.4.29
-SET PHP_VERSION=5.6.33
-SET TOMCAT_VERSION=7.0.82
+SET HTTPD_VERSION=2.4.37
+SET PHP_VERSION=5.6.39
+SET TOMCAT_VERSION=7.0.92
SET HTTPD_PACKAGE=httpd-%HTTPD_VERSION%-%PLATFORM_CLR%-VC11.zip
SET TOMCAT_PACKAGE_NAME=apache-tomcat-%TOMCAT_VERSION%
SET TOMCAT_PACKAGE=%MG_OEM%\LinuxApt\%TOMCAT_PACKAGE_NAME%.tar.gz
More information about the mapguide-commits
mailing list