From patchwork Tue Sep 8 19:52:36 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 10181 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 4hfZNt4Q0cz3x4d for ; Tue, 08 Sep 2026 19:53:02 +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 4hfZNr3NVCz6w1 for ; Tue, 08 Sep 2026 19:53:00 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hfZNm0glfz37D8 for ; Tue, 08 Sep 2026 19:52:56 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (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 4hfZNd4r6Yz36WM for ; Tue, 08 Sep 2026 19:52:49 +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 4hfZNc1Tvbz6q4; Tue, 08 Sep 2026 19:52:48 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1788897168; 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=iDtJ8sibYyeyFZSyHeU9t0P9ZBge4WSnnICtux0xjUo=; b=UXBOSdJxosBeix26apfa3cptqWdJKCUajStPNlEHMqCHHl6N/P48fUkDX+4VJt0vUVu7UX IbwP+8eZ4JMWZ0AQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1788897168; 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=iDtJ8sibYyeyFZSyHeU9t0P9ZBge4WSnnICtux0xjUo=; b=BPPlQ2XNnunbAJleSz0F4AjslUi+b4MBQE0AzOiVFmaENjlZIienuoSdHvO/YlnWvqnKRh fGaCaBms5eylu7z+jOYepcJb7fW6I02+NwuRYC40fHSZjolT220qaBX36F8aYmxNgniWgl jgHe1UosDC4PY5mY5NuMRZC8xcmVuTAv6XA1+qV3CcBI15kprsPzmS2CxBHPbT66tERRIo V0dHBzfe/FR/WTfShIlDtcZXLpjClA/LKafj1As+Smq5w90pFHE/LRXI69Zcn9G1x+n5Ul gaKHmVR6aU86laF7IBz2a/pGrijDhwQ2cj5by5n7HTlAby/vNXoPKXAAD2U3tA== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] iproute2: Update to version 7.2.0 Date: Tue, 8 Sep 2026 21:52:36 +0200 Message-ID: <20260908195241.2909132-10-adolf.belka@ipfire.org> In-Reply-To: <20260908195241.2909132-1-adolf.belka@ipfire.org> References: <20260908195241.2909132-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 7.0.0 to 7.2.0 - No change in rootfile - Changelog is not provided. Details of changes for versions 7.0.1 and 7.2.0 can be found from the git commit changes https://git.kernel.org/pub/scm/network/iproute2/iproute2.git Signed-off-by: Adolf Belka --- lfs/iproute2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/iproute2 b/lfs/iproute2 index 01682c576..c0881fc28 100644 --- a/lfs/iproute2 +++ b/lfs/iproute2 @@ -24,7 +24,7 @@ include Config -VER = 7.0.0 +VER = 7.2.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 = 1edec3088a16657ee85c1799bf911c6cd75a359efc75fc23ac922474b1e10e9410454d6e6930b58ebe047a8b5fa4f522e9fb7f53a4d9a4e3b84b8979c5aaa926 +$(DL_FILE)_BLAKE2 = e03cb92aa6c1f092b144614a44b013b91573099a08f32a25b3fa894470d5940fd7737a5bb0add58c1227ad53a4db159574f4fcded128d2ef219aa55a213bc6c7 install : $(TARGET)