From patchwork Fri Jul 21 20:51:40 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7010 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 ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4R71vM75Krz3whs for ; Fri, 21 Jul 2023 20:51:59 +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 ECDSA (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4R71vG5DnWz23p; Fri, 21 Jul 2023 20:51:54 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4R71vG3y1Nz3047; Fri, 21 Jul 2023 20:51:54 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4R71vC3nBlz2y1C for ; Fri, 21 Jul 2023 20:51:51 +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 ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4R71vC2NHKzQT; Fri, 21 Jul 2023 20:51:51 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1689972711; 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=nPg2dEO/nN6iOWEOohFakSOW4e2/avIEYUiwETTpx/8=; b=49xwN7zjpY3gRJ9PPKzxPDRcs8QyQr+XAbur0xIJ0b5IlXs0luqLS5sROUK/cI3C6gOyUe 5oiR4T2RuOaH+lDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1689972711; 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=nPg2dEO/nN6iOWEOohFakSOW4e2/avIEYUiwETTpx/8=; b=vnE6p0CZePEHP7L18an0RVw0EBejJD2xR+VZk8Ju5A5jd7Nl6s4TeUSdjRDITnLpoEFLSZ 7eJU/aXbUKmLbDW0LwwTkKv7ZH7lk8TrPssKiqEALcALyz1KwO+L4SkoopApsUz13nUc+l j9qFz1j2xACmoLpmXO1qMSs/UfUWfqt62MBzJj7tq6nIpibNBP7ZmOKB8bt1pQ6ZouU7OI gYS3hwMPTRAeKk2Er0qo99TGdzcwJtNTTwkQjb3tadKzszkMs8a10HKKILoTSOCcYitbJh G3Lp0Rn2LgtcslKLQPLefZ2s94oxpoqF5C+H7aN3UvFvvbUAAU3QsoqKWeohrw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] frr: Update to version 8.5.2 Date: Fri, 21 Jul 2023 22:51:40 +0200 Message-ID: <20230721205144.2143152-4-adolf.belka@ipfire.org> In-Reply-To: <20230721205144.2143152-1-adolf.belka@ipfire.org> References: <20230721205144.2143152-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from version 8.0.1 to 8.5.2 - Update of rootfile - tar.xz versions are no longer provided by the developers. They onl provide the tar.gz that is automatically created by github. This started shortly after 8.0.1 was released - Changelog is too large to include here. For full details see the changelog details at https://github.com/FRRouting/frr/releases Signed-off-by: Adolf Belka --- config/rootfiles/packages/frr | 10 +++++++++- lfs/frr | 11 ++++++----- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/config/rootfiles/packages/frr b/config/rootfiles/packages/frr index 3733e5a1c..092460ff6 100644 --- a/config/rootfiles/packages/frr +++ b/config/rootfiles/packages/frr @@ -4,6 +4,7 @@ usr/bin/vtysh #usr/include/frr/agg_table.h #usr/include/frr/assert.h #usr/include/frr/atomlist.h +#usr/include/frr/base64.h #usr/include/frr/bfd.h #usr/include/frr/bfdd #usr/include/frr/bfdd/bfddp_packet.h @@ -14,6 +15,7 @@ usr/bin/vtysh #usr/include/frr/command_graph.h #usr/include/frr/command_match.h #usr/include/frr/compiler.h +#usr/include/frr/cspf.h #usr/include/frr/csv.h #usr/include/frr/db.h #usr/include/frr/debug.h @@ -94,6 +96,7 @@ usr/bin/vtysh #usr/include/frr/queue.h #usr/include/frr/resolver.h #usr/include/frr/ringbuf.h +#usr/include/frr/route_opaque.h #usr/include/frr/route_types.h #usr/include/frr/routemap.h #usr/include/frr/routing_nb.h @@ -112,6 +115,7 @@ usr/bin/vtysh #usr/include/frr/stream.h #usr/include/frr/systemd.h #usr/include/frr/table.h +#usr/include/frr/tc.h #usr/include/frr/termtable.h #usr/include/frr/thread.h #usr/include/frr/trace.h @@ -133,6 +137,8 @@ usr/bin/vtysh #usr/include/frr/zclient.h #usr/include/frr/zebra.h #usr/include/frr/zlog.h +#usr/include/frr/zlog_5424.h +#usr/include/frr/zlog_live.h #usr/include/frr/zlog_targets.h #usr/lib/frr #usr/lib/frr/modules @@ -157,18 +163,19 @@ usr/sbin/fabricd usr/sbin/frr usr/sbin/frr-reload usr/sbin/frr-reload.py +usr/sbin/frr_babeltrace.py usr/sbin/frrcommon.sh usr/sbin/frrinit.sh usr/sbin/generate_support_bundle.py usr/sbin/ospfd usr/sbin/pathd +usr/sbin/pim6d usr/sbin/ssd usr/sbin/staticd usr/sbin/vrrpd usr/sbin/watchfrr usr/sbin/watchfrr.sh usr/sbin/zebra -#usr/share/yang #usr/share/yang/frr-bgp-bmp.yang #usr/share/yang/frr-bgp-common-multiprotocol.yang #usr/share/yang/frr-bgp-common-structure.yang @@ -187,6 +194,7 @@ usr/sbin/zebra #usr/share/yang/frr-nexthop.yang #usr/share/yang/frr-ospf-route-map.yang #usr/share/yang/frr-ospf6-route-map.yang +#usr/share/yang/frr-ospfd.yang #usr/share/yang/frr-pathd.yang #usr/share/yang/frr-route-map.yang #usr/share/yang/frr-route-types.yang diff --git a/lfs/frr b/lfs/frr index e1e33fc94..e61df8421 100644 --- a/lfs/frr +++ b/lfs/frr @@ -26,15 +26,15 @@ include Config SUMMARY = FRRouting Routing daemon -VER = 8.0.1 +VER = 8.5.2 -THISAPP = frr-$(VER) -DL_FILE = $(THISAPP).tar.xz +THISAPP = frr-frr-$(VER) +DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = frr -PAK_VER = 5 +PAK_VER = 6 DEPS = elfutils @@ -50,7 +50,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 1473ce1282f572522fe88397bbe078dd8224e6a35d87f09c89a0231620e8a740d223a2ed94809ed23545dd77c330429311d99c172a1bd75d9f08888ca9a401ad +$(DL_FILE)_BLAKE2 = 2e2aca4e42757f66c9ca4725826c6cc1d611930490eed2a175ca5b56910f2c09a9d842b2a9370a64a9fdac6a6314bd4573be609d14dbf956049d9fbf49310404 install : $(TARGET) @@ -84,6 +84,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) $(UPDATE_AUTOMAKE) + cd $(DIR_APP) && ./bootstrap.sh cd $(DIR_APP) && ./configure \ --prefix=/usr \ --sysconfdir=/etc/frr \