Commit Graph

10414 Commits

Author SHA1 Message Date
Christoph Reiter
bb910d908d msys2-runtime: more backports
See https://github.com/msys2/msys2-runtime/issues/272
2025-03-30 11:52:55 +02:00
Christoph Reiter
0cc378b430 libfido2: build with ninja 2025-03-30 09:55:44 +02:00
Christoph Reiter
af7b37b526 expat: Update to 2.7.1 2025-03-30 09:42:42 +02:00
Christoph Reiter
30cba86e27 libxml2: Update to 2.13.7 2025-03-30 09:42:19 +02:00
Christoph Reiter
c10389f485 cmake-bootstrap: Update to 4.0.0
and fix the license
2025-03-30 08:57:22 +02:00
Christoph Reiter
29bffdb077 cmake: Update to 4.0.0
and fix the license
2025-03-30 08:57:22 +02:00
Christoph Reiter
6d09519bbf msys2-runtime: backport pipe hang fix
See https://github.com/msys2/msys2-runtime/pull/271

So we can build GIMP until we have an upstream fix
2025-03-29 22:43:02 +01:00
Christoph Reiter
8d22551c2a nnn: makedep on pkgconf
the makefile complains about it:
https://github.com/msys2/MSYS2-packages/pull/5282#issuecomment-2758932197
2025-03-29 21:59:49 +01:00
Christoph Reiter
b39e0103a9 unrar: Update to 7.1.6 2025-03-25 21:35:59 +01:00
Christoph Reiter
07bfce28de nnn: Update to 5.1 2025-03-25 21:35:39 +01:00
Christoph Reiter
d7686a96c5 ed: Update to 1.21.1 2025-03-25 21:35:18 +01:00
Christoph Reiter
b068a78f65 xz: Update to 5.8.0 2025-03-25 21:34:58 +01:00
Christoph Reiter
e082348259 mingw-w64-cross: Update to 850703ae46 2025-03-24 08:42:27 +01:00
Christoph Reiter
b491d912d6 iperf: Update to 2.2.1
fix is included in the new release
2025-03-24 07:48:24 +01:00
Christoph Reiter
c7c2646ea7 ncdu: Update to 1.22 2025-03-24 07:48:06 +01:00
Christoph Reiter
0b73b00a12 python-setuptools: Update to 78.0.0 2025-03-24 07:47:49 +01:00
Christoph Reiter
4e450935a1 mpfr: Update to 4.2.2 2025-03-24 07:47:11 +01:00
Christoph Reiter
0ef1788fb0 tzcode: Update to 2025b 2025-03-24 07:46:48 +01:00
Christoph Reiter
69505087d2 pkgconf: Update to 2.4.3 2025-03-24 07:46:28 +01:00
Christoph Reiter
dd690f02e3 libidn: Update to 1.43 2025-03-24 07:46:07 +01:00
Christoph Reiter
7e7a666ccb ccache: Update to 4.11.2 2025-03-24 07:45:38 +01:00
Biswapriyo Nath
c87e69767d mintty: update to 3.7.8 2025-03-22 12:48:59 +05:30
jeremyd2019
2a11d5a568 Merge pull request #5269 from dscho/msys2-runtime-tty-restore-previous-mode
msys2-runtime: really restores the previous console mode after spawning a non-MSYS process
2025-03-21 17:50:11 -07:00
Johannes Schindelin
04202bd717 msys2-runtime: console: tty::restore really restores the previous mode
Previously, tty::restore sets the console mode to a predetermined
console mode that is widely common for many non-cygwin console apps.
So, if a non-cygwin app that is started from cygwin process changes
the console mode and executes cygwin sub-process, the console mode
is changed to the predetermined mode rather than being restored the
original mode that is set by the non-cygwin app.
With this patch, the console mode is stored when a cygwin process is
started from non-cygwin app, then tty::restore restores the previous
console mode that is used by the previous non-cygwin app when the
cygwin app exits.

This is a companion of https://github.com/msys2/msys2-runtime/pull/269.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2025-03-21 17:51:22 +01:00
Johannes Schindelin
30a68e6a73 msys2-runtime: record the correct commit in msys2-runtime.commit
The `HEAD` symbolic ref is supposed to be the one of cygwin/cygwin, not
the one we want to record.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2025-03-21 17:48:17 +01:00
ognevnydemon
b2349e2bcd libblake3: update to 1.7.0
remove patch, fixed upstream
2025-03-20 22:28:16 +01:00
Jeremy Drake
1b78b87f18 msys2-runtime: update to 3.6.0 2025-03-20 21:34:35 +01:00
Jeremy Drake
930e892fc7 msys2-runtime: record the current msys2-rutime commit
The HEAD commit is recorded by update-patches.sh in
msys2-runtime.commit, and the contents of that file are passed to the
--with-msys2-runtime-commit configure argument, so that uname -r shows
the msys2-runtime commit hash rather than the commit hash of the
upstream Cygwin tag.

Fixes #5223

Co-authored-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2025-03-20 21:34:35 +01:00
Christoph Reiter
27ccbb6557 libidn2: Update to 2.3.8 2025-03-16 19:57:29 +01:00
Christoph Reiter
253fbb30e6 git: Update to 2.49.0 2025-03-16 07:59:03 +01:00
Christoph Reiter
f86107e940 libblake3: use windows asm under cygwin; disable avx512
the first one made it crash when using asm, the later
avoids it failing to link at build time
2025-03-15 08:21:03 +01:00
Christoph Reiter
96e876c3e2 file: backport fixes from Arch 2025-03-14 14:47:58 +01:00
Christoph Reiter
36c6435a54 libassuan: rebuilds 2025-03-14 14:47:37 +01:00
Christoph Reiter
c0bbc377f9 libassuan: Update to 3.0.2
Provide the old DLL to keep our build tooling working
for the transition.
2025-03-14 14:47:37 +01:00
Gork
4b81bdac38 fmt: Update to 11.1.4 (#5254) 2025-03-14 09:43:56 +01:00
Christoph Reiter
9452926a0c unrar: Update to 7.1.5 (#5256) 2025-03-14 09:37:22 +01:00
Christoph Reiter
a37b56be18 upx: Update to 5.0.0 (#5257) 2025-03-14 09:37:03 +01:00
Christoph Reiter
f295c79576 expat: Update to 2.7.0 (#5255) 2025-03-14 09:00:08 +01:00
Christoph Reiter
05563c751f libxslt: Update to 1.1.43 (#5252) 2025-03-13 09:17:21 +01:00
Christoph Reiter
fa34f030f9 Merge pull request #5245 from lazka/ccache-4.11
ccache: Update to 4.11
2025-03-13 09:10:05 +01:00
Christoph Reiter
5feac36d52 Merge pull request #5250 from lazka/libblake3-1.6.1
libblake3: Add 1.6.1
2025-03-11 09:21:31 +01:00
Christoph Reiter
d8d12e9676 Merge pull request #5249 from lazka/python-updates-4
Some Python updates
2025-03-11 09:20:32 +01:00
Christoph Reiter
132cdd3835 Merge pull request #5248 from dscho/msys2-runtime-fast-cwd-ptr
msys2-runtime: adjust CWD magic to accommodate for the latest Windows previews
2025-03-11 09:18:03 +01:00
Christoph Reiter
d83f0b91a4 Merge pull request #5247 from lazka/perl-updates-7
Some Perl updates
2025-03-11 09:17:40 +01:00
Christoph Reiter
874555d4fd libblake3: Add 1.6.1 2025-03-11 09:06:41 +01:00
Christoph Reiter
314e15842d Merge pull request #5246 from lazka/gtest-1.16.0
gtest: Update to 1.16.0
2025-03-11 08:34:45 +01:00
Christoph Reiter
e6ceed9217 python-certifi: Update to 2025.1.31 2025-03-11 08:33:30 +01:00
Christoph Reiter
20fba0edc5 python-mako: Update to 1.3.9 2025-03-11 08:32:04 +01:00
Christoph Reiter
cfe223205b python-pip: Update to 25.0.1 2025-03-11 08:31:16 +01:00
Christoph Reiter
8b6b16a4a4 python-lxml: Update to 5.3.1 2025-03-11 08:29:05 +01:00