From bfb071561478f3fdeae3111a7237306f4d425a23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Mon, 19 Jan 2026 23:23:00 +0200 Subject: [PATCH] build-mingw-w64, build-busybox: Bump to a newer version This version of mingw-w64 includes the function "mkdtemp", which breaks building the previously pinned version of busybox-w32 on i686. Update both projects in sync, so that builds with newer nightly versions of mingw-w64 also succeed. --- build-busybox.sh | 2 +- build-mingw-w64.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-busybox.sh b/build-busybox.sh index 64bf98f..3304dcc 100755 --- a/build-busybox.sh +++ b/build-busybox.sh @@ -16,7 +16,7 @@ set -e -: ${BUSYBOX_VERSION:=90c68f18dc24fb3919811199f849fa2dc7a75294} +: ${BUSYBOX_VERSION:=1f493261d16be3d984fe8a689f5113dafb6eaaa7} BUILDDIR=build diff --git a/build-mingw-w64.sh b/build-mingw-w64.sh index 975967e..00afdb5 100755 --- a/build-mingw-w64.sh +++ b/build-mingw-w64.sh @@ -18,7 +18,7 @@ set -e : ${DEFAULT_WIN32_WINNT:=0x601} : ${DEFAULT_MSVCRT:=ucrt} -: ${MINGW_W64_VERSION:=de5b7406d2858b378cf5f59728d7b5bacc3faeab} +: ${MINGW_W64_VERSION:=a378a95e00fb78a2a947f01e5aab5ae4ae92fd22} CFGUARD_FLAGS="--enable-cfguard"