From patchwork Thu Feb 20 11:16:31 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8470 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 4Yz9gz27tbz3wbt for ; Thu, 20 Feb 2025 11:16:47 +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 4Yz9gr0mxsz3vn; Thu, 20 Feb 2025 11:16:40 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Yz9gq0Y6pz346b; Thu, 20 Feb 2025 11:16:39 +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 4Yz9gl6wZLz30XF for ; Thu, 20 Feb 2025 11:16: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 4Yz9gl3mXpznn; Thu, 20 Feb 2025 11:16:35 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1740050195; 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=AcNqZyeba8+35UaSdAi9r2XyQfkAc937tCfNrFjL+OY=; b=cyB1xBds1QV66ng72SDx55Tx82vEWeTULHM8EbzTjVQCUUEDcIUfkVvZ+EkOGYvdpBwQTS tcdUkKFEk4x6POCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1740050195; 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=AcNqZyeba8+35UaSdAi9r2XyQfkAc937tCfNrFjL+OY=; b=F9y0+cJFXX8dRK4FbuwN2BPiYCvNLiCv1NtPuquSG2cE8C5g5OVG0fPJY3/VuXoa/h6oVz yiW5kll7zTND8gS4AbGwtAfZRzU+7Dbia0zKMTUZ7qXiby+e4vBsVtpstBuOkitGbb1++O 6s/D+V6YZKoewMtJeZrATg0XVBGy1FuhCNE7ox2Z+wEgv7n5zRAmdgpLWuLBlJWiUS85ZD AfTr9kV2SXcU9MIZzlkxUqahHd2DpW1mD3HB9Z995Z168z74pNghpVJHtGZRtXQUR4gOa6 imllFBFKnCpqZfRwqOE4bxej7D8MCSAAzaNCu1EsiP87DJVlj4QnKeRO7TLuRQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 2/2] frr: Ship frr to use new libyang version Date: Thu, 20 Feb 2025 12:16:31 +0100 Message-ID: <20250220111631.5454-2-adolf.belka@ipfire.org> In-Reply-To: <20250220111631.5454-1-adolf.belka@ipfire.org> References: <20250220111631.5454-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: EVD7P7CCDGH24Y34OIY7J26OHW5U6UGN X-Message-ID-Hash: EVD7P7CCDGH24Y34OIY7J26OHW5U6UGN 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: - PAK_VER incremented to provide build with new libyang version. - Update of rootfile not required. - Tested out on vm in combination with the new libyang version. frr daemons were all able to successfully start. As I have never used frr, I can not test anything further. Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- lfs/frr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/frr b/lfs/frr index b257a2d09..60017d26d 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 = 12 +PAK_VER = 13 DEPS =