Commit Graph

52850 Commits

Author SHA1 Message Date
Biswapriyo Nath
23a0f33f80 kdeconnect: Fix building with newer qt6 2025-11-08 00:13:39 +05:30
Dirk Stolle
935a7cfd33 zizmor: update to 1.16.3 2025-11-07 18:51:33 +01:00
Dirk Stolle
fddd65bff8 python-cerberus: update to 1.3.8 2025-11-07 18:37:47 +01:00
Dirk Stolle
64b13e6ecc glab: update to 1.76.2 2025-11-07 18:34:55 +01:00
Johannes Schindelin
7669bba63e tk: avoid a segmentation fault
There is code in Tk that emulates structured exception handling even
when `gcc` does not support the common `__try { ... } __except`
constructs. This code is written in assembler (so far, only i686 and
x86_64 variants exist, for aarch64 the entire `TkFinalize()` call is
skipped "since we don't have corresponding assembler-code", see
https://github.com/tcltk/tk/blob/core-8-6-17/win/tkWin32Dll.c#L127.

However, it seems that with one of the recent mingw-w64-gcc upgrades in
the MSYS2 project (between Tk v8.6.16 and v8.6.17, `gcc.exe` was updated
nine times, from 14.2.0-3 to 15.2.0-8), _some_ optimization was
introduced that interacts badly with that assember code, and as a
consequence there is a segmentation fault after `TkFinalize()` is called
from `DllMain()` upon `DLL_PROCESS_DETACH`.

This affects Git for Windows because `gitk` and Git GUI are both Tk
programs, and both of them reliably exit with a segmentation fault now.

Let's work around this, for now. It does seem as if the segmentation
fault can be avoided simply by downgrading optimization from `-O2` to
`-O1` when compiling the `tkWin32Dll.c` file specifically.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2025-11-07 18:29:03 +01:00
Dirk Stolle
6ced6e2751 basedpyright: update to 1.33.0 2025-11-07 18:14:38 +01:00
Dirk Stolle
edea5fb8f8 qwen-code: update to 0.1.5 2025-11-07 18:12:09 +01:00
Christoph Reiter
a7e5ed974d libbotan: Update to 3.10.0 2025-11-07 18:10:56 +01:00
Christoph Reiter
6564c677f5 sox-ng: Update to 14.6.1.2 2025-11-07 18:08:51 +01:00
Biswapriyo Nath
83c529e8e4 kde-apps: update to 25.08.3 2025-11-07 15:03:59 +00:00
Rafal
ed6370edf9 starpu: update to 1.4.9 and rebuild pastix (#26258)
* starpu: Bump pkgver from 1.4.8 to 1.4.9

* pastix: Bump pkgrel from 3 to 4 in PKGBUILD
2025-11-07 10:44:18 +01:00
llm96
dd6de6394b glaze: update to 6.0.2 (#26283) 2025-11-07 09:16:27 +01:00
Christoph Reiter
4d2bf8d750 harfbuzz: Update to 12.2.0 (#26282) 2025-11-07 09:15:58 +01:00
Hash
8b6440d1be pinentry: update to 1.3.2 (#26280)
* enable qt6
* drop qt5
2025-11-07 09:15:27 +01:00
Emma
48bc985a41 gst-plugins-rs: Add dependency on gst-plugins-bad (#26281)
Fixes #26263
2025-11-07 09:13:38 +01:00
مهدي شينون (Mehdi Chinoune)
c90f11f501 Fix download link for qt5 packages. 2025-11-06 22:13:24 +01:00
ognevnydemon
475ae79349 cargo-msrv: try again with CLANGARM64 2025-11-06 21:19:05 +03:00
ognevnydemon
94e5002e07 edit: update to 1.2.1, use rustup for build 2025-11-06 21:19:05 +03:00
ognevnydemon
ff53f5b4be turbo: use rustup for build 2025-11-06 21:19:05 +03:00
Maksim Bondarenkov
5ee0a55de5 bottom: update to 0.11.3 2025-11-06 20:18:20 +03:00
Maksim Bondarenkov
738d14bfec zed: update to 0.211.5 2025-11-06 20:16:09 +03:00
Biswapriyo Nath
b9ba62531e unrar: update to 7.2.1
Remove workaround for comsupp library which now provided by mingw-w64.
2025-11-06 18:57:18 +05:30
Markus Mützel
1dc7de052d suitesparse: update to 7.12.1 2025-11-06 13:25:45 +01:00
Maksim Bondarenkov
045b5d3917 jj: update to 0.35.0 (#26275) 2025-11-06 08:59:14 +03:00
Maksim Bondarenkov
6fe93052c9 rust: build wasm std separately (#26247) 2025-11-06 08:39:33 +03:00
مهدي شينون (Mehdi Chinoune)
ba2aa68a04 python-icu: update to 2.16 2025-11-06 06:15:28 +01:00
Dirk Stolle
bd9c1f7c2f python-alembic: update to 1.17.1 2025-11-06 05:44:00 +01:00
Dirk Stolle
a4c620feda mopac: update to 23.2.2 2025-11-06 05:38:02 +01:00
Christoph Reiter
385fa7317c curl: Update to 8.17.0
0001-Make-cURL-relocatable.patch: refresh, changed
in eefd03c572
2025-11-06 05:03:23 +01:00
Dirk Stolle
9b34463568 brotli: split Python package into separate PKGBUILD
This seems to be required, because otherwise the normal brotli
package would makedepend on python-installer and the check step
in the CI would complain about the strip option not being
disabled. However, you don't want to do that for the normal
brotli package.
2025-11-06 04:38:17 +01:00
Dirk Stolle
28adbfcf1e brotli: update to 1.2.0 2025-11-06 04:38:17 +01:00
Dirk Stolle
a8506b1521 python-django: update to 5.2.8 2025-11-06 03:54:41 +01:00
Dirk Stolle
0c641a9c42 python-{boto3,botocore}: update to 1.40.67 2025-11-06 03:54:41 +01:00
Dirk Stolle
d17e974618 python-hypothesis: update to 6.146.0 2025-11-06 03:54:41 +01:00
Dirk Stolle
54efc941fc tslib: update to 1.24 2025-11-06 03:50:44 +01:00
Dirk Stolle
ed6a8e5f41 go: update to 1.25.4 2025-11-06 03:20:41 +01:00
Dirk Stolle
c3e9af4b4c yaml-cpp: adjust sed expression in pkgver() for yaml-cpp tags 2025-11-06 02:52:17 +01:00
Hegyi László
5504300866 yaml-cpp: move to latest available commit
Upstream haven't had a release in a while, and there is no sight that
one is coming, update to latest available commit on git upstream.
2025-11-06 02:52:17 +01:00
Dirk Stolle
33b3351fa0 qwen-code: update to 0.1.4 2025-11-06 00:11:51 +01:00
Dirk Stolle
2db717d563 cython: update to 3.2.0 2025-11-06 00:09:35 +01:00
Maksim Bondarenkov
0ee232687b zed: update to 0.211.4 2025-11-06 00:03:04 +01:00
مهدي شينون (Mehdi Chinoune)
3afc4eeda6 wxwidgets: bump pkgrel for previous change. 2025-11-05 22:00:33 +01:00
مهدي شينون (Mehdi Chinoune)
6bcb812a76 wxwidgets3.2: Add resource compiler to wx-config 2025-11-05 21:59:27 +01:00
Christoph Reiter
a7e5871cbd sqlite3: Update to 3.51.0 (#26259) 2025-11-05 20:49:43 +01:00
Miloš Komarčević
794bf6e50a openexr: update to 3.4.3 (#26260) 2025-11-05 20:43:55 +01:00
مهدي شينون (Mehdi Chinoune)
a72a8057bd gw: fix dependencies. 2025-11-05 13:40:40 +01:00
Maksim Bondarenkov
fff241eff5 minidump-stackwalk: update to 0.26.1 2025-11-05 09:35:12 +03:00
oscarfv
9d6fa89477 llvm: update to 21.1.5 (#26248) 2025-11-05 07:03:55 +01:00
Dirk Stolle
f58b1e0643 robin-map: update to 1.4.1 2025-11-05 05:54:16 +01:00
Dirk Stolle
05ca3b045f python-{boto3,botocore}: update to 1.40.66 2025-11-05 05:30:53 +01:00