From patchwork Sun Oct 5 12:39:32 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9160 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 "R13" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4cfhmw1RT4z3wdV for ; Sun, 05 Oct 2025 12:39:44 +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" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4cfhmw0bH7z3vx for ; Sun, 05 Oct 2025 12:39:44 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4cfhmv6zY3z32gL for ; Sun, 05 Oct 2025 12:39:43 +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 "R13" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4cfhms2xrlz2xMD for ; Sun, 05 Oct 2025 12:39:41 +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 4cfhmm1230zLs; Sun, 05 Oct 2025 12:39:36 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1759667976; 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; bh=TVOslAztpVUmAKD2LS8mUAJwyyqSzYLNRJoH6eoivX4=; b=lmrvDc+JGvVOcdPZaI3/9CjzQ7XnPggYXSOjZd4RPaoRU9G6sqRauExayT2UPixABTelTp 5DrGwsoGzPEFR/DA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1759667976; 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; bh=TVOslAztpVUmAKD2LS8mUAJwyyqSzYLNRJoH6eoivX4=; b=vqWEshxBHpL6xK20ezC+VSJedJNAjQ7qekyhLfbo976cr94Md3p9tosMoIJHKvcT+/t9Ap een3D9UGvFdVTthqx76qjhaLNdx/f8t9KZfVZBFl2IkCiNImXC7baopEF97hVHg7JQYOdC WAACOSN5+ULRAbd+dHr0nEWCY7ha3+YCtrmfYOLwnGmAfYYVqkBvZTQTxiPop42F1zGav4 UzhgwFiZI/hM6S1E70kBJ5q4WNlGUEyXXoHiQnhRcAtUn12Y8fpSuF+wBacWa+w7pK+Raa B0MRdfgc+26aHO6Np7YR3gONsorVc4EtBF4Mv7WbfkOwzR1L8VBGv532ooCtFg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH 1/2] iproute2: Update to version 6.17.0 Date: Sun, 5 Oct 2025 14:39:32 +0200 Message-ID: <20251005123933.3411832-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.16.0 to 6.17.0 - Update of rootfile - Changelog is not provided. Details of changes 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 | 1 + lfs/iproute2 | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/iproute2 b/config/rootfiles/common/iproute2 index 6c4dac6e0..804c6bf6c 100644 --- a/config/rootfiles/common/iproute2 +++ b/config/rootfiles/common/iproute2 @@ -119,6 +119,7 @@ usr/share/bash-completion/completions/tc #usr/share/man/man8/tc-ct.8 #usr/share/man/man8/tc-ctinfo.8 #usr/share/man/man8/tc-drr.8 +#usr/share/man/man8/tc-dualpi2.8 #usr/share/man/man8/tc-ematch.8 #usr/share/man/man8/tc-etf.8 #usr/share/man/man8/tc-ets.8 diff --git a/lfs/iproute2 b/lfs/iproute2 index 653caaab5..bbbf5d88a 100644 --- a/lfs/iproute2 +++ b/lfs/iproute2 @@ -24,8 +24,8 @@ include Config -VER = 6.16.0 -# https://mirrors.edge.kernel.org/pub/linux/utils/net/iproute2/ +VER = 6.17.0 +# https://mirrors.edge.kernel.org/pub/linux/utils/net/iproute2/ THISAPP = iproute2-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -41,7 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = d1c66f4d63edd6fa2701c92dbc47f8c4388d6a660d541d528e3463e8e261fda64df4a7f8930f510718c71ee82438b5c4859f072eb08c8ff1e4d1d65223108005 +$(DL_FILE)_BLAKE2 = 49b88fd1eaea34376b086be02e72505ca62f52f3c53f3ee29cd273532521fabe8d38062277852dcc69f78b86b9460b213bbeedc9c51ce20d3bb1fd35d86b6fc8 install : $(TARGET)