From patchwork Thu Aug 13 13:39:40 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10149 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 "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4hLRVd2Jskz3wqM for ; Thu, 13 Aug 2026 13:47:05 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4hLRVS706Hz79C for ; Thu, 13 Aug 2026 13:46:56 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hLRMy54hBz37Nl for ; Thu, 13 Aug 2026 13:41:18 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4hLRMv6Rj4z2xMg for ; Thu, 13 Aug 2026 13:41:15 +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 4hLRMl4TX7z3xV; Thu, 13 Aug 2026 13:41:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1786628467; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=f53m3RhsCooaCuk7dXfVQccPRwLIbNjlsxRMgtXYXoY=; b=V5Zq7iRpqUCuTU+kfOYzFc5Xw+h1AQzVtHG76mwyj6tTnbZdsqpXdyAvYH+CgWFloDMjsM jZ1axNSSqjiyLb4YwHxGZwMyx/tkmq4zTQywhRyjeoMEPkhkOe02vuEq1yuZ3dK+PE437z yAUYGom1QOEoLpM/HvkzuWlSe50ysneEZTQtHoBc0rJFLtbXqNXWP01Lwz5pwFkS2RzQ6W pSA9PCq9AEawWNn2meEgi3a3rhmBlyWkacRvYRpdea8I2Vw1AG1EgGu36hs3JxRmO/9HwM Y+TfkRbCiEuaX3KC2w1rFFKYDMe3IghEKFzpROWbzD/RpNmz2dN/UUZug2E7fw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1786628467; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=f53m3RhsCooaCuk7dXfVQccPRwLIbNjlsxRMgtXYXoY=; b=iReuSEUAYmWEg3nQhQym2lejL31kJhqHp3ffItcCHUl8iRpdZ02mbU5sux9j8iKa/YnMTd +aYgXHUmo8erSzCQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] procps: Update to version 4.0.7 Date: Thu, 13 Aug 2026 15:39:40 +0200 Message-ID: <20260813133942.2669472-11-adolf.belka@ipfire.org> In-Reply-To: <20260813133942.2669472-1-adolf.belka@ipfire.org> References: <20260813133942.2669472-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 4.0.6 to 4.0.7 - Update of rootfile - Changelog 4.0.7 * library version: inc revision to 2 now 1:2:0 internal: procps_pids_length off by one issue #412 external: fix slabinfo header extern 'C' declaration issue #415 internal: fix file descriptor leaks in api issue #421 internal: strv items are now escaped in api issue #429 internal: fix output if on seconds edge values merge !246 RHEL-60825 * pidof: Add -d aliased option issue #418 * pgrep: Don't treat empty list as 0 issue #427 * pmap: Fix testsuite for Alpha Debian #1141465 * ps: correct 'environ' output when file unavailable * ps: minimize potential EACCES with 'environ' files issue #431 * top: avoid batch mode segfault with maximum width issue #422 * w: Correctly check for end of tty using utmp issue #430 * watch: Dont remove 2 lines when using -t option issue #413 * watch: Handle resizing better issue #417 * watch: Restore LINES and COLUMNS env variables issue #432 Signed-off-by: Adolf Belka --- config/rootfiles/common/procps | 3 ++- lfs/procps | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/procps b/config/rootfiles/common/procps index e19ce02f7..9974c5eb8 100644 --- a/config/rootfiles/common/procps +++ b/config/rootfiles/common/procps @@ -3,7 +3,7 @@ bin/ps #lib/libproc2.la #lib/libproc2.so lib/libproc2.so.1 -lib/libproc2.so.1.0.1 +lib/libproc2.so.1.0.2 #lib/pkgconfig #lib/pkgconfig/libproc2.pc sbin/sysctl @@ -53,6 +53,7 @@ usr/bin/watch #usr/share/man/man1/pgrep.1 #usr/share/man/man1/pidof.1 #usr/share/man/man1/pidwait.1 +#usr/share/man/man1/pkill.1 #usr/share/man/man1/pmap.1 #usr/share/man/man1/ps.1 #usr/share/man/man1/pwdx.1 diff --git a/lfs/procps b/lfs/procps index 26aa757f7..abfcdb4f8 100644 --- a/lfs/procps +++ b/lfs/procps @@ -24,7 +24,7 @@ include Config -VER = 4.0.6 +VER = 4.0.7 THISAPP = procps-v$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = dbcbc76f544db055a5921cbe65d917ee7cdf5dae97ee9dc418d3969f68ebfa41e6adebb1369f5b07df5580504bf6881c27e2a8db0241a099b879e15337a8cb03 +$(DL_FILE)_BLAKE2 = efb1a245a8078a12b2de7a129ac66a3b0f5777b676b2bc7682488f995c57a48e24020f337d7beb2cb7161f0bf5e0c263f9ef7acb417ad1f7c90a27c8b9ab4ecd install : $(TARGET)