From patchwork Sun Apr 26 11:44:07 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9728 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 "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4g3PyG6nPqz3xNC for ; Sun, 26 Apr 2026 11:45:10 +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 "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4g3PyG3fbJz7Dy for ; Sun, 26 Apr 2026 11:45:10 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4g3Pxy2ttbz378p for ; Sun, 26 Apr 2026 11:44:54 +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 "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4g3Pxl1DJTz34GK for ; Sun, 26 Apr 2026 11:44:43 +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 4g3Pxk5jR3z6tQ; Sun, 26 Apr 2026 11:44:42 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1777203883; 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=KIQ3I8WoCxO5tk3xgLKFw4ykAJvhjv/SPc/KZLuDEPg=; b=rhMMbeAn9OtS3SmE2hLVDLtL4m2O84ErR6EWkS9JhfM4Ex+/Fp16kxT/AHagsx/2y36Nrf gsTqYgGcWWgrJLDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1777203883; 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=KIQ3I8WoCxO5tk3xgLKFw4ykAJvhjv/SPc/KZLuDEPg=; b=j1Eyg6CHnlb1UPpk0lYFXbHMgjEcdTwItB5ieRTv5M4k9/NBN1rWLXiHBRZqSAndX+9Ao+ wTB5TVCRQWn4YMaAwDlDE32EzzrEt1p2r255aCnv2fByiia4g4ghQqryYLvdy2D9p0GDk/ mpCDkGEhOYiguCXU1T66NBME8Hwl/4GgiRWHX/JTZLy+mmBlN4t5WhL531w9vu323COgtc TVl7cHWUyPkqY6Hz5vkYJoR63vpX12awiwtHLc4BjziOJpePsDtdmhqdybpPLL6xyq4Q1I XUfeuskbAFrI+1NI5PXh9SBbeZYLbcENkPIRjOb6OSJEzu8ocwWHDv7A9ihgfA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] iproute2: Update to version 7.0.0 Date: Sun, 26 Apr 2026 13:44:07 +0200 Message-ID: <20260426114418.122889-18-adolf.belka@ipfire.org> In-Reply-To: <20260426114418.122889-1-adolf.belka@ipfire.org> References: <20260426114418.122889-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 6.17.0 to 7.0.0 - Update of rootfile - Changelog is not provided. Details of changes for versions 7.0.0, 6.19.0 and 6.18.0 can be found from the git commit changes https://git.kernel.org/pub/scm/network/iproute2/iproute2.git Signed-off-by: Adolf Belka --- config/rootfiles/common/iproute2 | 5 +++++ lfs/iproute2 | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/iproute2 b/config/rootfiles/common/iproute2 index 804c6bf6c..12fa8a968 100644 --- a/config/rootfiles/common/iproute2 +++ b/config/rootfiles/common/iproute2 @@ -12,10 +12,12 @@ sbin/bridge sbin/ctstat sbin/dcb sbin/devlink +sbin/dpll sbin/genl sbin/ifstat sbin/ip sbin/lnstat +sbin/netshaper sbin/nstat sbin/rdma sbin/routel @@ -35,6 +37,7 @@ sbin/vdpa #usr/lib/tc/paretonormal.dist #usr/sbin/arpd #usr/share/bash-completion/completions/devlink +#usr/share/bash-completion/completions/dpll usr/share/bash-completion/completions/tc #usr/share/man/man3/libnetlink.3 #usr/share/man/man7/tc-hfsc.7 @@ -62,6 +65,7 @@ usr/share/bash-completion/completions/tc #usr/share/man/man8/devlink-sb.8 #usr/share/man/man8/devlink-trap.8 #usr/share/man/man8/devlink.8 +#usr/share/man/man8/dpll.8 #usr/share/man/man8/genl.8 #usr/share/man/man8/ifstat.8 #usr/share/man/man8/ip-address.8 @@ -92,6 +96,7 @@ usr/share/bash-completion/completions/tc #usr/share/man/man8/ip-xfrm.8 #usr/share/man/man8/ip.8 #usr/share/man/man8/lnstat.8 +#usr/share/man/man8/netshaper.8 #usr/share/man/man8/nstat.8 #usr/share/man/man8/rdma-dev.8 #usr/share/man/man8/rdma-link.8 diff --git a/lfs/iproute2 b/lfs/iproute2 index bbbf5d88a..01682c576 100644 --- a/lfs/iproute2 +++ b/lfs/iproute2 @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2025 IPFire Team # +# Copyright (C) 2007-2026 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 6.17.0 +VER = 7.0.0 # https://mirrors.edge.kernel.org/pub/linux/utils/net/iproute2/ THISAPP = iproute2-$(VER) @@ -41,7 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 49b88fd1eaea34376b086be02e72505ca62f52f3c53f3ee29cd273532521fabe8d38062277852dcc69f78b86b9460b213bbeedc9c51ce20d3bb1fd35d86b6fc8 +$(DL_FILE)_BLAKE2 = 1edec3088a16657ee85c1799bf911c6cd75a359efc75fc23ac922474b1e10e9410454d6e6930b58ebe047a8b5fa4f522e9fb7f53a4d9a4e3b84b8979c5aaa926 install : $(TARGET)