[mapguide-commits] r10083 - in branches/4.0/MgDev: . Oem/LinuxApt

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Jul 23 02:33:06 PDT 2024


Author: jng
Date: 2024-07-23 02:33:04 -0700 (Tue, 23 Jul 2024)
New Revision: 10083

Added:
   branches/4.0/MgDev/Oem/LinuxApt/httpd-2.4.62.tar.bz2
Removed:
   branches/4.0/MgDev/Oem/LinuxApt/httpd-2.4.59.tar.bz2
Modified:
   branches/4.0/MgDev/cmake_linuxapt.sh
   branches/4.0/MgDev/prepare_webtier_components.bat
Log:
Web tier component updates:

 * httpd 2.4.59 -> 2.4.62

Deleted: branches/4.0/MgDev/Oem/LinuxApt/httpd-2.4.59.tar.bz2
===================================================================
(Binary files differ)

Added: branches/4.0/MgDev/Oem/LinuxApt/httpd-2.4.62.tar.bz2
===================================================================
(Binary files differ)

Index: branches/4.0/MgDev/Oem/LinuxApt/httpd-2.4.62.tar.bz2
===================================================================
--- branches/4.0/MgDev/Oem/LinuxApt/httpd-2.4.62.tar.bz2	2024-07-18 02:02:40 UTC (rev 10082)
+++ branches/4.0/MgDev/Oem/LinuxApt/httpd-2.4.62.tar.bz2	2024-07-23 09:33:04 UTC (rev 10083)

Property changes on: branches/4.0/MgDev/Oem/LinuxApt/httpd-2.4.62.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	2024-07-18 02:02:40 UTC (rev 10082)
+++ branches/4.0/MgDev/cmake_linuxapt.sh	2024-07-23 09:33:04 UTC (rev 10083)
@@ -120,7 +120,7 @@
 fi
 
 PHP_VER=8.1.29
-HTTPD_VER=2.4.59
+HTTPD_VER=2.4.62
 TC_VER=1.2.49
 APR_VER=1.7.4
 APR_UTIL_VER=1.6.3

Modified: branches/4.0/MgDev/prepare_webtier_components.bat
===================================================================
--- branches/4.0/MgDev/prepare_webtier_components.bat	2024-07-18 02:02:40 UTC (rev 10082)
+++ branches/4.0/MgDev/prepare_webtier_components.bat	2024-07-23 09:33:04 UTC (rev 10083)
@@ -1,6 +1,6 @@
 @echo off
 SET SEVENZ=%CD%\BuildTools\WebTools\7-zip\7z.exe
-SET HTTPD_VER=2.4.59
+SET HTTPD_VER=2.4.62
 pushd Oem\LinuxApt
 :check_httpd
 if not exist httpd-%HTTPD_VER% goto unpack_httpd



More information about the mapguide-commits mailing list