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

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Mar 20 05:44:29 PDT 2023


Author: jng
Date: 2023-03-20 05:44:29 -0700 (Mon, 20 Mar 2023)
New Revision: 10032

Added:
   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
Removed:
   trunk/Installer/Support/Web/x64/httpd-2.4.53-win64-VS16.zip
   trunk/Installer/Support/Web/x64/php-8.1.11-nts-Win32-vs16-x64.zip
Modified:
   trunk/Installer/build.bat
Log:
Installer component updates:

 - httpd 2.4.53 -> 2.4.56
 - PHP 8.1.11 -> 8.1.17

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

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

Index: trunk/Installer/Support/Web/x64/httpd-2.4.56-win64-VS16.zip
===================================================================
--- trunk/Installer/Support/Web/x64/httpd-2.4.56-win64-VS16.zip	2023-03-20 12:42:15 UTC (rev 10031)
+++ trunk/Installer/Support/Web/x64/httpd-2.4.56-win64-VS16.zip	2023-03-20 12:44:29 UTC (rev 10032)

Property changes on: trunk/Installer/Support/Web/x64/httpd-2.4.56-win64-VS16.zip
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Deleted: trunk/Installer/Support/Web/x64/php-8.1.11-nts-Win32-vs16-x64.zip
===================================================================
(Binary files differ)

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

Index: trunk/Installer/Support/Web/x64/php-8.1.17-nts-Win32-vs16-x64.zip
===================================================================
--- trunk/Installer/Support/Web/x64/php-8.1.17-nts-Win32-vs16-x64.zip	2023-03-20 12:42:15 UTC (rev 10031)
+++ trunk/Installer/Support/Web/x64/php-8.1.17-nts-Win32-vs16-x64.zip	2023-03-20 12:44:29 UTC (rev 10032)

Property changes on: trunk/Installer/Support/Web/x64/php-8.1.17-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	2023-03-20 12:42:15 UTC (rev 10031)
+++ trunk/Installer/build.bat	2023-03-20 12:44:29 UTC (rev 10032)
@@ -80,10 +80,10 @@
 rem ==================================================
 rem Web dependencies
 rem ==================================================
-SET HTTPD_VERSION=2.4.53
+SET HTTPD_VERSION=2.4.56
 SET HTTPD_VCVER=VS16
-SET PHP_VERSION=8.1.11
-SET TOMCAT_VERSION=9.0.37
+SET PHP_VERSION=8.1.17
+SET TOMCAT_VERSION=9.0.73
 SET HTTPD_PACKAGE=httpd-%HTTPD_VERSION%-%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