UPDATE: devel/cmake 3.30.1 -> 3.31.2

This commit is contained in:
purplerain 2025-01-27 20:22:19 +00:00
parent ffc4360a2c
commit 15007ad2c6
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
13 changed files with 365 additions and 51 deletions

View file

@ -1,7 +1,7 @@
Index: Source/cmFileCommand.cxx
--- Source/cmFileCommand.cxx.orig
+++ Source/cmFileCommand.cxx
@@ -1870,6 +1870,13 @@ bool HandleDownloadCommand(std::vector<std::string> co
@@ -1931,6 +1931,13 @@ bool HandleDownloadCommand(std::vector<std::string> co
++i;
std::string file;
@ -15,7 +15,7 @@ Index: Source/cmFileCommand.cxx
long timeout = 0;
long inactivity_timeout = 0;
std::string logVar;
@@ -2327,6 +2334,12 @@ bool HandleUploadCommand(std::vector<std::string> cons
@@ -2412,6 +2419,12 @@ bool HandleUploadCommand(std::vector<std::string> cons
cmExecutionStatus& status)
{
#if !defined(CMAKE_BOOTSTRAP)