diff --git a/msys2-runtime/0001-Fix-msys-library-name-in-import-libraries.patch b/msys2-runtime/0001-Fix-msys-library-name-in-import-libraries.patch index 741ec66fda3..4912e70c338 100644 --- a/msys2-runtime/0001-Fix-msys-library-name-in-import-libraries.patch +++ b/msys2-runtime/0001-Fix-msys-library-name-in-import-libraries.patch @@ -1,4 +1,4 @@ -From 90c6e2f4179de4afb6e67c2d22bd5b21cc28a883 Mon Sep 17 00:00:00 2001 +From 8ff94c8fdb4871e9058a2c9c54d9db52b9150de4 Mon Sep 17 00:00:00 2001 From: Kaleb Barrett Date: Sun, 14 Mar 2021 18:58:55 -0500 Subject: [PATCH 01/N] Fix msys library name in import libraries diff --git a/msys2-runtime/0002-Rename-dll-from-cygwin-to-msys.patch b/msys2-runtime/0002-Rename-dll-from-cygwin-to-msys.patch index d4268de7be9..41085be1d8c 100644 --- a/msys2-runtime/0002-Rename-dll-from-cygwin-to-msys.patch +++ b/msys2-runtime/0002-Rename-dll-from-cygwin-to-msys.patch @@ -1,4 +1,4 @@ -From eb0623c4a1bdaed1395c0a856e41fc1a5f8ffd60 Mon Sep 17 00:00:00 2001 +From 53bb5e0a06c24da8f27f2f26edb3a9ef844a39f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B8=CC=86=20=D0=9F?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=BE=D0=B2?= Date: Sun, 14 Apr 2019 21:09:17 +0300 @@ -277,7 +277,7 @@ index 7303f7e..6ccc19a 100644 w32len = cygheap->installation_key.Length / sizeof (WCHAR); if (w32len diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc -index f79978f..e724e37 100644 +index 138ef5a..3b7f23b 100644 --- a/winsup/cygwin/exceptions.cc +++ b/winsup/cygwin/exceptions.cc @@ -528,14 +528,14 @@ int exec_prepared_command (PWCHAR command) @@ -314,10 +314,10 @@ index 2ff5dfa..11ef78c 100644 /* Create a pipe, and return handles to the read and write ends, just like CreatePipe, but ensure that the write end permits diff --git a/winsup/cygwin/fhandler/pty.cc b/winsup/cygwin/fhandler/pty.cc -index 90f5867..9c3ef21 100644 +index cae047a..6f6164a 100644 --- a/winsup/cygwin/fhandler/pty.cc +++ b/winsup/cygwin/fhandler/pty.cc -@@ -879,7 +879,11 @@ fhandler_pty_slave::open (int flags, mode_t) +@@ -895,7 +895,11 @@ fhandler_pty_slave::open (int flags, mode_t) pipe_reply repl; DWORD len; @@ -329,7 +329,7 @@ index 90f5867..9c3ef21 100644 &cygheap->installation_key, get_minor ()); termios_printf ("dup handles via master control pipe %s", buf); if (!CallNamedPipe (buf, &req, sizeof req, &repl, sizeof repl, -@@ -1141,7 +1145,11 @@ fhandler_pty_slave::reset_switch_to_nat_pipe (void) +@@ -1159,7 +1163,11 @@ fhandler_pty_slave::reset_switch_to_nat_pipe (void) { char pipe[MAX_PATH]; __small_sprintf (pipe, @@ -341,7 +341,7 @@ index 90f5867..9c3ef21 100644 &cygheap->installation_key, get_minor ()); pipe_request req = { GET_HANDLES, GetCurrentProcessId () }; pipe_reply repl; -@@ -1602,9 +1610,15 @@ fhandler_pty_slave::tcflush (int queue) +@@ -1635,9 +1643,15 @@ fhandler_pty_slave::tcflush (int queue) if (queue == TCIFLUSH || queue == TCIOFLUSH) { char pipe[MAX_PATH]; @@ -357,7 +357,7 @@ index 90f5867..9c3ef21 100644 pipe_request req = { FLUSH_INPUT, GetCurrentProcessId () }; pipe_reply repl; DWORD n; -@@ -2036,7 +2050,11 @@ fhandler_pty_master::close (int flag) +@@ -2077,7 +2091,11 @@ fhandler_pty_master::close (int flag) pipe_reply repl; DWORD len; @@ -369,7 +369,7 @@ index 90f5867..9c3ef21 100644 &cygheap->installation_key, get_minor ()); acquire_output_mutex (mutex_timeout); if (master_ctl) -@@ -3007,7 +3025,11 @@ fhandler_pty_master::setup () +@@ -3200,7 +3218,11 @@ fhandler_pty_master::setup () /* Create master control pipe which allows the master to duplicate the pty pipe handles to processes which deserve it. */ @@ -381,7 +381,7 @@ index 90f5867..9c3ef21 100644 &cygheap->installation_key, unit); master_ctl = CreateNamedPipe (buf, PIPE_ACCESS_DUPLEX | FILE_FLAG_FIRST_PIPE_INSTANCE, -@@ -3897,7 +3919,11 @@ fhandler_pty_slave::transfer_input (tty::xfer_dir dir, HANDLE from, tty *ttyp, +@@ -4079,7 +4101,11 @@ fhandler_pty_slave::transfer_input (tty::xfer_dir dir, HANDLE from, tty *ttyp, { char pipe[MAX_PATH]; __small_sprintf (pipe, @@ -452,7 +452,7 @@ index 1e4cf98..b77598b 100644 } \ } \ diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h -index a0e00c4..9e20cba 100644 +index e61fd39..4d41d6f 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -510,7 +510,11 @@ details. */ diff --git a/msys2-runtime/0003-Add-functionality-for-converting-UNIX-paths-in-argum.patch b/msys2-runtime/0003-Add-functionality-for-converting-UNIX-paths-in-argum.patch index b15c40ad19f..f4b1a54930b 100644 --- a/msys2-runtime/0003-Add-functionality-for-converting-UNIX-paths-in-argum.patch +++ b/msys2-runtime/0003-Add-functionality-for-converting-UNIX-paths-in-argum.patch @@ -1,4 +1,4 @@ -From 2d57400716803370f675be9644b7caeaa5282158 Mon Sep 17 00:00:00 2001 +From 11aaade43c20cc000d0cb08a6fc91f183cc5df58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B8=CC=86=20=D0=9F?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=BE=D0=B2?= Date: Sun, 14 Apr 2019 21:17:46 +0300 @@ -1086,7 +1086,7 @@ index 405d4ba..b31dfe4 100644 /* Cover functions to the path conversion routines. diff --git a/winsup/cygwin/spawn.cc b/winsup/cygwin/spawn.cc -index 04e4a40..c973f23 100644 +index 81b99e7..37137bd 100644 --- a/winsup/cygwin/spawn.cc +++ b/winsup/cygwin/spawn.cc @@ -286,6 +286,27 @@ child_info_spawn::worker (const char *prog_arg, const char *const *argv, diff --git a/msys2-runtime/0004-Add-functionality-for-changing-OS-name-via-MSYSTEM-e.patch b/msys2-runtime/0004-Add-functionality-for-changing-OS-name-via-MSYSTEM-e.patch index a0a7a313c25..ac873f28560 100644 --- a/msys2-runtime/0004-Add-functionality-for-changing-OS-name-via-MSYSTEM-e.patch +++ b/msys2-runtime/0004-Add-functionality-for-changing-OS-name-via-MSYSTEM-e.patch @@ -1,4 +1,4 @@ -From 3e3b14f7cb6420898ee474efb13a265e667c3e20 Mon Sep 17 00:00:00 2001 +From e848126e887a2545ace898fe1c1c82089d94ec05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B8=CC=86=20=D0=9F?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=BE=D0=B2?= Date: Sun, 14 Apr 2019 21:29:01 +0300 diff --git a/msys2-runtime/0005-Move-root-to-usr.-Change-sorting-mount-points.-By-de.patch b/msys2-runtime/0005-Move-root-to-usr.-Change-sorting-mount-points.-By-de.patch index 6603a00f8cf..77328f8e101 100644 --- a/msys2-runtime/0005-Move-root-to-usr.-Change-sorting-mount-points.-By-de.patch +++ b/msys2-runtime/0005-Move-root-to-usr.-Change-sorting-mount-points.-By-de.patch @@ -1,4 +1,4 @@ -From 019fb8c4cf598681fbda95233f9f6e9050089dd0 Mon Sep 17 00:00:00 2001 +From 95031f0f62b4b8c671a0fc236784728c1fc9a09e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B8=CC=86=20=D0=9F?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=BE=D0=B2?= Date: Sun, 14 Apr 2019 21:45:06 +0300 diff --git a/msys2-runtime/0006-Instead-of-creating-Cygwin-symlinks-use-deep-copy-by.patch b/msys2-runtime/0006-Instead-of-creating-Cygwin-symlinks-use-deep-copy-by.patch index 82b9b015cd5..1a1b7f8e5de 100644 --- a/msys2-runtime/0006-Instead-of-creating-Cygwin-symlinks-use-deep-copy-by.patch +++ b/msys2-runtime/0006-Instead-of-creating-Cygwin-symlinks-use-deep-copy-by.patch @@ -1,4 +1,4 @@ -From 025bc50592b6a1d3b24b380f04298e3c56fe67aa Mon Sep 17 00:00:00 2001 +From e3afe9be5aa732a82cf3dfe827624e28ebb8e79c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B8=CC=86=20=D0=9F?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=BE=D0=B2?= Date: Sun, 14 Apr 2019 21:47:21 +0300 diff --git a/msys2-runtime/0007-Automatically-rewrite-TERM-msys-to-TERM-cygwin.patch b/msys2-runtime/0007-Automatically-rewrite-TERM-msys-to-TERM-cygwin.patch index ccf38e20cdc..95f36f124cc 100644 --- a/msys2-runtime/0007-Automatically-rewrite-TERM-msys-to-TERM-cygwin.patch +++ b/msys2-runtime/0007-Automatically-rewrite-TERM-msys-to-TERM-cygwin.patch @@ -1,4 +1,4 @@ -From 384856e2d8a54c3408df56d1842bcea4040a77eb Mon Sep 17 00:00:00 2001 +From 04cef96667869c2dea84b150a6e66b8d7680325b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B8=CC=86=20=D0=9F?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=BE=D0=B2?= Date: Sun, 14 Apr 2019 21:48:54 +0300 diff --git a/msys2-runtime/0008-Do-not-convert-environment-for-strace.patch b/msys2-runtime/0008-Do-not-convert-environment-for-strace.patch index 1fa280e915a..7e854d30430 100644 --- a/msys2-runtime/0008-Do-not-convert-environment-for-strace.patch +++ b/msys2-runtime/0008-Do-not-convert-environment-for-strace.patch @@ -1,4 +1,4 @@ -From add7911683d22f75deb9d430749ee80e6be39f44 Mon Sep 17 00:00:00 2001 +From 191e1b845f3da0ee58f4c28ab029e9f9980aa3a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B8=CC=86=20=D0=9F?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=BE=D0=B2?= Date: Sun, 14 Apr 2019 21:50:55 +0300 @@ -10,7 +10,7 @@ Strace is a Windows program so MSYS2 will convert all arguments and environment 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/spawn.cc b/winsup/cygwin/spawn.cc -index c973f23..fe02ce5 100644 +index 37137bd..ac403da 100644 --- a/winsup/cygwin/spawn.cc +++ b/winsup/cygwin/spawn.cc @@ -543,11 +543,13 @@ child_info_spawn::worker (const char *prog_arg, const char *const *argv, diff --git a/msys2-runtime/0009-strace.cc-Don-t-set-MSYS-noglob.patch b/msys2-runtime/0009-strace.cc-Don-t-set-MSYS-noglob.patch index bab1378a090..8713efac037 100644 --- a/msys2-runtime/0009-strace.cc-Don-t-set-MSYS-noglob.patch +++ b/msys2-runtime/0009-strace.cc-Don-t-set-MSYS-noglob.patch @@ -1,4 +1,4 @@ -From 34d346ca4bcfb5feca37e1685d84083501c7657e Mon Sep 17 00:00:00 2001 +From d95ef8acc85810cbc15890d62410186da22e351b Mon Sep 17 00:00:00 2001 From: Ray Donnelly Date: Sun, 23 Aug 2015 20:47:30 +0100 Subject: [PATCH 09/N] strace.cc: Don't set MSYS=noglob diff --git a/msys2-runtime/0010-Add-debugging-for-strace-make_command_line.patch b/msys2-runtime/0010-Add-debugging-for-strace-make_command_line.patch index 8cced885221..968ab0e4e9e 100644 --- a/msys2-runtime/0010-Add-debugging-for-strace-make_command_line.patch +++ b/msys2-runtime/0010-Add-debugging-for-strace-make_command_line.patch @@ -1,4 +1,4 @@ -From e36f87e13318526013736a65cff1eb7031dbf49f Mon Sep 17 00:00:00 2001 +From d5159633bbaabfc6d18cd9d0188964e61ce2598a Mon Sep 17 00:00:00 2001 From: Ray Donnelly Date: Fri, 21 Aug 2015 09:52:47 +0100 Subject: [PATCH 10/N] Add debugging for strace make_command_line diff --git a/msys2-runtime/0011-strace-quiet-be-really-quiet.patch b/msys2-runtime/0011-strace-quiet-be-really-quiet.patch index e13a13eaa11..037feabb72e 100644 --- a/msys2-runtime/0011-strace-quiet-be-really-quiet.patch +++ b/msys2-runtime/0011-strace-quiet-be-really-quiet.patch @@ -1,4 +1,4 @@ -From 42b2b9f0f4b8bfb3d5f3ae07a9ad528a53f9742c Mon Sep 17 00:00:00 2001 +From 0f379db90db25c64ba52c8aeca1c75ebf039121e Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 17 May 2017 18:13:32 +0200 Subject: [PATCH 11/N] strace --quiet: be *really* quiet diff --git a/msys2-runtime/0012-path_conv-special-case-root-directory-to-have-traili.patch b/msys2-runtime/0012-path_conv-special-case-root-directory-to-have-traili.patch index d4b0a3b24f8..7884910e706 100644 --- a/msys2-runtime/0012-path_conv-special-case-root-directory-to-have-traili.patch +++ b/msys2-runtime/0012-path_conv-special-case-root-directory-to-have-traili.patch @@ -1,4 +1,4 @@ -From 9dd7fc900d27a7b5974c935d1076ecc0a177cc16 Mon Sep 17 00:00:00 2001 +From c260ea2fba48859b8f9534e8ed836be2692d4d67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B8=CC=86=20=D0=9F?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=BE=D0=B2?= Date: Sun, 14 Apr 2019 22:13:51 +0300 diff --git a/msys2-runtime/0013-When-converting-to-a-Unix-path-avoid-double-trailing.patch b/msys2-runtime/0013-When-converting-to-a-Unix-path-avoid-double-trailing.patch index 72e1053178a..b77df9592bf 100644 --- a/msys2-runtime/0013-When-converting-to-a-Unix-path-avoid-double-trailing.patch +++ b/msys2-runtime/0013-When-converting-to-a-Unix-path-avoid-double-trailing.patch @@ -1,4 +1,4 @@ -From a5545b367653d132cb80c236a4ac41614a8b5b3d Mon Sep 17 00:00:00 2001 +From 2a753adf0139e5676cab01c72f56c3aea437047f Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Tue, 8 Nov 2022 16:24:20 +0100 Subject: [PATCH 13/N] When converting to a Unix path, avoid double trailing diff --git a/msys2-runtime/0014-msys2_path_conv-pass-PC_NOFULL-to-path_conv.patch b/msys2-runtime/0014-msys2_path_conv-pass-PC_NOFULL-to-path_conv.patch index 65c1166acb9..fbdb4734e85 100644 --- a/msys2-runtime/0014-msys2_path_conv-pass-PC_NOFULL-to-path_conv.patch +++ b/msys2-runtime/0014-msys2_path_conv-pass-PC_NOFULL-to-path_conv.patch @@ -1,4 +1,4 @@ -From 4774fb2f8970936c1a668466f7b8843be6e0acf2 Mon Sep 17 00:00:00 2001 +From ce71ac2aef91ba98b59da54aa8ae662b8cda11ff Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 20 Nov 2022 13:57:36 +0100 Subject: [PATCH 14/N] msys2_path_conv: pass PC_NOFULL to path_conv diff --git a/msys2-runtime/0015-path-conversion-Introduce-ability-to-switch-off-conv.patch b/msys2-runtime/0015-path-conversion-Introduce-ability-to-switch-off-conv.patch index 86967e5e7c2..47d77c501aa 100644 --- a/msys2-runtime/0015-path-conversion-Introduce-ability-to-switch-off-conv.patch +++ b/msys2-runtime/0015-path-conversion-Introduce-ability-to-switch-off-conv.patch @@ -1,4 +1,4 @@ -From 793bb2acd99a7c48e7d62ceeb3db50adb6c0749e Mon Sep 17 00:00:00 2001 +From b2b3e79ba04de8812cd9cd6dc98711a78c2885e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A7=88=EB=88=84=EC=97=98?= Date: Wed, 17 Jun 2015 09:30:41 +0200 Subject: [PATCH 15/N] path-conversion: Introduce ability to switch off diff --git a/msys2-runtime/0016-dcrt0.cc-Untangle-allow_glob-from-winshell.patch b/msys2-runtime/0016-dcrt0.cc-Untangle-allow_glob-from-winshell.patch index f6c5ad00426..a9f3dfa50fe 100644 --- a/msys2-runtime/0016-dcrt0.cc-Untangle-allow_glob-from-winshell.patch +++ b/msys2-runtime/0016-dcrt0.cc-Untangle-allow_glob-from-winshell.patch @@ -1,4 +1,4 @@ -From 0fe7d401a6ce8e01f535ae42870970a9932ab377 Mon Sep 17 00:00:00 2001 +From 3b7481345de6ca893ce3cf019e0ff79c18c5fb5b Mon Sep 17 00:00:00 2001 From: Ray Donnelly Date: Fri, 21 Aug 2015 12:52:09 +0100 Subject: [PATCH 16/N] dcrt0.cc: Untangle allow_glob from winshell diff --git a/msys2-runtime/0017-dcrt0.cc-globify-Don-t-quote-literal-strings-differe.patch b/msys2-runtime/0017-dcrt0.cc-globify-Don-t-quote-literal-strings-differe.patch index abf88fe437c..4cfe73881f7 100644 --- a/msys2-runtime/0017-dcrt0.cc-globify-Don-t-quote-literal-strings-differe.patch +++ b/msys2-runtime/0017-dcrt0.cc-globify-Don-t-quote-literal-strings-differe.patch @@ -1,4 +1,4 @@ -From da4617d45a0c9887ec81dfe7aeadcea11bdf126d Mon Sep 17 00:00:00 2001 +From b58ab8539352385498797dd55740c955ee8c2f40 Mon Sep 17 00:00:00 2001 From: Ray Donnelly Date: Mon, 24 Aug 2015 00:48:06 +0100 Subject: [PATCH 17/N] dcrt0.cc (globify): Don't quote literal strings diff --git a/msys2-runtime/0018-Add-debugging-for-build_argv.patch b/msys2-runtime/0018-Add-debugging-for-build_argv.patch index 6f9c1450a57..f4675e8e712 100644 --- a/msys2-runtime/0018-Add-debugging-for-build_argv.patch +++ b/msys2-runtime/0018-Add-debugging-for-build_argv.patch @@ -1,4 +1,4 @@ -From 17bfb258ed8868aad46405193eed6091eb6cbfa2 Mon Sep 17 00:00:00 2001 +From ec43e0cafe58cc11780c662c797325def04e447c Mon Sep 17 00:00:00 2001 From: Ray Donnelly Date: Fri, 21 Aug 2015 12:18:52 +0100 Subject: [PATCH 18/N] Add debugging for build_argv diff --git a/msys2-runtime/0019-environ.cc-New-facility-environment-variable-MSYS2_E.patch b/msys2-runtime/0019-environ.cc-New-facility-environment-variable-MSYS2_E.patch index 7cd6c44d24f..720a871e10a 100644 --- a/msys2-runtime/0019-environ.cc-New-facility-environment-variable-MSYS2_E.patch +++ b/msys2-runtime/0019-environ.cc-New-facility-environment-variable-MSYS2_E.patch @@ -1,4 +1,4 @@ -From 3d7efd8aeeaa8fe191aca6dfe66ce48380abb75f Mon Sep 17 00:00:00 2001 +From fb2eb431cb8feed7b10636cc80b86b29ddd9fa7f Mon Sep 17 00:00:00 2001 From: Ray Donnelly Date: Sun, 10 Apr 2016 21:47:41 +0100 Subject: [PATCH 19/N] environ.cc: New facility/environment variable @@ -141,7 +141,7 @@ index 4a9f7b9..aed1157 100644 { /* Since we've got regex linked we should maybe switch to that, but diff --git a/winsup/cygwin/spawn.cc b/winsup/cygwin/spawn.cc -index fe02ce5..b3f17a1 100644 +index ac403da..9408903 100644 --- a/winsup/cygwin/spawn.cc +++ b/winsup/cygwin/spawn.cc @@ -287,8 +287,7 @@ child_info_spawn::worker (const char *prog_arg, const char *const *argv, diff --git a/msys2-runtime/0020-Introduce-the-enable_pcon-value-for-MSYS.patch b/msys2-runtime/0020-Introduce-the-enable_pcon-value-for-MSYS.patch index 4162aa455b1..5878c8e8653 100644 --- a/msys2-runtime/0020-Introduce-the-enable_pcon-value-for-MSYS.patch +++ b/msys2-runtime/0020-Introduce-the-enable_pcon-value-for-MSYS.patch @@ -1,4 +1,4 @@ -From a7b6522f49a4a6c8e536cf7225c349fb2bfb784b Mon Sep 17 00:00:00 2001 +From ca37d02964ad2ed07ab5ac31c3d16f02ab5c7826 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Tue, 19 May 2020 13:49:37 +0200 Subject: [PATCH 20/N] Introduce the `enable_pcon` value for `MSYS` diff --git a/msys2-runtime/0021-popen-call-usr-bin-sh-instead-of-bin-sh.patch b/msys2-runtime/0021-popen-call-usr-bin-sh-instead-of-bin-sh.patch index 414318d8cc4..e51635faacb 100644 --- a/msys2-runtime/0021-popen-call-usr-bin-sh-instead-of-bin-sh.patch +++ b/msys2-runtime/0021-popen-call-usr-bin-sh-instead-of-bin-sh.patch @@ -1,4 +1,4 @@ -From f6c8e15c384fe107ad35d1d8f7ec2ceb8c7eb88d Mon Sep 17 00:00:00 2001 +From 33b14c02405054fb7c8d1346be51b8c2e87667ea Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Fri, 5 Jun 2020 20:09:11 +0200 Subject: [PATCH 21/N] popen: call /usr/bin/sh instead of /bin/sh diff --git a/msys2-runtime/0022-Expose-full-command-lines-to-other-Win32-processes-b.patch b/msys2-runtime/0022-Expose-full-command-lines-to-other-Win32-processes-b.patch index 75bd5fa9339..8b1981ef897 100644 --- a/msys2-runtime/0022-Expose-full-command-lines-to-other-Win32-processes-b.patch +++ b/msys2-runtime/0022-Expose-full-command-lines-to-other-Win32-processes-b.patch @@ -1,4 +1,4 @@ -From 4b6770b1b283f955498aad03c43c9668ffd0129c Mon Sep 17 00:00:00 2001 +From 7a40bbe6c31db0bb5823125a9dcef1d82af9386a Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 12 Aug 2020 12:22:38 +0200 Subject: [PATCH 22/N] Expose full command-lines to other Win32 processes by diff --git a/msys2-runtime/0023-Add-a-helper-to-obtain-a-function-s-address-in-kerne.patch b/msys2-runtime/0023-Add-a-helper-to-obtain-a-function-s-address-in-kerne.patch index 976a0f66d66..8ac3ab58cf1 100644 --- a/msys2-runtime/0023-Add-a-helper-to-obtain-a-function-s-address-in-kerne.patch +++ b/msys2-runtime/0023-Add-a-helper-to-obtain-a-function-s-address-in-kerne.patch @@ -1,4 +1,4 @@ -From a0c311788d4ecb3a0c9ec26fcb885db9b0a33a2d Mon Sep 17 00:00:00 2001 +From 9abc090aded870945596c2c52b743389771c6710 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Mon, 16 Apr 2018 14:59:39 +0200 Subject: [PATCH 23/N] Add a helper to obtain a function's address in diff --git a/msys2-runtime/0024-Emulate-GenerateConsoleCtrlEvent-upon-Ctrl-C.patch b/msys2-runtime/0024-Emulate-GenerateConsoleCtrlEvent-upon-Ctrl-C.patch index 987e6f654b7..46f2bc88136 100644 --- a/msys2-runtime/0024-Emulate-GenerateConsoleCtrlEvent-upon-Ctrl-C.patch +++ b/msys2-runtime/0024-Emulate-GenerateConsoleCtrlEvent-upon-Ctrl-C.patch @@ -1,4 +1,4 @@ -From 752cf154d6095a9ed851d258c9c4651b1aaebe30 Mon Sep 17 00:00:00 2001 +From b2413eb042aaa61ea0610eb24e76df46ddbdd834 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Fri, 20 Mar 2015 09:56:28 +0000 Subject: [PATCH 24/N] Emulate GenerateConsoleCtrlEvent() upon Ctrl+C @@ -93,7 +93,7 @@ Signed-off-by: Johannes Schindelin create mode 100644 winsup/cygwin/include/cygwin/exit_process.h diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc -index e724e37..bdbf443 100644 +index 3b7f23b..ca86b36 100644 --- a/winsup/cygwin/exceptions.cc +++ b/winsup/cygwin/exceptions.cc @@ -29,6 +29,7 @@ details. */ @@ -104,9 +104,9 @@ index e724e37..bdbf443 100644 /* Define macros for CPU-agnostic register access. The _CX_foo macros are for access into CONTEXT, the _MC_foo ones for access into -@@ -1654,10 +1655,25 @@ exit_sig: +@@ -1671,10 +1672,25 @@ exit_sig: dosig: - if (have_execed) + if (have_execed && (ch_spawn.iscygwin () || !is_stop_or_cont (si.si_signo))) { - sigproc_printf ("terminating captive process"); - if (::cygheap->ctty) diff --git a/msys2-runtime/0025-kill-kill-Win32-processes-more-gently.patch b/msys2-runtime/0025-kill-kill-Win32-processes-more-gently.patch index 232aa7def17..e26418f890c 100644 --- a/msys2-runtime/0025-kill-kill-Win32-processes-more-gently.patch +++ b/msys2-runtime/0025-kill-kill-Win32-processes-more-gently.patch @@ -1,4 +1,4 @@ -From e8410100c3c97cfebf671c14ad796bdbb1c34bb2 Mon Sep 17 00:00:00 2001 +From 5e1973882af64c8f832fb8995c61691e749165c3 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Fri, 20 Mar 2015 10:01:50 +0000 Subject: [PATCH 25/N] kill: kill Win32 processes more gently diff --git a/msys2-runtime/0026-Cygwin-make-option-for-native-inner-link-handling.patch b/msys2-runtime/0026-Cygwin-make-option-for-native-inner-link-handling.patch index 98cb240ed7e..059c86935a4 100644 --- a/msys2-runtime/0026-Cygwin-make-option-for-native-inner-link-handling.patch +++ b/msys2-runtime/0026-Cygwin-make-option-for-native-inner-link-handling.patch @@ -1,4 +1,4 @@ -From 488d8d8375c6e91d59330dccbe4b551a9b198acc Mon Sep 17 00:00:00 2001 +From 450800bc94e30ead7e75a37535f1c92c080a06d3 Mon Sep 17 00:00:00 2001 From: Jeremy Drake Date: Thu, 22 Jul 2021 11:59:16 -0700 Subject: [PATCH 26/N] Cygwin: make option for native inner link handling. diff --git a/msys2-runtime/0027-docs-skip-building-texinfo-and-PDF-files.patch b/msys2-runtime/0027-docs-skip-building-texinfo-and-PDF-files.patch index 129f142ca69..c2b2f0276dc 100644 --- a/msys2-runtime/0027-docs-skip-building-texinfo-and-PDF-files.patch +++ b/msys2-runtime/0027-docs-skip-building-texinfo-and-PDF-files.patch @@ -1,4 +1,4 @@ -From b89a0ae500855465635a87faf9d2265d973499fb Mon Sep 17 00:00:00 2001 +From a0d53e42dce550f8fe3c82e2d6acb6d3d5016cc9 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Mon, 8 Nov 2021 14:20:07 +0100 Subject: [PATCH 27/N] docs: skip building texinfo and PDF files diff --git a/msys2-runtime/0028-install-libs-depend-on-the-toollibs.patch b/msys2-runtime/0028-install-libs-depend-on-the-toollibs.patch index bf8b0d9175f..0b113d4c90e 100644 --- a/msys2-runtime/0028-install-libs-depend-on-the-toollibs.patch +++ b/msys2-runtime/0028-install-libs-depend-on-the-toollibs.patch @@ -1,4 +1,4 @@ -From c3d121f818005a9db3ffc72f24738478cb2fe20e Mon Sep 17 00:00:00 2001 +From b0fcf02fd8c3769778797ffdace4e4c3560e1199 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Mon, 8 Nov 2021 16:22:57 +0100 Subject: [PATCH 28/N] install-libs: depend on the "toollibs" diff --git a/msys2-runtime/0029-POSIX-ify-the-SHELL-variable.patch b/msys2-runtime/0029-POSIX-ify-the-SHELL-variable.patch index abc91929450..7ef34ee625f 100644 --- a/msys2-runtime/0029-POSIX-ify-the-SHELL-variable.patch +++ b/msys2-runtime/0029-POSIX-ify-the-SHELL-variable.patch @@ -1,4 +1,4 @@ -From bbe177fec8e496499ea817b5ad8799c8fe01762b Mon Sep 17 00:00:00 2001 +From 4e9612ff404cb985068f4943bf7f89f08149442f Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Mon, 23 Nov 2015 20:03:11 +0100 Subject: [PATCH 29/N] POSIX-ify the SHELL variable diff --git a/msys2-runtime/0030-Handle-ORIGINAL_PATH-just-like-PATH.patch b/msys2-runtime/0030-Handle-ORIGINAL_PATH-just-like-PATH.patch index 26fc032730c..11e71bf2368 100644 --- a/msys2-runtime/0030-Handle-ORIGINAL_PATH-just-like-PATH.patch +++ b/msys2-runtime/0030-Handle-ORIGINAL_PATH-just-like-PATH.patch @@ -1,4 +1,4 @@ -From a0f611a08d9544f6d3bd6d3eb4c729f016d58ae1 Mon Sep 17 00:00:00 2001 +From 79885de7271e94f153e0d1b5489178bd1dfcc193 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Tue, 21 Mar 2017 13:18:38 +0100 Subject: [PATCH 30/N] Handle ORIGINAL_PATH just like PATH diff --git a/msys2-runtime/0031-uname-allow-setting-the-system-name-to-CYGWIN.patch b/msys2-runtime/0031-uname-allow-setting-the-system-name-to-CYGWIN.patch index b34901def0f..4d11e9f86cc 100644 --- a/msys2-runtime/0031-uname-allow-setting-the-system-name-to-CYGWIN.patch +++ b/msys2-runtime/0031-uname-allow-setting-the-system-name-to-CYGWIN.patch @@ -1,4 +1,4 @@ -From 370a8b4a7c7b83e8fdccf095f69e4955c4c088c6 Mon Sep 17 00:00:00 2001 +From 2f1036ab84312b99e75b40b8fefda6647ae790c5 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 3 Jul 2022 22:39:32 +0200 Subject: [PATCH 31/N] uname: allow setting the system name to CYGWIN diff --git a/msys2-runtime/0032-Pass-environment-variables-with-empty-values.patch b/msys2-runtime/0032-Pass-environment-variables-with-empty-values.patch index b4a1be682b8..006995c9650 100644 --- a/msys2-runtime/0032-Pass-environment-variables-with-empty-values.patch +++ b/msys2-runtime/0032-Pass-environment-variables-with-empty-values.patch @@ -1,4 +1,4 @@ -From 871d2366367191b6e0ec66cd2793a463937324f6 Mon Sep 17 00:00:00 2001 +From 8fdf34410df3879616f63be0c84cb4d9d10fcf41 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 18 Feb 2015 12:32:17 +0000 Subject: [PATCH 32/N] Pass environment variables with empty values diff --git a/msys2-runtime/0033-Optionally-disallow-empty-environment-values-again.patch b/msys2-runtime/0033-Optionally-disallow-empty-environment-values-again.patch index cac55371069..500c3781d07 100644 --- a/msys2-runtime/0033-Optionally-disallow-empty-environment-values-again.patch +++ b/msys2-runtime/0033-Optionally-disallow-empty-environment-values-again.patch @@ -1,4 +1,4 @@ -From f29cf3d0d034b677ca82b32faf837035d950e02b Mon Sep 17 00:00:00 2001 +From d064b004c854ed080a922e42eadae96d49af61ae Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Tue, 6 Sep 2022 10:40:58 +0200 Subject: [PATCH 33/N] Optionally disallow empty environment values again diff --git a/msys2-runtime/0034-build_env-respect-the-MSYS-environment-variable.patch b/msys2-runtime/0034-build_env-respect-the-MSYS-environment-variable.patch index 59d31baff77..811abf837eb 100644 --- a/msys2-runtime/0034-build_env-respect-the-MSYS-environment-variable.patch +++ b/msys2-runtime/0034-build_env-respect-the-MSYS-environment-variable.patch @@ -1,4 +1,4 @@ -From 443ed3088568cac3631775a5129d92ccaa914e0c Mon Sep 17 00:00:00 2001 +From 9c787666b07fa827401cb3ca90d2ef1d5682e64a Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Tue, 6 Sep 2022 12:18:18 +0200 Subject: [PATCH 34/N] build_env(): respect the `MSYS` environment variable diff --git a/msys2-runtime/0035-Revert-Cygwin-Enable-dynamicbase-on-the-Cygwin-DLL-b.patch b/msys2-runtime/0035-Revert-Cygwin-Enable-dynamicbase-on-the-Cygwin-DLL-b.patch index b91c0c7b298..b1a6164a0ac 100644 --- a/msys2-runtime/0035-Revert-Cygwin-Enable-dynamicbase-on-the-Cygwin-DLL-b.patch +++ b/msys2-runtime/0035-Revert-Cygwin-Enable-dynamicbase-on-the-Cygwin-DLL-b.patch @@ -1,4 +1,4 @@ -From 306baf549c22f9fca65bc42b860c7ea2834bce2e Mon Sep 17 00:00:00 2001 +From 66cfb0c3a613c1ce71f8994e0bd387a116992bb4 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 17 Dec 2022 20:14:49 +0100 Subject: [PATCH 35/N] Revert "Cygwin: Enable dynamicbase on the Cygwin DLL by diff --git a/msys2-runtime/0036-Avoid-sharing-cygheaps-across-Cygwin-versions.patch b/msys2-runtime/0036-Avoid-sharing-cygheaps-across-Cygwin-versions.patch index abc3f328299..ab66eea8d58 100644 --- a/msys2-runtime/0036-Avoid-sharing-cygheaps-across-Cygwin-versions.patch +++ b/msys2-runtime/0036-Avoid-sharing-cygheaps-across-Cygwin-versions.patch @@ -1,4 +1,4 @@ -From 35c1c7c647fd120d6abcd53027ef819cf7091bf2 Mon Sep 17 00:00:00 2001 +From 546c331200102194eeb5299ba498eabc5eefdd01 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Mon, 30 Jan 2023 23:22:22 +0100 Subject: [PATCH 36/N] Avoid sharing cygheaps across Cygwin versions @@ -116,10 +116,10 @@ index 4d622cd..33cad1e 100644 strace.activate (false); res = NULL; diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc -index 30779cf..5caf97e 100644 +index 4ff0596..dda1a71 100644 --- a/winsup/cygwin/sigproc.cc +++ b/winsup/cygwin/sigproc.cc -@@ -893,7 +893,7 @@ int child_info::retry_count = 0; +@@ -897,7 +897,7 @@ int child_info::retry_count = 0; child_info::child_info (unsigned in_cb, child_info_types chtype, bool need_subproc_ready): msv_count (0), cb (in_cb), intro (PROC_MAGIC_GENERIC), diff --git a/msys2-runtime/0037-uname-report-msys2-runtime-commit-hash-too.patch b/msys2-runtime/0037-uname-report-msys2-runtime-commit-hash-too.patch index 7895f602488..a24d62a6563 100644 --- a/msys2-runtime/0037-uname-report-msys2-runtime-commit-hash-too.patch +++ b/msys2-runtime/0037-uname-report-msys2-runtime-commit-hash-too.patch @@ -1,4 +1,4 @@ -From c9aee6465d63495e80262b58c5a0ce140ea428df Mon Sep 17 00:00:00 2001 +From adee13c744f1c9a39b0dbdd55a845650c28683de Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Tue, 21 Feb 2023 16:36:36 +0100 Subject: [PATCH 37/N] uname: report msys2-runtime commit hash, too diff --git a/msys2-runtime/0038-Cygwin-Adjust-CWD-magic-to-accommodate-for-the-lates.patch b/msys2-runtime/0038-Cygwin-Adjust-CWD-magic-to-accommodate-for-the-lates.patch index 7ca4a010300..b3648f9fe25 100644 --- a/msys2-runtime/0038-Cygwin-Adjust-CWD-magic-to-accommodate-for-the-lates.patch +++ b/msys2-runtime/0038-Cygwin-Adjust-CWD-magic-to-accommodate-for-the-lates.patch @@ -1,4 +1,4 @@ -From 6e9c4de938756df482bc008a3e4335fd02ecdcf5 Mon Sep 17 00:00:00 2001 +From cb25225067cab8b62263f3a2a48dad3e32a91af0 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Mon, 22 May 2023 13:36:27 +0200 Subject: [PATCH 38/N] Cygwin: Adjust CWD magic to accommodate for the latest diff --git a/msys2-runtime/0039-Cygwin-Fix-segfault-when-XSAVE-area-sizes-are-unalig.patch b/msys2-runtime/0039-Cygwin-Fix-segfault-when-XSAVE-area-sizes-are-unalig.patch index 5ad65758eaf..36fa41d0788 100644 --- a/msys2-runtime/0039-Cygwin-Fix-segfault-when-XSAVE-area-sizes-are-unalig.patch +++ b/msys2-runtime/0039-Cygwin-Fix-segfault-when-XSAVE-area-sizes-are-unalig.patch @@ -1,4 +1,4 @@ -From f2802c5fefd4276aab87c8043cc9834a9b1d3808 Mon Sep 17 00:00:00 2001 +From aa532e7bbf59a3ec1e29e13c9e8515d545cb2e16 Mon Sep 17 00:00:00 2001 From: Pip Cet Date: Thu, 12 Mar 2026 08:17:27 +0100 Subject: [PATCH 39/N] Cygwin: Fix segfault when XSAVE area sizes are diff --git a/msys2-runtime/PKGBUILD b/msys2-runtime/PKGBUILD index 22b24ee600b..e6d692d8643 100644 --- a/msys2-runtime/PKGBUILD +++ b/msys2-runtime/PKGBUILD @@ -3,8 +3,8 @@ pkgbase=msys2-runtime pkgname=('msys2-runtime' 'msys2-runtime-devel') -pkgver=3.6.7 -pkgrel=2 +pkgver=3.6.9 +pkgrel=1 pkgdesc="Cygwin POSIX emulation engine" arch=('x86_64') url="https://www.cygwin.com/" @@ -69,47 +69,47 @@ source=('msys2-runtime'::git://sourceware.org/git/newlib-cygwin.git#tag=cygwin-$ 0037-uname-report-msys2-runtime-commit-hash-too.patch 0038-Cygwin-Adjust-CWD-magic-to-accommodate-for-the-lates.patch 0039-Cygwin-Fix-segfault-when-XSAVE-area-sizes-are-unalig.patch) -sha256sums=('ce144fea2ed9896fc950e811a52ea384d55bad7804b703c1a483b53ae8def0c6' - 'f62650edff96d34beac4a1d10a38807b86d679560aee58ac758a15b2d86059a6' - 'fd5fca07f5febedd4be73af01613847568aec1e6dd1f0aa39658f9c946ae2812' - 'c5d502a01a7206ef26572674cc081e71c11e4796b1ffae7ee06c8afd546abf53' - '432af98a8df514b3dbf2c6d6a82f19b561b40b109466f8eecc2c74ad5cc03b86' - '72cfb4385f25b7396c82c490d128306684ba6378994d943935a1d4fac202c696' - '09b42b2bdab0dbb8cdbc9816f9ef40283f0d089b87aee17335ca74f4949b2443' - '32bdf069a0880a8ce7762fdafebc6c859d4546fa6f019970a459b4303fbb97be' - 'd7472488226f951d193772894228d54096b935fff7de2effeca9da1c68b09051' - 'd458a01c7453a1dd089dac1c379c8f045ab4ca2c22cfe0facbed9c349fa1b048' - 'f56f878f77bfff04a393e7a80b032a4632f07394a2a5896cca7586ad9ce446ca' - '843046638a1aa66ca198d3ac8e9d46c09d8b3d45659596044a669c82250c7e7e' - '7fd9911c61d60da00f14a91c80bfaf5d31189abd9c6b2303db699cc8f79e86a4' - '304a1db5f1e505c06c299653b9d560781aeb634ddfe0f155048f2ce8d18978c9' - '22e0b7068d815d1845aac5340bd4af1acc59f0aac828d3c4425f278c041ca674' - 'c3bd4f1da6b9cb3b4e34b8cb9443b294bf231caf7d7d3c006d6d966baa5eb8f1' - '0f71da0368a7c03c022e7e826092cf2e8163e5a558629c8be5db9d19779e308c' - 'eb4e1390b3a166c59f4afb3a081885c892afe5dfd31b0750f7e7bdc72df68a7a' - '08ad456dfbdfc33b716661d41c8aebc1ac8316f15901f2b0ee28980a9e534f55' - 'defe6068832c51707b31f6653f49240560c49a008aa83d7dcf681d38e3c01a30' - '289a36d261ad0e25499038f369ce5330b6f6460e9b9faf408f4719c37e50e968' - '3c8eba3a74d76bc0b388a73be3973673e3c5ca5d451f2ea4ae8099b0dcbf6821' - 'c6fc86baa4321a8fa200317e453e32eb55db9e1fa2b5da14c5e91fec9ed50dc8' - '667de1ea4bb5b4531eb9efe0e0ac672bd5fecd669ddca15a4a00536aa100a503' - 'f3541ff3ca6a068dda6a20f9d8eaa12be1d5c790b1e4991bd9dd288f2cb69d8d' - '4ba3ab99fdb342320b1d266140b3ca87c849490fb88f8ce68c7cced6e88966b4' - '31113eed3c26d2ae9d22f44c85719652d983d3481fb65ef5c3b20e37bd848d5f' - 'f38112b7fd64fba1c67a4272bcc62e58fe60a060215355c24a9c64d53823257a' - 'f94643f002e21e928480537848c3351202e722782de505553d8b7b4cf6486686' - '6452c6448fe1628c6b24ef873167197e27c963fcf90474a63fc297a9543cb614' - '2d6da0dbb9628f92141c10a32ec312e682b2ea2fee212db67b7c315edb9a3bfe' - 'c89977277fff41c54730f7e746923bdb87c0de773c57c1e0a35650c3d01ee604' - '0cf17a60deeb802ea4f5db31f9502aa3a57fa692e3116ec67033236a59647564' - 'cca947da31c6e78045b9de0e7d0a5bbd3202e7e4da281db578e6d07ba65b97d9' - '00a37153211dfa6ca123c7f8735b503581720aba15dd8be83383b15209081c17' - 'f013ae55eca6869386c29769fd6e7ddb8b96152f1c0743b97beb5f5f56054398' - '8e6724cd002b5591e997526d0ef7d5060a6729d1952a46c99c344a4aedca09af' - '84397a12626727131753c924638b6992740723e346b9499263aeec8cec76aca8' - '524f0c9922d8ac8398ef6ee8050afee157c8c93b24d4056826db36e406861ab2' - '15541ccdf894510421b22a6bc901d1fb8da278a4101435b4a7b1ec2a211f84e2' - '8244f4bb7890db0e87ec9aa21ff58989ca7cf6162f27ea782d72e3d0039545d9') +sha256sums=('f05acd30000aa003b1bb040cdf24ac4c85e85d0bc924126e5cafc66de975342d' + '5f9262953542e823f7b5535257936dab5209d472aabd379b14584fe45c5311c8' + 'eae9773ed4d226f1938aceb4e0f25047ff3844758677a2c0f8a8b98bd7701015' + 'ed02e5bd61ac289e8c28c921bd71c7fa1a84f551a7f148ef622c51e06a49de51' + '0ee828e4e50cbe51d3fbdfa79d84224c3a78b1fff09bac8daf3cd6ee7ee2c75a' + 'e9f102b493346ce1e5d6225c1ea4b2f36c5c8ba84eb71099ac6715912aa8b440' + 'e9e8248687c125e8eb4a1fc45bac267c47d93827e2b8874eafb79eb2e63dfa1b' + '248767e78c49c8ab2b91743c34789178b1c9668b1fed77da79f40f12bbf2be19' + '2639cfbcb80e5da6bc2a8ad41f47c4894bbdfc89a148d126f3b713a9b47f0368' + '2b83d85a6ca2a96ef3c8ab56c3d23a3084024c919a718f171f139c590cdcdf7d' + 'da2eeb7ae75ad1ffabf431900056729790e7f440a3da33bfa7edb8f7a2b3921c' + 'e7336da9c905170735ff9de8c0562191b8c1c71aed221b934eb48a9b793e602d' + '2619e6ad1f68c3070328f0d10e33d681bc8f9e9189923618971b18838fda8260' + 'c9bd56116558518eedf8c8a3575760e309632fe2dd7bb32366b80a8a153a69db' + '560eb571bfff79cc3f75cae2870809ec294c40f79cdfd8a65d94eb555c3a13b2' + '2733ac838a2d635d12e179df6468af0b428d847482c52b1f09632ef6dc0bf836' + '25ef519613a5493bd64fe0007eab9e231a1cbcabd76b1b3c98ae839b40f04256' + '880652020b2b97ce404af188ce542f3afebaba0b8ed7171001ab6aa62b507450' + 'd646ceead203dd39c6fdfc295b62898e55cc9b235e0d581881f8299626be084b' + 'e1de2e93c61b9043c1fbbf1a9d7af2043339ffde0e1af3eaafb4592b0086be62' + 'bd001e24fd8edff62d27029b285514f0226ebb6d0fbcff6910bbf5987ca4c0b2' + 'ab95c51ae637668634c1a4cfc2d95f5feafab06a4d02db2df686d9bbe6800f34' + '904759986984643f153d30ed376f9e3d29ee471e7d023b544935f76597c9a966' + '53fd297e4ea2caa56ae967a94be48699977760d7c3ee5c96719518f9b978340a' + '89ae31bc2bb3ceb0720db2f7c9f564907d8f59c267f20ce342d8e35ee80c5eb8' + '9677dfccbf64eae5fd69444bb260e6401cbcd0a01955c967bf016baf0e899a96' + '9db2b2535f0518d0ec5cbdbc18ef0256f0524218d1bdda3e56406c797bf2cb31' + 'a96eed1e9ecd32591fd553eff27165360bb41b5e545be75aee898ef753681b58' + '375164a1b411fa35e2040877ba8d388782df4b9c9b1e54292855b19d91df835e' + 'a65149f3ba075ea39f03aecc18902f6be43ab9d7e9df235a954f9b512a9468cd' + '4aa0c3fd37f1c63a20a9b9b8eda6953447061aa03391ac633d48e999a589ba5d' + '5e0e292da05344e8cf1e30aeb35345738159caadea1f008e8237789570ec8616' + '803c54e37f1cba31462bdc1e4bb03d133281627df32f8dc1052088e12549e808' + '0151534a25b34891a574e479bda9617291d1050ddaf56d5fd79e29b3cf2d15f8' + '938ab09de563e50d189a70ed526f57ddffb544af930904526ebf3e22c60ce2d8' + '3decd0d0e4d5fc15e5d997c587a80b7d164709ed55e543f16bd6acdcd9747228' + 'c4d0e7f8910b75a11f4221fa73098fee23737d2c91957703283c83a9b53607ae' + '69803c6c6dc6939ec27c71dc3fc21fc9d71cb6475f5a0c395f73a8027b733fe6' + '9d991051bf5ce05fc882fb8bfc5b6c2239e7eb0cbe71b1db61c52599b581da9c' + '9256c38f9d41e37b31d080df14f1d49633caa1e5a17a3e7234d5c2ac67e191a7' + '8f7fa3b5b61921be8ea51b6b7d158e1d024c2e70261db9078ae0c207471143c2') # Helper macros to help make tasks easier # apply_patch_with_msg() { diff --git a/msys2-runtime/msys2-runtime.commit b/msys2-runtime/msys2-runtime.commit index ecf71857e7c..61292ce885b 100644 --- a/msys2-runtime/msys2-runtime.commit +++ b/msys2-runtime/msys2-runtime.commit @@ -1 +1 @@ -f2802c5fefd4276aab87c8043cc9834a9b1d3808 +aa532e7bbf59a3ec1e29e13c9e8515d545cb2e16