From patchwork Fri Aug 9 11:23:24 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7963 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 4WgM466bQ7z3x5y for ; Fri, 9 Aug 2024 11:23:50 +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 4WgM462Mb7z4RY; Fri, 9 Aug 2024 11:23:50 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4WgM461wHJz33xN; Fri, 9 Aug 2024 11:23:50 +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 4WgM3r6MS6z345f for ; Fri, 9 Aug 2024 11:23:36 +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 4WgM3r4bwLz4Md; Fri, 9 Aug 2024 11:23:36 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1723202616; 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=mXucv/Jna5ZwvIVmWF+TvZnOTOtp7GpHV3lHCLXtwds=; b=5PEuBcypK1PL9F0h8ZJVqq3nYI+GDjrkhgYnOmIky25UwMUhVBC4ykt4uyY8iGxTKrVt8n kNYP/P5L1a/FnuAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1723202616; 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=mXucv/Jna5ZwvIVmWF+TvZnOTOtp7GpHV3lHCLXtwds=; b=snzQCVzezWh/l2o74yikgjywROJD+/c/50jerfqcflfrrH467kMquQqTfKy/SxgnA6rfIN alke7wAfo8wZ5K1hKCy8fcvjG0ysNDYOzBD72+zm6byQ2W9lgr/55jwnv8yAD5HJ31jPWb jdVm1r0VNoJ4E9rdy4FiLa8ByIl//kp0twpIuO45oGLa1DZY9z83Js+oJjKl/zNk+vg2ET 8yZ4q77NgxL9LnaJMzW2w/tLKI5atNXyhxe+ud9CtruAlgWG9BgZNH4Dp7ase6Yf5ghPFp XmzbafTET25CoptWUUN2/cWQVFy2aaz0hZe7MCXf5fLJqvM6BQmTvmILgHWrwQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 13/15] tshark: ship due to libcap sobump Date: Fri, 9 Aug 2024 13:23:24 +0200 Message-ID: <20240809112326.8475-13-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: 4KTBNEXURE3FOCNWTWHNG6PVMMSYITYC X-Message-ID-Hash: 4KTBNEXURE3FOCNWTWHNG6PVMMSYITYC 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/tshark | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/tshark b/lfs/tshark index 7156476d1..2d02eb748 100644 --- a/lfs/tshark +++ b/lfs/tshark @@ -35,7 +35,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = tshark DEPS = c-ares -PAK_VER = 17 +PAK_VER = 18 SERVICES =