From: Yu Watanabe Date: Wed, 20 May 2026 16:30:43 +0000 (+0900) Subject: README: bump required minimum version of musl to 1.2.6 X-Git-Tag: v261-rc1~60^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f405aa53c3f07f4d144bc88aa549f97e06f12c03;p=thirdparty%2Fsystemd.git README: bump required minimum version of musl to 1.2.6 musl v1.2.6 has been released on 2026-03-20: https://git.musl-libc.org/cgit/musl/commit/?id=9fa28ece75d8a2191de7c5bb53bed224c5947417 alpine/postmarketos already have musl v1.2.6 in the edge repository: https://pkgs.alpinelinux.org/package/edge/main/x86_64/musl Also, Yocto Project 6.0 (wrynose) already has v1.2.6. Let's bump the requirement now. --- diff --git a/README b/README index 1cae26ba3a5..a198637d133 100644 --- a/README +++ b/README @@ -205,8 +205,7 @@ REQUIREMENTS: CONFIG_MEMCG glibc >= 2.34 - musl >= 1.2.5 with fde29c04adbab9d5b081bf6717b5458188647f1c - (required when building systemd with -Dlibc=musl) + musl >= 1.2.6 (required when building systemd with -Dlibc=musl) libxcrypt >= 4.4.0 (optional) libmount >= 2.30 (from util-linux) (util-linux *must* be built without --enable-libmount-support-mtab)