[mapguide-commits] r10076 - in trunk/Installer: . Bootstrapper Support/Web/x64

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sun Jun 16 09:24:58 PDT 2024


Author: jng
Date: 2024-06-16 09:24:57 -0700 (Sun, 16 Jun 2024)
New Revision: 10076

Added:
   trunk/Installer/Support/Web/x64/httpd-2.4.59-240605-win64-VS17.zip
   trunk/Installer/Support/Web/x64/php-8.1.29-nts-Win32-vs16-x64.zip
Removed:
   trunk/Installer/Support/Web/x64/httpd-2.4.56-win64-VS16.zip
   trunk/Installer/Support/Web/x64/php-8.1.17-nts-Win32-vs16-x64.zip
Modified:
   trunk/Installer/Bootstrapper/vc_redist.x64.exe
   trunk/Installer/Support/Web/x64/MODULE_VERSIONS.txt
   trunk/Installer/Support/Web/x64/mod_fcgid.so
   trunk/Installer/Support/Web/x64/mod_jk.so
   trunk/Installer/build.bat
Log:
Installer component updates:

 * httpd 2.4.56 -> 2.4.59
 * php 8.1.17 -> 8.1.29
 * mod_jk 1.2.48 -> 1.2.49
 * mod_fcgid (same version, now VS17 build)

Also
 * Update vcredist installer to latest

Modified: trunk/Installer/Bootstrapper/vc_redist.x64.exe
===================================================================
(Binary files differ)

Modified: trunk/Installer/Support/Web/x64/MODULE_VERSIONS.txt
===================================================================
--- trunk/Installer/Support/Web/x64/MODULE_VERSIONS.txt	2024-06-16 15:21:44 UTC (rev 10075)
+++ trunk/Installer/Support/Web/x64/MODULE_VERSIONS.txt	2024-06-16 16:24:57 UTC (rev 10076)
@@ -1,2 +1,2 @@
-mod_jk.so - 1.2.48
+mod_jk.so - 1.2.49
 mod_fcgid.so - 2.3.10
\ No newline at end of file

Deleted: trunk/Installer/Support/Web/x64/httpd-2.4.56-win64-VS16.zip
===================================================================
(Binary files differ)

Added: trunk/Installer/Support/Web/x64/httpd-2.4.59-240605-win64-VS17.zip
===================================================================
(Binary files differ)

Index: trunk/Installer/Support/Web/x64/httpd-2.4.59-240605-win64-VS17.zip
===================================================================
--- trunk/Installer/Support/Web/x64/httpd-2.4.59-240605-win64-VS17.zip	2024-06-16 15:21:44 UTC (rev 10075)
+++ trunk/Installer/Support/Web/x64/httpd-2.4.59-240605-win64-VS17.zip	2024-06-16 16:24:57 UTC (rev 10076)

Property changes on: trunk/Installer/Support/Web/x64/httpd-2.4.59-240605-win64-VS17.zip
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: trunk/Installer/Support/Web/x64/mod_fcgid.so
===================================================================
(Binary files differ)

Modified: trunk/Installer/Support/Web/x64/mod_jk.so
===================================================================
(Binary files differ)

Deleted: trunk/Installer/Support/Web/x64/php-8.1.17-nts-Win32-vs16-x64.zip
===================================================================
(Binary files differ)

Added: trunk/Installer/Support/Web/x64/php-8.1.29-nts-Win32-vs16-x64.zip
===================================================================
(Binary files differ)

Index: trunk/Installer/Support/Web/x64/php-8.1.29-nts-Win32-vs16-x64.zip
===================================================================
--- trunk/Installer/Support/Web/x64/php-8.1.29-nts-Win32-vs16-x64.zip	2024-06-16 15:21:44 UTC (rev 10075)
+++ trunk/Installer/Support/Web/x64/php-8.1.29-nts-Win32-vs16-x64.zip	2024-06-16 16:24:57 UTC (rev 10076)

Property changes on: trunk/Installer/Support/Web/x64/php-8.1.29-nts-Win32-vs16-x64.zip
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: trunk/Installer/build.bat
===================================================================
--- trunk/Installer/build.bat	2024-06-16 15:21:44 UTC (rev 10075)
+++ trunk/Installer/build.bat	2024-06-16 16:24:57 UTC (rev 10076)
@@ -80,11 +80,12 @@
 rem ==================================================
 rem Web dependencies
 rem ==================================================
-SET HTTPD_VERSION=2.4.56
-SET HTTPD_VCVER=VS16
-SET PHP_VERSION=8.1.17
-SET TOMCAT_VERSION=9.0.73
-SET HTTPD_PACKAGE=httpd-%HTTPD_VERSION%-%PLATFORM_WIN%-%HTTPD_VCVER%.zip
+SET HTTPD_VERSION=2.4.59
+SET HTTPD_BUILD=240605
+SET HTTPD_VCVER=VS17
+SET PHP_VERSION=8.1.29
+SET TOMCAT_VERSION=9.0.89
+SET HTTPD_PACKAGE=httpd-%HTTPD_VERSION%-%HTTPD_BUILD%-%PLATFORM_WIN%-%HTTPD_VCVER%.zip
 SET TOMCAT_PACKAGE_NAME=apache-tomcat-%TOMCAT_VERSION%
 SET TOMCAT_PACKAGE=%MG_OEM%\LinuxApt\%TOMCAT_PACKAGE_NAME%.tar.gz
 SET PHP_TS_PACKAGE=php-%PHP_VERSION%-nts-Win32-vs16-%PLATFORM_CLR%.zip



More information about the mapguide-commits mailing list