[mapguide-commits] r10141 - in trunk/Installer: . Bootstrapper Support/Web/x64
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Mon May 5 05:47:37 PDT 2025
Author: jng
Date: 2025-05-05 05:47:35 -0700 (Mon, 05 May 2025)
New Revision: 10141
Added:
trunk/Installer/Support/Web/x64/httpd-2.4.63-250207-win64-VS17.zip
trunk/Installer/Support/Web/x64/php-8.3.20-nts-Win32-vs16-x64.zip
Removed:
trunk/Installer/Support/Web/x64/httpd-2.4.62-240718-win64-VS17.zip
trunk/Installer/Support/Web/x64/php-8.1.29-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_jk.so
trunk/Installer/build.bat
Log:
#2885: Installer component updates
* httpd 2.4.62 -> 2.4.63
* php 8.1.29 -> 8.3.20
* tomcat-connectors 1.2.49 -> 1.2.50
* Updated vc_redist installer with latest package
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 2025-05-05 12:45:30 UTC (rev 10140)
+++ trunk/Installer/Support/Web/x64/MODULE_VERSIONS.txt 2025-05-05 12:47:35 UTC (rev 10141)
@@ -1,2 +1,2 @@
-mod_jk.so - 1.2.49
+mod_jk.so - 1.2.50
mod_fcgid.so - 2.3.10
\ No newline at end of file
Deleted: trunk/Installer/Support/Web/x64/httpd-2.4.62-240718-win64-VS17.zip
===================================================================
(Binary files differ)
Added: trunk/Installer/Support/Web/x64/httpd-2.4.63-250207-win64-VS17.zip
===================================================================
(Binary files differ)
Index: trunk/Installer/Support/Web/x64/httpd-2.4.63-250207-win64-VS17.zip
===================================================================
--- trunk/Installer/Support/Web/x64/httpd-2.4.63-250207-win64-VS17.zip 2025-05-05 12:45:30 UTC (rev 10140)
+++ trunk/Installer/Support/Web/x64/httpd-2.4.63-250207-win64-VS17.zip 2025-05-05 12:47:35 UTC (rev 10141)
Property changes on: trunk/Installer/Support/Web/x64/httpd-2.4.63-250207-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_jk.so
===================================================================
(Binary files differ)
Deleted: trunk/Installer/Support/Web/x64/php-8.1.29-nts-Win32-vs16-x64.zip
===================================================================
(Binary files differ)
Added: trunk/Installer/Support/Web/x64/php-8.3.20-nts-Win32-vs16-x64.zip
===================================================================
(Binary files differ)
Index: trunk/Installer/Support/Web/x64/php-8.3.20-nts-Win32-vs16-x64.zip
===================================================================
--- trunk/Installer/Support/Web/x64/php-8.3.20-nts-Win32-vs16-x64.zip 2025-05-05 12:45:30 UTC (rev 10140)
+++ trunk/Installer/Support/Web/x64/php-8.3.20-nts-Win32-vs16-x64.zip 2025-05-05 12:47:35 UTC (rev 10141)
Property changes on: trunk/Installer/Support/Web/x64/php-8.3.20-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 2025-05-05 12:45:30 UTC (rev 10140)
+++ trunk/Installer/build.bat 2025-05-05 12:47:35 UTC (rev 10141)
@@ -80,11 +80,11 @@
rem ==================================================
rem Web dependencies
rem ==================================================
-SET HTTPD_VERSION=2.4.62
-SET HTTPD_BUILD=240718
+SET HTTPD_VERSION=2.4.63
+SET HTTPD_BUILD=250207
SET HTTPD_VCVER=VS17
-SET PHP_VERSION=8.1.29
-SET TOMCAT_VERSION=9.0.89
+SET PHP_VERSION=8.3.20
+SET TOMCAT_VERSION=9.0.104
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
More information about the mapguide-commits
mailing list