From patchwork Fri Aug 9 11:23:26 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7965 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 4WgM483WRSz3xGD for ; Fri, 9 Aug 2024 11:23:52 +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 4WgM475dvBz60t; Fri, 9 Aug 2024 11:23:51 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4WgM4757x5z33yl; Fri, 9 Aug 2024 11:23:51 +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 4WgM3s32G1z346j for ; Fri, 9 Aug 2024 11:23:37 +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 4WgM3s10ndz4Md; Fri, 9 Aug 2024 11:23:37 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1723202617; 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=qgpIyK1jZRCnurWBGw8N0/eov4QT7ZXQxwf8CTxPu18=; b=PpTofqbXvDVJ1R4SS1zE8WpvM/FwQXlEfkSSX7hzNxu7Hzf7A37Hv3bsA9oK3acRoS8rTR yijAaSAC4zCKWDCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1723202617; 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=qgpIyK1jZRCnurWBGw8N0/eov4QT7ZXQxwf8CTxPu18=; b=g57QTOLmk3/8YkxEnGAVPeBTKK7UTB55s8X4ZEPPjn8zVwJJjlNhvNKAtEebonvkv+QxL5 VMPFt2miNe7cCgkWMBp+kgouswFhr08uJtUff6OmjsuXntRcMRLxwF4GcDu6jrWAsrrrNi RcCz4U9OeqQdkSVD1uAhyeen4UfC0zSd9VcnHJfYGQiQMfyNjunxh9Dmsw1TrjYOMUhaGK UdL3dBjlJpPJQwpLP7Q4Rt1oh9cJR+Vc37nVtokNSPuZmitTBKkT16H+T/qbm2LLA85++4 /sbEl2ClxutbN7ZA8Lt/XyYoFYK50jOv/xZ/q2XlKns6wuVJC0ZXXI1Fry6RHg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 15/15] wavemon: ship due to libcap sobump Date: Fri, 9 Aug 2024 13:23:26 +0200 Message-ID: <20240809112326.8475-15-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: AZLIUG3IMSKWKLPUQWKDDQUL75WVSC7Z X-Message-ID-Hash: AZLIUG3IMSKWKLPUQWKDDQUL75WVSC7Z 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/wavemon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/wavemon b/lfs/wavemon index 1de2f9fab..c7a606752 100644 --- a/lfs/wavemon +++ b/lfs/wavemon @@ -35,7 +35,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = wavemon -PAK_VER = 3 +PAK_VER = 4 DEPS =