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
Christoph Reiter
d6e2c5fdac
python-poetry-core: Update to 2.1.1
2025-03-11 08:28:47 +01:00
Christoph Reiter
30204d75e7
python-flit-core: Update to 3.11.0
2025-03-11 08:26:33 +01:00
Johannes Schindelin
d234a9b007
msys2-runtime: adjust CWD magic to accommodate for the latest Windows previews
...
This is a companion of https://github.com/msys2/msys2-runtime/pull/264 .
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de >
2025-03-11 08:25:50 +01:00
Christoph Reiter
a9f905e6f4
python-setuptools-scm: Update to 8.2.0
2025-03-11 08:25:22 +01:00
Christoph Reiter
0e9957e193
gi-docgen: Update to 2025.3
2025-03-11 08:25:04 +01:00
Christoph Reiter
7a2d2abbec
python-pytest: Update to 8.3.5
2025-03-11 08:22:45 +01:00
Christoph Reiter
cb03681d03
python-trove-classifiers: Update to 2025.3.3.18
2025-03-11 08:22:12 +01:00
Christoph Reiter
dc5a33b95f
python-jinja: Update to 3.1.6
2025-03-11 08:21:34 +01:00
Christoph Reiter
88478b62f7
python-setuptools: Update to 76.0.0
2025-03-11 08:19:32 +01:00
Christoph Reiter
2dcc218284
perl-Mozilla-CA: Update to 20250202
2025-03-11 08:18:14 +01:00
Christoph Reiter
ec18315c57
perl-Test-Warnings: Update to 0.038
2025-03-11 08:17:43 +01:00
Christoph Reiter
1768476724
perl-Error: Update to 0.17030
2025-03-11 08:17:16 +01:00
Christoph Reiter
50576ccfed
perl-Net-DNS: Update to 1.50
2025-03-11 08:16:20 +01:00
Christoph Reiter
93db06c1e9
perl-libwww: Update to 6.78
2025-03-11 08:15:50 +01:00
Christoph Reiter
bf01988648
gtest: Update to 1.16.0
2025-03-11 08:13:23 +01:00