From patchwork Fri Aug 9 11:23:18 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7957 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 4WgM4163RGz3xGD for ; Fri, 9 Aug 2024 11:23:45 +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 4WgM4103dLz2VB; 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 4WgM406gwtz33yl; Fri, 9 Aug 2024 11:23:44 +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 4WgM3q3Rs5z33ww 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 4WgM3q1fx7z4Sd; Fri, 9 Aug 2024 11:23:35 +0000 (UTC) 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=b38VqBwlFLrZvcHLieY1clwom3UOsdgXIjSt7rtjUt4=; b=EJBxRt3vcv4qgmQmDWo16Z4tnAhJei8/QtGBvRQdQt07dwk4CwzuXLBENBhHGnsWYglF5L 9cDkgqaoOuW8xZAg== 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=b38VqBwlFLrZvcHLieY1clwom3UOsdgXIjSt7rtjUt4=; b=cwvWA0SGH3vroH1Lan9M2LzpdpF/y7MqJwcNmJiSyau0ECyIlO3TJOWvKYsS+RA696Cp4h NJ/jQDUauzFG/TE+RQI1zSnvOJ7OM53ur4xhfDTua2S8ileAbim17ZqXLpTzQ4yXvvK99m WO8oCTZAOySEO/5CVUhQDkHB41GqG98aSf5WmjZSeDYaR4onME6Gz4Zi5Z6MiIZnjpPCy0 OJ9gVoqGH9FPlorMDMVzl3viR7QZocLxRgWtUn423Tj/GJXbUyfIZrbKNUSNqyugicTB0k kap1jVKBKDqvDYqYCi+0fpYa0+8e98KWCZ9Q9TayIoD8ktGuZ/kfHWA+oaKk1w== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 07/15] frr: ship due to libcap sobump Date: Fri, 9 Aug 2024 13:23:18 +0200 Message-ID: <20240809112326.8475-7-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: AHV2PHVIAE3GVTMFO5PBNBGSITICH23M X-Message-ID-Hash: AHV2PHVIAE3GVTMFO5PBNBGSITICH23M 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/frr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/frr b/lfs/frr index ea5a6b9e9..943e06b2e 100644 --- a/lfs/frr +++ b/lfs/frr @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = frr -PAK_VER = 9 +PAK_VER = 10 DEPS =