[mapguide-commits] r10140 - in branches/4.0/MgDev: . Oem/LinuxApt
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Mon May 5 05:45:31 PDT 2025
Author: jng
Date: 2025-05-05 05:45:30 -0700 (Mon, 05 May 2025)
New Revision: 10140
Added:
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
branches/4.0/MgDev/Oem/LinuxApt/tomcat-connectors-1.2.50-src.tar.gz
Removed:
branches/4.0/MgDev/Oem/LinuxApt/apache-tomcat-9.0.89.tar.gz
branches/4.0/MgDev/Oem/LinuxApt/apr-1.7.4.tar.bz2
branches/4.0/MgDev/Oem/LinuxApt/httpd-2.4.62.tar.bz2
branches/4.0/MgDev/Oem/LinuxApt/php-8.1.29.tar.bz2
branches/4.0/MgDev/Oem/LinuxApt/tomcat-connectors-1.2.49-src.tar.gz
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:
#2885: Web Tier component updates
* httpd 2.4.62 -> 2.4.63
* php 8.1.29 -> 8.3.20
* apr 1.7.4 -> 1.7.5
* tomcat 9.0.89 -> 9.0.104
* tomcat-connectors 1.2.49 -> 1.2.50
Modified: branches/4.0/MgDev/Oem/LinuxApt/CMakeLists.txt
===================================================================
--- branches/4.0/MgDev/Oem/LinuxApt/CMakeLists.txt 2025-05-05 12:41:13 UTC (rev 10139)
+++ branches/4.0/MgDev/Oem/LinuxApt/CMakeLists.txt 2025-05-05 12:45:30 UTC (rev 10140)
@@ -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.89.tar.gz -C ${CMAKE_CURRENT_BINARY_DIR}/tomcat --strip-components=1)
+ 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)
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
Added: branches/4.0/MgDev/Oem/LinuxApt/apache-tomcat-9.0.104.tar.gz
===================================================================
(Binary files differ)
Index: branches/4.0/MgDev/Oem/LinuxApt/apache-tomcat-9.0.104.tar.gz
===================================================================
--- branches/4.0/MgDev/Oem/LinuxApt/apache-tomcat-9.0.104.tar.gz 2025-05-05 12:41:13 UTC (rev 10139)
+++ branches/4.0/MgDev/Oem/LinuxApt/apache-tomcat-9.0.104.tar.gz 2025-05-05 12:45:30 UTC (rev 10140)
Property changes on: branches/4.0/MgDev/Oem/LinuxApt/apache-tomcat-9.0.104.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/apache-tomcat-9.0.89.tar.gz
===================================================================
(Binary files differ)
Deleted: branches/4.0/MgDev/Oem/LinuxApt/apr-1.7.4.tar.bz2
===================================================================
(Binary files differ)
Added: branches/4.0/MgDev/Oem/LinuxApt/apr-1.7.5.tar.bz2
===================================================================
(Binary files differ)
Index: branches/4.0/MgDev/Oem/LinuxApt/apr-1.7.5.tar.bz2
===================================================================
--- branches/4.0/MgDev/Oem/LinuxApt/apr-1.7.5.tar.bz2 2025-05-05 12:41:13 UTC (rev 10139)
+++ branches/4.0/MgDev/Oem/LinuxApt/apr-1.7.5.tar.bz2 2025-05-05 12:45:30 UTC (rev 10140)
Property changes on: branches/4.0/MgDev/Oem/LinuxApt/apr-1.7.5.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.62.tar.bz2
===================================================================
(Binary files differ)
Added: branches/4.0/MgDev/Oem/LinuxApt/httpd-2.4.63.tar.bz2
===================================================================
(Binary files differ)
Index: branches/4.0/MgDev/Oem/LinuxApt/httpd-2.4.63.tar.bz2
===================================================================
--- branches/4.0/MgDev/Oem/LinuxApt/httpd-2.4.63.tar.bz2 2025-05-05 12:41:13 UTC (rev 10139)
+++ branches/4.0/MgDev/Oem/LinuxApt/httpd-2.4.63.tar.bz2 2025-05-05 12:45:30 UTC (rev 10140)
Property changes on: branches/4.0/MgDev/Oem/LinuxApt/httpd-2.4.63.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.1.29.tar.bz2
===================================================================
(Binary files differ)
Added: branches/4.0/MgDev/Oem/LinuxApt/php-8.3.20.tar.bz2
===================================================================
(Binary files differ)
Index: branches/4.0/MgDev/Oem/LinuxApt/php-8.3.20.tar.bz2
===================================================================
--- branches/4.0/MgDev/Oem/LinuxApt/php-8.3.20.tar.bz2 2025-05-05 12:41:13 UTC (rev 10139)
+++ branches/4.0/MgDev/Oem/LinuxApt/php-8.3.20.tar.bz2 2025-05-05 12:45:30 UTC (rev 10140)
Property changes on: branches/4.0/MgDev/Oem/LinuxApt/php-8.3.20.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/tomcat-connectors-1.2.49-src.tar.gz
===================================================================
(Binary files differ)
Added: branches/4.0/MgDev/Oem/LinuxApt/tomcat-connectors-1.2.50-src.tar.gz
===================================================================
(Binary files differ)
Index: branches/4.0/MgDev/Oem/LinuxApt/tomcat-connectors-1.2.50-src.tar.gz
===================================================================
--- branches/4.0/MgDev/Oem/LinuxApt/tomcat-connectors-1.2.50-src.tar.gz 2025-05-05 12:41:13 UTC (rev 10139)
+++ branches/4.0/MgDev/Oem/LinuxApt/tomcat-connectors-1.2.50-src.tar.gz 2025-05-05 12:45:30 UTC (rev 10140)
Property changes on: branches/4.0/MgDev/Oem/LinuxApt/tomcat-connectors-1.2.50-src.tar.gz
___________________________________________________________________
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-05-05 12:41:13 UTC (rev 10139)
+++ branches/4.0/MgDev/cmake_linuxapt.sh 2025-05-05 12:45:30 UTC (rev 10140)
@@ -123,10 +123,10 @@
echo "Created LinuxApt working dir at: $LINUXAPT_WORK_DIR"
fi
-PHP_VER=8.1.29
-HTTPD_VER=2.4.62
-TC_VER=1.2.49
-APR_VER=1.7.4
+PHP_VER=8.3.20
+HTTPD_VER=2.4.63
+TC_VER=1.2.50
+APR_VER=1.7.5
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-05-05 12:41:13 UTC (rev 10139)
+++ branches/4.0/MgDev/prepare_webtier_components.bat 2025-05-05 12:45:30 UTC (rev 10140)
@@ -1,6 +1,6 @@
@echo off
SET SEVENZ=%CD%\BuildTools\WebTools\7-zip\7z.exe
-SET HTTPD_VER=2.4.62
+SET HTTPD_VER=2.4.63
pushd Oem\LinuxApt
:check_httpd
if not exist httpd-%HTTPD_VER% goto unpack_httpd
More information about the mapguide-commits
mailing list