From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZRBTc2QL7z335m for ; Mon, 31 Mar 2025 13:16:04 +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 (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZRBTX5c7Wz333s for ; Mon, 31 Mar 2025 13:16:00 +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 4ZRBTX3F2Tz118; Mon, 31 Mar 2025 13:16:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1743426960; 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=0UXDjgZNmS3jj2UvKggWUloTbuq9HXozgPh7O5bQnu8=; b=KOt+4AXtUvwHmKFYcZ59S+/HOPVEjNPRBcKa1tGYVwDTVSkEzpmGS1Rvk3/vjo1I2uqEC0 0wacwN/E1B3AmfuOJCExELTyAuoboKs59KLLVi94ij5Fg45Woz4YGDnthagqip1VQZI0jx VCMeqndiFnhJjqMPEQ9RJ063eooEOWjWu30Ux0Kkm1nTwjUa4TpgOs68Lqd31eQjb6FLkZ tojm1lw5VbdOL0ZV8wLwC2u411K1dbVHcUR30I/X15BUH43FdQ+BB4/aGOVNjtTmruFblr 5K5vqFsB9joLTtJL5nERjcgD2PMmJIpnNEFZbpBIKB5deLrlgf/R9BPwi4MAig== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1743426960; 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=0UXDjgZNmS3jj2UvKggWUloTbuq9HXozgPh7O5bQnu8=; b=qcZt5K6RYzLhyPAgBKeMDmQJu3B0Qsz74d/VJRbGlOn8h5SbPhOW9zmg8MmsbsQSpO0HVN Pefuh3PdlesFd/Bg== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] iproute2: Update to version 6.14.0 Date: Mon, 31 Mar 2025 15:15:54 +0200 Message-ID: <20250331131555.3325603-2-adolf.belka@ipfire.org> In-Reply-To: <20250331131555.3325603-1-adolf.belka@ipfire.org> References: <20250331131555.3325603-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 Content-Transfer-Encoding: 8bit - Update from version 6.11.0 to 6.14.0 - Update of rootfile - Changelog is not available. Details of changes have to be found by reviewing the git log file - https://web.git.kernel.org/pub/scm/network/iproute2/iproute2.git/log/ Signed-off-by: Adolf Belka --- config/rootfiles/common/iproute2 | 2 +- lfs/iproute2 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/iproute2 b/config/rootfiles/common/iproute2 index da7134d2d..6c4dac6e0 100644 --- a/config/rootfiles/common/iproute2 +++ b/config/rootfiles/common/iproute2 @@ -95,6 +95,7 @@ usr/share/bash-completion/completions/tc #usr/share/man/man8/nstat.8 #usr/share/man/man8/rdma-dev.8 #usr/share/man/man8/rdma-link.8 +#usr/share/man/man8/rdma-monitor.8 #usr/share/man/man8/rdma-resource.8 #usr/share/man/man8/rdma-statistic.8 #usr/share/man/man8/rdma-system.8 @@ -171,4 +172,3 @@ usr/share/bash-completion/completions/tc #usr/share/man/man8/vdpa-dev.8 #usr/share/man/man8/vdpa-mgmtdev.8 #usr/share/man/man8/vdpa.8 -#var/lib/arpd diff --git a/lfs/iproute2 b/lfs/iproute2 index 0ba0f3835..6dd3d4c3b 100644 --- a/lfs/iproute2 +++ b/lfs/iproute2 @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2024 IPFire Team # +# Copyright (C) 2007-2025 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.11.0 +VER = 6.14.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 = 1a360d7cb9a70f5cde184abe934f2d08e9c0d2196c4ec10015636af3984abe2738d9dd8d6c7a69569fc7449e9933829f4eccd593ab8c041ce7b6385adaed63cc +$(DL_FILE)_BLAKE2 = 18bd180c608b657694f4713bf915d45006c97a7206a3260ac52149d4c976422e1949ada425d4989c5a7e327e3d8eb45ea990de25f3645bb1308ac2531bf834d2 install : $(TARGET) -- 2.49.0