[Buildroot] [PATCH] package/uclibc: bump to 1.0.55

Romain Naour romain.naour at smile.fr
Sat Sep 20 16:00:18 UTC 2025


Hello Waldemar, All,

Le 19/09/2025 à 20:21, Waldemar Brodkorb a écrit :
> Finally the aarch64 tls bug is fixed. (python 3.13 segfault)
> Unfortunately it is not covered by any testcase of uClibc-ng-test.

Thanks for finding this issue!

I just sent a followup patch to fix the zfs uClibc test:

https://lore.kernel.org/buildroot/20250920155803.829424-1-romain.naour@smile.fr/T/#u

Runtime tested using TestZfsUclibc with uClibc-ng 1.0.55

Tested-by: Romain Naour <romain.naour at smile.fr>

Best regards,
Romain


> 
> Here is the git shortlog for the release:
> 
> Marius Melzer (1):
>       malloc-standard: Fix truncation problem in malloc
> 
> Waldemar Brodkorb (5):
>       Fix Sysvipc for ARM, AARCH64, RISCV64, KVX and m68k
>       remove uClibc specific gettext_printf
>       aarch64: do not force tls-model in CPU_CFLAGS, this isn't required
>       aarch64: respect r_addend for TLSDESC relocations
>       bump version for 1.0.55 release
> 
> yliu (5):
>       mips32: Preventing FORCE_FRAME_POINTER from being optimized away
>       mips32: Define __IPC_64 according to kernel version
>       time64: fixed msgctl/semctl/shmctl result errors for for MIPS32/RISCV32
>       time64: fix *ctl functions in mips32eb/mips64
>       time64: fix *ctl functions in mips32eb
> 
> Signed-off-by: Waldemar Brodkorb <wbx at openadk.org>
> ---
> 
> Dear stable Maintainers, it would be nice if you could update all
> stable branches with this maintenance release.
> 
> ---
>  ...emove-uClibc-specific-gettext_printf.patch | 34 -------------------
>  package/uclibc/uclibc.hash                    |  4 +--
>  package/uclibc/uclibc.mk                      |  2 +-
>  3 files changed, 3 insertions(+), 37 deletions(-)
>  delete mode 100644 package/uclibc/0001-remove-uClibc-specific-gettext_printf.patch
> 
> diff --git a/package/uclibc/0001-remove-uClibc-specific-gettext_printf.patch b/package/uclibc/0001-remove-uClibc-specific-gettext_printf.patch
> deleted file mode 100644
> index 96736da562..0000000000
> --- a/package/uclibc/0001-remove-uClibc-specific-gettext_printf.patch
> +++ /dev/null
> @@ -1,34 +0,0 @@
> -From 9ffed9adb130d45b9f31ca7a305153e86586c877 Mon Sep 17 00:00:00 2001
> -From: Waldemar Brodkorb <wbx at openadk.org>
> -Date: Fri, 15 Aug 2025 20:29:52 +0200
> -Subject: [PATCH] remove uClibc specific gettext_printf
> -
> -Other C libraries like musl/glibc does not define it.
> -Including stdio.h here breaks Grub2 compilation with
> -gcc 14 and above.
> -Thanks to Thomas Petazzoni for analyzing the Grub2 build error.
> -
> -Reported-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
> -Signed-off-by: Waldemar Brodkorb <wbx at openadk.org>
> -Upstream: https://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng.git/commit/?id=9ffed9adb130d45b9f31ca7a305153e86586c877
> ----
> - include/libintl.h | 3 ---
> - 1 file changed, 3 deletions(-)
> -
> -diff --git a/include/libintl.h b/include/libintl.h
> -index b7123a963..6d8b9f342 100644
> ---- a/include/libintl.h
> -+++ b/include/libintl.h
> -@@ -50,9 +50,6 @@ char *bindtextdomain(const char *domainname, const char *dirname);
> - 
> - #endif
> - 
> --#include <stdio.h>
> --#define gettext_printf(args...) printf(args)
> --
> - /* to supply LC_MESSAGES and other stuff GNU expects to be exported when
> -    including libintl.h */
> - #include <locale.h>
> --- 
> -2.47.2
> -
> diff --git a/package/uclibc/uclibc.hash b/package/uclibc/uclibc.hash
> index 8d8b333958..56174a33b8 100644
> --- a/package/uclibc/uclibc.hash
> +++ b/package/uclibc/uclibc.hash
> @@ -1,4 +1,4 @@
> -# From https://downloads.uclibc-ng.org/releases/1.0.54/uClibc-ng-1.0.54.tar.xz.sha256
> -sha256  d1ecf65cc2217dd4118a4dafc1abf27c585b5cb578f3bd7991fc640b79643ff2  uClibc-ng-1.0.54.tar.xz
> +# From https://downloads.uclibc-ng.org/releases/1.0.55/uClibc-ng-1.0.55.tar.xz.sha256
> +sha256  5f7f3aafddb2ca08fb295be45561c0188407103d7446cfd264b9b822fed3ed2d  uClibc-ng-1.0.55.tar.xz
>  # Locally calculated
>  sha256  ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5  COPYING.LIB
> diff --git a/package/uclibc/uclibc.mk b/package/uclibc/uclibc.mk
> index 1e49463dd4..0c303d77f8 100644
> --- a/package/uclibc/uclibc.mk
> +++ b/package/uclibc/uclibc.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -UCLIBC_VERSION = 1.0.54
> +UCLIBC_VERSION = 1.0.55
>  UCLIBC_SOURCE = uClibc-ng-$(UCLIBC_VERSION).tar.xz
>  UCLIBC_SITE = https://downloads.uclibc-ng.org/releases/$(UCLIBC_VERSION)
>  UCLIBC_LICENSE = LGPL-2.1+



More information about the buildroot mailing list