From patchwork Fri Aug 9 11:23:19 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7958 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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4WgM423TrSz3wwf for ; Fri, 9 Aug 2024 11:23:46 +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 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4WgM411sjVz60q; Fri, 9 Aug 2024 11:23:45 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4WgM411L6Dz33wg; Fri, 9 Aug 2024 11:23:45 +0000 (UTC) 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 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4WgM3q5D9Sz341M for ; Fri, 9 Aug 2024 11:23:35 +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 4WgM3q3RXZz2VB; Fri, 9 Aug 2024 11:23:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1723202615; 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=sGgm3m2497EraIu/i+HE2cAfhtYAB+HPoxt14kqbLj8=; b=v3xv5QP/gt9QepBcBnMI6BDi0D4cS3jAG/lSoIVztqiLQ6ByY7sELh4EuLatUcQJ6Q/wGM LbovNxocdjx8xoT2+0N+lYp2Fn9Jn5kn5AHiZIL7HxpaOBkT5C+pJ0bsIe/YOSquqXDGJG SNEf6d/xp4RKIYCFaSK/jww7wOIU4WsKdABv5dVyFmFxl07Q0ryR1uKWYfIgoENhe/vfLd 94dNiLFy35CxYo0cJ9ddLGyfMualtpL1hRX9z9v0jBZeDBZA6F0B0uYj2IR40i93D6iy44 QRp+GyP8gtP/e3E5c+7aFxKBA0ekiCfFQ9GH2VjZJy23fXE6kmKiNp1PS2HECA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1723202615; 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=sGgm3m2497EraIu/i+HE2cAfhtYAB+HPoxt14kqbLj8=; b=WwjSObxsnqeWZRyYSKMfHMAMt5zL+gFbFKFMg/bBEAV1bMYCoJWZGKNbL73hsUzpyYv5Zv lhirR/2p1ZsKhLBQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 08/15] htop: ship due to libcap sobump Date: Fri, 9 Aug 2024 13:23:19 +0200 Message-ID: <20240809112326.8475-8-adolf.belka@ipfire.org> In-Reply-To: <20240809112326.8475-1-adolf.belka@ipfire.org> References: <20240809112326.8475-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: OFNBVDJGIJJ2REV6RHU3DZHVXWQJPLVY X-Message-ID-Hash: OFNBVDJGIJJ2REV6RHU3DZHVXWQJPLVY X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Signed-off-by: Adolf Belka --- lfs/htop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/htop b/lfs/htop index d2df29082..57f81a898 100644 --- a/lfs/htop +++ b/lfs/htop @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = htop -PAK_VER = 21 +PAK_VER = 22 DEPS =