From c7fef3704c704e6337b4f8f6ff467c6c70991443 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 25 May 2026 08:26:35 +0200 Subject: [PATCH] package/uclibc: bump to 1.0.58 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New release with following changes: Adam Lackorzynski (1): termios.h: Add IBSHIFT Charles Mirabile (11): riscv: add defconfigs riscv: add support for static pie binaries riscv: add support for ucontext functions pipe: directly invoke pipe2 from kernel when !UCLIBC_LINUX_SPECIFIC Fix {g,s}ettimeofday when !UCLIBC_HAS_REALTIME Fix build with static-pie but without nptl threads do not remove bits/uClibc_ctype.h when !UCLIBC_HAS_CTYPE_TABLES getopt-susv3: remove call to gettext `_` macro readdir{,_r}: remove loop to skip files with d_ino == 0 spawn: allow file actions on no-mmu targets getopt-susv3: add support for reseting the scan by setting optind to zero Marcus Haehnel (1): aarch64/fpu_control.h: Don't use gcc-internal types Jan Klötzke (1): elf/dl-support.c: remove unnecessary memset Ramin Moussavi (9): libsanitizer: arm/ucontext: fix VFP save/restore to use uc_regspace area libsanitizer: arm/ucontext.h: add glibc-style REG_R0..REG_R15 aliases libsanitizer: link.h/dl-iterate-phdr: expose dl_phdr_info TLS fields libsanitizer: ldso: track _dl_load_adds/_dl_load_subs counters libsanitizer: ldso: implement _dl_tls_get_addr_soft for dl_phdr_info::dlpi_tls_data libsanitizer: drop __pagesize, make _dl_pagesize the single source of truth libsanitizer: sys/user.h: remove obsolete BFD trad-core NBPG/UPAGES defines libsanitizer: features.h: hard-wire _FILE_OFFSET_BITS=64 to match library's 64-bit off_t/ino_t libsanitizer: fts.h: drop the bogus _FILE_OFFSET_BITS==64 #error Waldemar Brodkorb (7): bits/statx.h: add some missing defines bits/statx.h: sync struct with glibc sys/fanotify.h: sync with musl libiconv: fix typedef of iconv_t misc: add unicode character functions (c11) netinet/tcp.h: sync with glibc bump version for 1.0.58 release Signed-off-by: Waldemar Brodkorb Signed-off-by: Julien Olivain --- package/uclibc/uclibc.hash | 4 ++-- package/uclibc/uclibc.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/uclibc/uclibc.hash b/package/uclibc/uclibc.hash index e0dba1b6b4..4c2a579ddf 100644 --- a/package/uclibc/uclibc.hash +++ b/package/uclibc/uclibc.hash @@ -1,4 +1,4 @@ -# From https://downloads.uclibc-ng.org/releases/1.0.57/uClibc-ng-1.0.57.tar.xz.sha256 -sha256 8bc734b584e23ff6ae3d0ebb4c0fb1d1d814c58c82822b93130d436afa7ace8b uClibc-ng-1.0.57.tar.xz +# From https://downloads.uclibc-ng.org/releases/1.0.58/uClibc-ng-1.0.58.tar.xz.sha256 +sha256 9e8100a442f7079b9728ca286e3035f67df0578606166ea2d1ef865a4a12ddb9 uClibc-ng-1.0.58.tar.xz # Locally calculated sha256 ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5 COPYING.LIB diff --git a/package/uclibc/uclibc.mk b/package/uclibc/uclibc.mk index 0c91a176fa..6f3668715b 100644 --- a/package/uclibc/uclibc.mk +++ b/package/uclibc/uclibc.mk @@ -4,7 +4,7 @@ # ################################################################################ -UCLIBC_VERSION = 1.0.57 +UCLIBC_VERSION = 1.0.58 UCLIBC_SOURCE = uClibc-ng-$(UCLIBC_VERSION).tar.xz UCLIBC_SITE = https://downloads.uclibc-ng.org/releases/$(UCLIBC_VERSION) UCLIBC_LICENSE = LGPL-2.1+