From patchwork Sun Sep 13 17:12:14 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10208 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) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4hjZbk219Zz3xTb for ; Sun, 13 Sep 2026 17:12: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) (Client CN "mail02.haj.ipfire.org", Issuer "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4hjZbg2b6Sz5f6 for ; Sun, 13 Sep 2026 17:12:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hjZbc1k1Yz32dD for ; Sun, 13 Sep 2026 17:12:44 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4hjZbX6s01z2yt3 for ; Sun, 13 Sep 2026 17:12:40 +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 4hjZbV21Sqz8Yk; Sun, 13 Sep 2026 17:12:38 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1789319558; 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=z6+gWWYS1fQTYBIZZdbHc6b7NgeAdc8BcuvlijnfoeA=; b=RewpQDGOWTokbe2BBgHo8FdZ+gwm+4sZU949h39yiiUK+14mL4kxjn60DVyiXV2rdMyY2S Y7vhYLCOtqYKJlDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1789319558; 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=z6+gWWYS1fQTYBIZZdbHc6b7NgeAdc8BcuvlijnfoeA=; b=fRpN89W35H5gXboOWqX7tXr/pftKRDyoIZ0qp+8t3vdtUR1BNo1YPyc1MvzFGI8Rhg22Bl uU/a+mAVk6ut7HnDZXdRpDMy/mOP+6KZuQQcBavvI7P86Wi/vxgH4GPFXjjzgBPZ1PwGim oZrvonts2Sm/v8tWLETRU0rd8Yjxtx59EJIoOXr00otG3IXkrQB6eycMa15780CB7cfdR9 o7uDIx1e/anv6VgFL/atPw6yKJ7sLTq/bwDyySwCa3SPIGbtxWVOMYk6C4OdmwBPsVhqEt tMV/UZy/+gcDYXfqFw0stLMQToFwZ3PKRM+OolBBx9PI5UOrAwZ/W6H249Izxw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] frr: Update to version 10.7.1 Date: Sun, 13 Sep 2026 19:12:14 +0200 Message-ID: <20260913171230.3920551-15-adolf.belka@ipfire.org> In-Reply-To: <20260913171230.3920551-1-adolf.belka@ipfire.org> References: <20260913171230.3920551-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 - Update from version 10.7.0 to 10.7.1 - No change in rootfile - Changelog 10.7.1 What's Changed bgpd: Discard malformed BGP-LS attribute instead of withdrawing (backport #22674) by @mergify[bot] in #22675 Pim crash and use after free (backport #22684) by @mergify[bot] in #22688 bgpd: Reject malformed NHC attribute with a trailing partial TLV (backport #22673) by @mergify[bot] in #22698 pimd: fix null-check and stream read issues (backport #22680) by @mergify[bot] in #22702 pimd: sanitize IGMPv3 and mtrace packet-derived lengths (backport #22679) by @mergify[bot] in #22700 lib: fix wrong nexthop comparision for SRv6 (backport #22710) by @mergify[bot] in #22713 ospf6d: avoid route use after unlock in best route iterator (backport #22549) by @mergify[bot] in #22711 Improve pim autorp test stability in CI (backport #22730) by @mergify[bot] in #22736 bgpd: Preserve disable_ieee_floating on link-bandwidth extended communities (backport #22682) by @mergify[bot] in #22738 lib: fix wrong nexthop comparision for SRv6 by @ton31337 in #22759 lib: Fix ZAPI SRv6 nexthop comparison (backport #22772) by @mergify[bot] in #22786 bgpd: Ignore duplicate Prefix-SID SRv6 L3 Service TLVs (backport #22602) by @mergify[bot] in #22769 bgpd: Fix crash for no neighbor X path-attribute discard ... (backport #22785) by @mergify[bot] in #22793 lib: Clear seg6local context when deleting seg6local state (backport #22790) by @mergify[bot] in #22799 bgpd: Fix link-bandwidth extended community handling above ~34 Gbps (backport #22681) by @mergify[bot] in #22845 A couple minor bgpd fixes (backport #22512) by @mergify[bot] in #22853 bgpd: fix BAD_COPY_PASTE in bgp_path_info_cmp() (backport #22838) by @mergify[bot] in #22859 bgpd: fix link-bandwidth AS truncation in route-map for extended encoding (backport #22867) by @mergify[bot] in #22868 zebra: Fix SRv6 source-address config output (backport #22879) by @mergify[bot] in #22902 zebra: Fix SRv6 locator delete after no prefix (backport #22882) by @mergify[bot] in #22899 bgpd: fix RD route_node refcount leak in bgp_safi_node_lookup() (backport #22938) by @mergify[bot] in #22940 zebra: backport stale ifp cleanup PRs to 10.7 by @mjstapp in #22969 bgpd: Fix route-map use count for EVPN no advertise (backport #22945) by @mergify[bot] in #22954 isisd: Fix Router Capability subTLV parsing (backport #22873) by @mergify[bot] in #22976 bgpd: Withdraw routes with malformed SRv6 Service TLVs (backport #22980) by @mergify[bot] in #22997 isisd: backport #22234 (per-AF adjacency usability / SPF nexthop gating) to stable/10.7 by @gdmiller-za in #22999 *: fix some mem leaks in error paths (backport #23031) by @mergify[bot] in #23033 lib: bound the locator name skip in zapi_srv6_sid_notify_decode (backport #23035) by @mergify[bot] in #23045 bgpd: fix self nexthop overwrite in unnumbered interfaces setup (backport #23054) by @mergify[bot] in #23080 zebra: add TUNNEL_CSUM to netlink EVPN DVNI encode (backport #23058) by @mjstapp in #23084 watchfrr: don't admit to systemd that we restart (backport #23088) by @mergify[bot] in #23091 bgpd: allow GR-helper stale paths through the evaluate_paths peer-down skip (backport #23067) by @mergify[bot] in #23111 zebra: notify the client when an SRv6 SID allocation fails (backport #23051) by @mergify[bot] in #23128 bgpd: Do not print advertise-pip if it has a default value (backport #23110) by @ton31337 in #23127 Signed-off-by: Adolf Belka --- lfs/frr | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/frr b/lfs/frr index 0188d5e8f..0c89d19cc 100644 --- a/lfs/frr +++ b/lfs/frr @@ -26,7 +26,7 @@ include Config SUMMARY = FRRouting Routing daemon -VER = 10.7.0 +VER = 10.7.1 THISAPP = frr-frr-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = frr -PAK_VER = 18 +PAK_VER = 19 DEPS = @@ -50,7 +50,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 4adc266bb68788d084986ec5ada3aff2f8cee29203556340932930f8232b217ca649d126b982e03f8c7f82144ef6efed29eea2055d32d08cde242c52c6acca89 +$(DL_FILE)_BLAKE2 = 7f7e703a5d2a2615c5061e57aed6dbd36baa796592cc03d2c1c8bb306e183957eeb331c586953bfd87e16f39947988a74c00f76b79a8284d07967f05ec1362e5 install : $(TARGET)