From patchwork Sat Feb 5 20:33:12 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5088 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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Jrkct3MJqz3wsl for ; Sat, 5 Feb 2022 20:33:18 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Jrkcs5p0sz3Yq; Sat, 5 Feb 2022 20:33:17 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Jrkcs59qlz2ydc; Sat, 5 Feb 2022 20:33:17 +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 4Jrkcr6w4Cz2xdf for ; Sat, 5 Feb 2022 20:33:16 +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 (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Jrkcr5w8rz2Nq; Sat, 5 Feb 2022 20:33:16 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1644093196; 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=+D1+VqV9tbHa6Rs4Uimi9fHRiLEK7FsvViDRTIqZHxU=; b=0zgpZIpCOK2k7eOSrLm7NN0l1IR9PzF+M2sEifNdparVqdi7kvBXCpKkq6kWhzOfvqDTw+ t+N5fh+d1IT/5VAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1644093196; 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=+D1+VqV9tbHa6Rs4Uimi9fHRiLEK7FsvViDRTIqZHxU=; b=e0DFefPkBcBKuO+kTBUHV8c0RC8HZH8H6khtn5k/eowmU5TBH7ZQsWeR6lYo+yF9sZINBg Pkh7zY7Tjq4URpvDjfilSuKpa5BebPPl8d7m+1KChMrtt0EEqNqQSM4e44uM3sP4KFHDq2 pfQmFtxXH//5d7lRMxv9/ubzYoApAo46wXT14cxIXn/yKIjXMIQ65ExQwkHMV7sjSSST2u q4cOGcy4jyCmPG5vaTHpAaJZEmEzhHX4T8zVNVgYCOsKVxYEcOCii2Lq6slkX5hWur9q2v Rk9rxw3W6eS9Yfym5fnq5OySSp1cRHpDwLY7qO2bRjn5Lf+UVrrJ9h/9ksm7rw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] iproute2: Update to version 5.16.0 Date: Sat, 5 Feb 2022 21:33:12 +0100 Message-Id: <20220205203312.1998433-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 5.15.0 to 5.16.0 - Update of rootfile routef has been removed Commit message - This script is old and limited to IPv4. Using ip route command directly is better option. rtpr has been removed Commit message - This script was a one off hack for a special case. Now that ip commands have better formatting, there is no real reason for it ifcfg has been removed Commit message - This script was from olden days of ifcfg. I don't see any distribution using it and it is time to put it out to pasture. - Changelog - There is no changelog. For details of changes you have to review the commits in the git repository https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/log/ Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/common/iproute2 | 6 ------ lfs/iproute2 | 4 ++-- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/config/rootfiles/common/iproute2 b/config/rootfiles/common/iproute2 index ebef87ef7..0247aa976 100644 --- a/config/rootfiles/common/iproute2 +++ b/config/rootfiles/common/iproute2 @@ -13,17 +13,14 @@ sbin/ctstat sbin/dcb sbin/devlink sbin/genl -sbin/ifcfg sbin/ifstat sbin/ip sbin/lnstat sbin/nstat sbin/rdma -sbin/routef sbin/routel sbin/rtacct sbin/rtmon -sbin/rtpr sbin/rtstat sbin/ss sbin/tc @@ -65,7 +62,6 @@ usr/share/bash-completion/completions/tc #usr/share/man/man8/devlink-trap.8 #usr/share/man/man8/devlink.8 #usr/share/man/man8/genl.8 -#usr/share/man/man8/ifcfg.8 #usr/share/man/man8/ifstat.8 #usr/share/man/man8/ip-address.8 #usr/share/man/man8/ip-addrlabel.8 @@ -101,11 +97,9 @@ usr/share/bash-completion/completions/tc #usr/share/man/man8/rdma-statistic.8 #usr/share/man/man8/rdma-system.8 #usr/share/man/man8/rdma.8 -#usr/share/man/man8/routef.8 #usr/share/man/man8/routel.8 #usr/share/man/man8/rtacct.8 #usr/share/man/man8/rtmon.8 -#usr/share/man/man8/rtpr.8 #usr/share/man/man8/rtstat.8 #usr/share/man/man8/ss.8 #usr/share/man/man8/tc-actions.8 diff --git a/lfs/iproute2 b/lfs/iproute2 index acea611b1..21b792e0a 100644 --- a/lfs/iproute2 +++ b/lfs/iproute2 @@ -24,7 +24,7 @@ include Config -VER = 5.15.0 +VER = 5.16.0 THISAPP = iproute2-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 8a598a61c054a3ce538b47c40b010552 +$(DL_FILE)_MD5 = 994c1bad2a24aa9d70e89670c5b5dfcb install : $(TARGET)