[mapguide-commits] r10178 - in branches/4.0/MgDev: . Oem/LinuxApt
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Fri Aug 29 02:14:39 PDT 2025
Author: jng
Date: 2025-08-29 02:14:37 -0700 (Fri, 29 Aug 2025)
New Revision: 10178
Added:
branches/4.0/MgDev/Oem/LinuxApt/apache-tomcat-9.0.108.tar.gz
branches/4.0/MgDev/Oem/LinuxApt/apr-1.7.6.tar.bz2
branches/4.0/MgDev/Oem/LinuxApt/httpd-2.4.65.tar.bz2
branches/4.0/MgDev/Oem/LinuxApt/php-8.3.25.tar.bz2
Removed:
branches/4.0/MgDev/Oem/LinuxApt/apache-tomcat-9.0.104.tar.gz
branches/4.0/MgDev/Oem/LinuxApt/apr-1.7.5.tar.bz2
branches/4.0/MgDev/Oem/LinuxApt/httpd-2.4.63.tar.bz2
branches/4.0/MgDev/Oem/LinuxApt/php-8.3.20.tar.bz2
Modified:
branches/4.0/MgDev/Oem/LinuxApt/CMakeLists.txt
branches/4.0/MgDev/cmake_linuxapt.sh
branches/4.0/MgDev/prepare_webtier_components.bat
Log:
Web Tier component updates
- httpd 2.4.63 -> 2.4.65
- php 8.3.20 -> 8.3.25
- apr 1.7.5 -> 1.7.6
- tomcat 9.0.104 -> 9.0.108
Modified: branches/4.0/MgDev/Oem/LinuxApt/CMakeLists.txt
===================================================================
--- branches/4.0/MgDev/Oem/LinuxApt/CMakeLists.txt 2025-08-29 08:56:11 UTC (rev 10177)
+++ branches/4.0/MgDev/Oem/LinuxApt/CMakeLists.txt 2025-08-29 09:14:37 UTC (rev 10178)
@@ -20,7 +20,7 @@
file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/tomcat)
# TODO: Offload tomcat version to top-level var
- execute_process(COMMAND tar -zxf ${CMAKE_CURRENT_SOURCE_DIR}/apache-tomcat-9.0.104.tar.gz -C ${CMAKE_CURRENT_BINARY_DIR}/tomcat --strip-components=1)
+ execute_process(COMMAND tar -zxf ${CMAKE_CURRENT_SOURCE_DIR}/apache-tomcat-9.0.108.tar.gz -C ${CMAKE_CURRENT_BINARY_DIR}/tomcat --strip-components=1)
configure_file(${CMAKE_MODULE_PATH}/../configs/mapguide.xml.in ${CMAKE_CURRENT_BINARY_DIR}/tomcat/conf/Catalina/localhost/mapguide.xml)
# Don't overwrite startup.sh in the CMAKE_CURRENT_BINARY_DIR as the subseqent install will do the same thing
Deleted: branches/4.0/MgDev/Oem/LinuxApt/apache-tomcat-9.0.104.tar.gz
===================================================================
(Binary files differ)
Added: branches/4.0/MgDev/Oem/LinuxApt/apache-tomcat-9.0.108.tar.gz
===================================================================
(Binary files differ)
Index: branches/4.0/MgDev/Oem/LinuxApt/apache-tomcat-9.0.108.tar.gz
===================================================================
--- branches/4.0/MgDev/Oem/LinuxApt/apache-tomcat-9.0.108.tar.gz 2025-08-29 08:56:11 UTC (rev 10177)
+++ branches/4.0/MgDev/Oem/LinuxApt/apache-tomcat-9.0.108.tar.gz 2025-08-29 09:14:37 UTC (rev 10178)
Property changes on: branches/4.0/MgDev/Oem/LinuxApt/apache-tomcat-9.0.108.tar.gz
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Deleted: branches/4.0/MgDev/Oem/LinuxApt/apr-1.7.5.tar.bz2
===================================================================
(Binary files differ)
Added: branches/4.0/MgDev/Oem/LinuxApt/apr-1.7.6.tar.bz2
===================================================================
(Binary files differ)
Index: branches/4.0/MgDev/Oem/LinuxApt/apr-1.7.6.tar.bz2
===================================================================
--- branches/4.0/MgDev/Oem/LinuxApt/apr-1.7.6.tar.bz2 2025-08-29 08:56:11 UTC (rev 10177)
+++ branches/4.0/MgDev/Oem/LinuxApt/apr-1.7.6.tar.bz2 2025-08-29 09:14:37 UTC (rev 10178)
Property changes on: branches/4.0/MgDev/Oem/LinuxApt/apr-1.7.6.tar.bz2
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Deleted: branches/4.0/MgDev/Oem/LinuxApt/httpd-2.4.63.tar.bz2
===================================================================
(Binary files differ)
Added: branches/4.0/MgDev/Oem/LinuxApt/httpd-2.4.65.tar.bz2
===================================================================
(Binary files differ)
Index: branches/4.0/MgDev/Oem/LinuxApt/httpd-2.4.65.tar.bz2
===================================================================
--- branches/4.0/MgDev/Oem/LinuxApt/httpd-2.4.65.tar.bz2 2025-08-29 08:56:11 UTC (rev 10177)
+++ branches/4.0/MgDev/Oem/LinuxApt/httpd-2.4.65.tar.bz2 2025-08-29 09:14:37 UTC (rev 10178)
Property changes on: branches/4.0/MgDev/Oem/LinuxApt/httpd-2.4.65.tar.bz2
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Deleted: branches/4.0/MgDev/Oem/LinuxApt/php-8.3.20.tar.bz2
===================================================================
(Binary files differ)
Added: branches/4.0/MgDev/Oem/LinuxApt/php-8.3.25.tar.bz2
===================================================================
(Binary files differ)
Index: branches/4.0/MgDev/Oem/LinuxApt/php-8.3.25.tar.bz2
===================================================================
--- branches/4.0/MgDev/Oem/LinuxApt/php-8.3.25.tar.bz2 2025-08-29 08:56:11 UTC (rev 10177)
+++ branches/4.0/MgDev/Oem/LinuxApt/php-8.3.25.tar.bz2 2025-08-29 09:14:37 UTC (rev 10178)
Property changes on: branches/4.0/MgDev/Oem/LinuxApt/php-8.3.25.tar.bz2
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: branches/4.0/MgDev/cmake_linuxapt.sh
===================================================================
--- branches/4.0/MgDev/cmake_linuxapt.sh 2025-08-29 08:56:11 UTC (rev 10177)
+++ branches/4.0/MgDev/cmake_linuxapt.sh 2025-08-29 09:14:37 UTC (rev 10178)
@@ -130,10 +130,10 @@
echo "Created LinuxApt working dir at: $LINUXAPT_WORK_DIR"
fi
-PHP_VER=8.3.20
-HTTPD_VER=2.4.63
+PHP_VER=8.3.25
+HTTPD_VER=2.4.65
TC_VER=1.2.50
-APR_VER=1.7.5
+APR_VER=1.7.6
APR_UTIL_VER=1.6.3
HTTPD_PORT=8008
Modified: branches/4.0/MgDev/prepare_webtier_components.bat
===================================================================
--- branches/4.0/MgDev/prepare_webtier_components.bat 2025-08-29 08:56:11 UTC (rev 10177)
+++ branches/4.0/MgDev/prepare_webtier_components.bat 2025-08-29 09:14:37 UTC (rev 10178)
@@ -1,6 +1,6 @@
@echo off
SET SEVENZ=%CD%\BuildTools\WebTools\7-zip\7z.exe
-SET HTTPD_VER=2.4.63
+SET HTTPD_VER=2.4.65
pushd Oem\LinuxApt
:check_httpd
if not exist httpd-%HTTPD_VER% goto unpack_httpd
More information about the mapguide-commits
mailing list