From patchwork Sat Feb 14 15:20:35 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9513 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4fCt6665jZz3xnT for ; Sat, 14 Feb 2026 15:21:02 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4fCt641QDYz5hQ for ; Sat, 14 Feb 2026 15:21:00 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4fCt5x3fFfz36Zs for ; Sat, 14 Feb 2026 15:20:53 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4fCt5t1c79z347s for ; Sat, 14 Feb 2026 15:20:50 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4fCt5r0Vy5z5j8; Sat, 14 Feb 2026 15:20:48 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1771082448; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=giaZQdLqHBKrBQ9pG94k19obGm94Cis6pkVXgoH2PLg=; b=6hakyo/pbyAE/KM4dbGDPtod1i5MxS7zjffwQIZV8zhD2yMNXCURK6nY5uF34FTMhjr2y0 OZZpWBJ+H12YNyBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1771082448; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=giaZQdLqHBKrBQ9pG94k19obGm94Cis6pkVXgoH2PLg=; b=Weeh45H7LEpgLte0hguyTwBqsWkovm4gyQUtBzQlaRxHBQcXHBBWQ9S9/GLWUJL8SU3moU WLiFatjbxsomg8zzJmCoQPiDmtrUVC96i0idRNpZ5Q4hNYytGvItn0ty2dlnCoQEaNiBCM GcfQDJ+5IWQrgUjCCacM756HudOviv4YZNLJbI6MG2udwTVWP807Q1T7+GHK/KexYRZM0P 4X5/DDOWwluT55j4TFeHhVVb33Mfk0Xk86aRtlXkGOO+XcD9FGr4JTh5hjLq9E4kIhKjxM cOugxPKdDtB6EOJcEBdfPPdQuFuHJUWcdBHqM/J+MHIv3luIkZSYNcoIsRxZ2A== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] libuv: Update to version 1.52.0 Date: Sat, 14 Feb 2026 16:20:35 +0100 Message-ID: <20260214152040.3720549-15-adolf.belka@ipfire.org> In-Reply-To: <20260214152040.3720549-1-adolf.belka@ipfire.org> References: <20260214152040.3720549-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - Update from version 1.49.2 to 1.52.0 - No change to rootfile - Changelog 1.52.0 * src: remove unused include of in timer.c (Juan José Arboleda) * test: skip `udp_multicast_join` if not system-wide available (Juan José Arboleda) * test: remove unused include of in runner.h (Juan José Arboleda) * doc: don't mention UV_LOOP_ENABLE_IO_URING_SQPOLL (Poul T Lomholt) * unix: fix uv_thread_{get,set}priority error codes (Ryan Liptak) * build: dedup sanitizer jobs using matrix strategy (Juan José Arboleda) * doc: update ncurses link (Saúl Ibarra Corretgé) * tcp: support customizing TCP_KEEPINTVL and TCP_KEEPCNT (Andy Pan) * linux: fix -Wformat-truncation warning (Ben Noordhuis) * src: fix nullptr dereference in uv__print_handles (jhnh204) * build: make automake link libm on bsd-likes (Juan José Arboleda) * include: remove unused macro undefs from uv.h (Juan José Arboleda) * win: handle empty string in uv_get_process_title (Ben Noordhuis) * win: use WSA_FLAG_NO_HANDLE_INHERIT in WSASocketW (chemodax) * unix: handle possible `ENOMEM` in `uv__tcp_listen` (Juan José Arboleda) * win: replace GetModuleHandleA with GetModuleHandleW (chemodax) * qnx: add qnx 8 support (Deep C) * mailmap: update email address for Richard Lau (Richard Lau) * win: remove obsolete comment (Ben Noordhuis) * unix: handle possible `ENOMEM` in `uv__pipe_listen` (Juan José Arboleda) * unix: deduplicate uv_free_interface_addresses (Juan José Arboleda) * test: pass correct string type to GetModuleHandleW (Ben Noordhuis) * win: remove unnecessary inlining from fs.c (Ben Noordhuis) * win: move uv__process_reqs to core.c (Ben Noordhuis) * win: remove unnecessary inlining from header file (Ben Noordhuis) * test: skip slow process title test on asan+macos (Ben Noordhuis) * win: dissolve atomicops-inl.h (Ben Noordhuis) * win: move uv__process_endgames to core.c (Ben Noordhuis) * win: move uv__insert_pending_req to core.c (Ben Noordhuis) * win: replace inline asm with compiler intrinsic (Ben Noordhuis) * win,pipe: minimal fix to uv_read_cb->uv_read_start recursion bug (Jameson Nash) * doc: make requirements work with newer python (Luca Saccarola) * win: fix -Wcast-function-type warnings in winapi.c (Ben Noordhuis) * win: fix -Wsign-compare warnings (Ben Noordhuis) * test: simplify ASSERT_OK macro for static analysis (Jameson Nash) * win: add arm64 machine type to uv_os_uname (wisemanny) * win: use ProcessPrng (Ben Noordhuis) * win: work around wine bug in uv_fs_{unlink,rmdir} (Keno Fischer) * doc: fix return value for uv_pipe_connect2 (Sean Dewar) * unix: fix udp sendmmsg fallback path (Ben Noordhuis) * doc: add binding `C framework` uv_coroutine to LINKS.md (Lawrence Stubbs) * linux: handle cgroups cpu.max with limit < period (Ben Noordhuis) * doc: update link, repo name change to c-asio (Lawrence Stubbs) * build(deps): bump actions/download-artifact from 4 to 5 (dependabot[bot]) * doc: remove nodeuv from LINKS.md (Ben Noordhuis) * test: use relative paths for pipes and unix sockets (Emily) * build(deps): bump actions/checkout from 4 to 5 (dependabot[bot]) * unix: improve uv__cpu_relax() on arm (Anton Kirilov) * win: fix compiler warnings (Savas Sahin) * unix: replace uv__io_t callback pointer with enum (Ben Noordhuis) * test,win: fix -Wunused-function warnings (Ben Noordhuis) * test,win: fix -Wcast-function-type warnings (Ben Noordhuis) * test,win: fix -Wattributes warnings (Ben Noordhuis) * win: shrink fd hash table from 2592k to 162k (Ben Noordhuis) * unix: fix build on the bsds (Ben Noordhuis) * netbsd: fix thread affinity compilation error (Santiago Gimeno) * unix: remove UV__SIGNAL_EVENT dispatch from uv__io_cb (Juan José Arboleda) * build: add -Werror when testing -Wflags (Jameson Nash) * win: fix path size calculation (Ben Noordhuis) * doc: correct uv_cancel return value (m0cg) * unix,win: look up UV_THREADPOOL_SIZE with uv_os_getenv (moe li) * build(deps): bump actions/setup-python from 5 to 6 (dependabot[bot]) * unix: fix uv__signal_loop_cleanup call in init (Jameson Nash) * aix: fix nullptr check in uv__skip_lines (Ben Noordhuis) * unix: add neoverse-v2 cpu identifier (green-br) * test: make `thread_priority` robust against system default nice levels * unix,win: implement `uv_udp_open_ex` (Juan José Arboleda) * aix: add stub function to satisfy linker (Ben Noordhuis) * linux: add MSG_ERRQUEUE ipv4/ipv6 udp support (Juan José Arboleda) * ibmi: add stub function to satisfy linker (Ben Noordhuis) * darwin: better heuristic for available memory (Christian Guinard) * build(deps): bump actions/download-artifact from 5 to 6 (dependabot[bot]) * build(deps): bump actions/upload-artifact from 4 to 5 (dependabot[bot]) * unix: fix use of uninitialized variable (Ben Noordhuis) * doc: fix documentation for uv_utf16_to_wtf8() function (Gang Zhuo) * win: rename minimal_windows10_version1709() for libuv's convention (Andy Pan) * build(deps): bump actions/checkout from 5 to 6 (dependabot[bot]) * win: fix race in uv_fs_event_start() (Ben Noordhuis) * unix: support nanosecond resolution in uv__fs_to_timespec (Ayush Kumar) * win: handle sshfs-win quirk in uv_fs_readdir() (Ben Noordhuis) * unix,win: fix leak in uv_os_environ error path (Ambuj Vashistha) * test: add macros to run fs tests with io_uring (Santiago Gimeno) * linux: fix uv_fs_ftruncate io_uring implementation (Santiago Gimeno) * Update OS X reference to macOS in README (Bart Louwers) * ci: update macos runner images (Ben Noordhuis) * doc: add example usage for uv_sleep (Kartik Puri) * ci: add macos-15-intel to matrix (Ben Noordhuis) * win: Optimize file/directory delete. (chemodax) * build(deps): bump actions/download-artifact from 6 to 7 (dependabot[bot]) * build(deps): bump actions/upload-artifact from 5 to 6 (dependabot[bot]) * test: run more fs tests using io_uring too (Santiago Gimeno) * doc: add handle and request usage guidelines (Ben Noordhuis) * unix: remove handle from queue on uv_spawn() error (Oblivionsage) * doc: remove hp-ux from supported platforms list (Ben Noordhuis) * unix,win: add f_frsize field to uv_statfs_t (Ben Noordhuis) * test: fix -Wuninitialized-const-pointer warning (Ben Noordhuis) * test: fix -Wstringop-overread warning (Ben Noordhuis) * test: make pty test work under asan (Ben Noordhuis) * win: readlink support for IO_REPARSE_TAG_LX_SYMLINK (Cody Tapscott) * unix: fix partial read handling after POLLHUP (Ben Noordhuis) * unix: factor out common i/o poll code (Ben Noordhuis) * test: disable udp_reuseport test under qemu (Ben Noordhuis) * test: disable tcp_reuseport test under qemu (Ben Noordhuis) * unix,win: check nbufs argument is reasonable (Ben Noordhuis) * win: refactor to support large statfs blocks (Santiago Gimeno) * unix: remove sunpro references (Ben Noordhuis) * idna: fix assert in wtf8_to_utf16 conversion (tobil4sk) * aix,ibmi: fix test suite build breakage (Ben Noordhuis) * unix: implement cpu_relax() for riscv64 (Han Gao) * doc: add setuid warning to uv_exepath (Ben Noordhuis) * unix: make OpenBSD uv_exepath work (mischief) * win: fix uv_get_process_title (StefanStojanovic) * unix,udp: fix -Wgnu-folding-constant warning (Saúl Ibarra Corretgé) * cmake: add libuvConfigVersion.cmake file (Przemysław Sobala) 1.51.0 * win: fix leak in uv_os_tmpdir (Saúl Ibarra Corretgé) * docs: fix RTD build (Saúl Ibarra Corretgé) * win: lazy-load [GS]etThreadDescription symbols (Ben Noordhuis) * linux: try preadv64/pwritev64 before preadv/pwritev (Ben Noordhuis) * win: check cwd length before spawning a child process (Morten Engelhardt Olsen) * macos,bsd: handle missing /dev/null in chroot env (Andrey) * doc: fix README link text (Julio Jordán) * win: fix order of FILE_STAT_BASIC_INFORMATION struct fields (Hüseyin Açacak) * macos: increase child process stdio buffer size (Jinho Jang) * doc: add C3 bindings to LINKS.md (Velikiy Kirill) * unix: remove unnecessary errno.h include in poll.c (Juan José Arboleda) * win: fix the inconsistency in volume serial number (Hüseyin Açacak) * unix: add thread affinity support on openharmony (rainlow) * unix: enable getrusage for SunOS (Paolo Insogna) * unix,win: accept NAN/INFINITY as file timestamps (Ben Noordhuis) * win: add ENABLE_VIRTUAL_TERMINAL_INPUT raw tty mode (Anna Henningsen) * test: handle UV_ENOTSUP in platform_output (cjihrig) * doc: fix rendering of threading.html (Tobias Nießen) * unix,sunos: enable use of sendmmsg on Solaris and Illumos (Stacey Marshall) * unix: handle out of memory in iface name copy (Ben Noordhuis) * openbsd: do not error out if cpuspeed is not available (Robert Nagy) * test: skip thread_name_threadpool on AIX/IBMi (Abdirahim Musse) * aix,ibmi: fix undeclared identifiers (Richard Lau) * unix,sunos: prefer SO_REUSEPORT for load balancing (Stacey Marshall) * doc: free lib pointer before function return (mugitya03) * test: link with libm (Juan José Arboleda) * style: rename parameter to match definition (Mohammed Keyvanzadeh) * test: support partial output lines in test runner (cjihrig) * build: switch from c90 to c11 (Ben Noordhuis) * linux: allow nul bytes in abstract socket address (Itay Bookstein) * sunos: use pipe2 on solaris and illumos (Andy Pan) * unix: remove TOCTOU issues from uv_pipe_chmod (Ben Noordhuis) * unix: use pipe_fname if getsockname returns nothing (crupest) * haiku: use uint32 instead of uint32_t (AE1020) * doc: update thread pool stack size comment (Ben Noordhuis) * unix: improve uv_loop_init OOM handling (Ben Noordhuis) * test: merge uv_tcp_connect callbacks (Juan José Arboleda) * test: skip multievent tests on macOS with TSAN enabled (Juan José Arboleda) * linux: align CPU quota calculation with Rust (Juan José Arboleda) * kqueue: improve fs event watcher OOM handling (Juan José Arboleda) * sunos: improve fs event watcher OOM handling (Juan José Arboleda) * build: shorten instructions for cmake build (Juan José Arboleda) Signed-off-by: Adolf Belka --- lfs/libuv | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/libuv b/lfs/libuv index 295c30182..0d9c3129c 100644 --- a/lfs/libuv +++ b/lfs/libuv @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # +# Copyright (C) 2007-2026 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -25,7 +25,7 @@ include Config -VER = 1.49.2 +VER = 1.52.0 THISAPP = libuv-v$(VER) DL_FILE = $(THISAPP).tar.gz @@ -42,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = a4a3367053ab3d5b87c502ef4a25b569fc829b3580005333adf2d3f02a799e6fefec9b6c2cf354eb0e8fe003eff4d3bd5d0f91980dd44702595bfdc54a9fad66 +$(DL_FILE)_BLAKE2 = e43b3f9cc40c3da0a30336906b3a43285ec7129f826d9be0835ebb984a312fcd21a8b45a1fc678da59f4a2aa0f4fd9c9a2513374758ce317a326d2c7f9a9b62a install : $(TARGET)