From patchwork Thu Mar 2 10:14:12 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6657 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 4PS7723tgqz3xFQ for ; Thu, 2 Mar 2023 10:45:50 +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 4PS6h40ptLz3lC; Thu, 2 Mar 2023 10:25:55 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PS6h141Rzz30JD; Thu, 2 Mar 2023 10:25:53 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4PS6gy3gHmz30JR for ; Thu, 2 Mar 2023 10:25:50 +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 4PS6RK1wdTz3l6; Thu, 2 Mar 2023 10:14:52 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1677752093; 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=8S4g1+4LeA/OLfVgeHVJHyKYkzfTgu9sF2bDrtzOryg=; b=T+u/RdokUFlbF/bxH19mzeIRSS6n67uAGs93JTHHbKLDw1gb/SNlpZ+yf2Lu6Y5OAGlEzx 6Xd9whWcUZYsxZBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1677752093; 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=8S4g1+4LeA/OLfVgeHVJHyKYkzfTgu9sF2bDrtzOryg=; b=IPfapSBukL+g3A7dIylOZ2/+37f4jQbmtbbmqXSMsbBZvwvSjOcOga7fiZvH4IvXZM8CZV mDspDtezBJzko4ywwWVti8XqtzmDBEAAkih+MJQ3trhZ3EAWdbjcn16LgfgrwN2JKkC7dB SyCqvxn3B0yJ7M0cm/sFtvQyWdnMqOiITFIlzyn8ALueVyA+oxeYzMNZ+Px9C8M1yi/LaN qd9mFUawFWhyIWBewul632hWe7txIIKAvD7OQzLXXaUur4LPyVaj0J2DCUjspo9Wd87aUm bwJ58XOm8lZCenJgRReeTuPjmRsTyRRgbdtnobThQLc3X67I2X8oXXkTHMkTDA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] iproute2: Update to version 6.2.0 Date: Thu, 2 Mar 2023 11:14:12 +0100 Message-Id: <20230302101419.3443689-7-adolf.belka@ipfire.org> In-Reply-To: <20230302101419.3443689-1-adolf.belka@ipfire.org> References: <20230302101419.3443689-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 version 6.1.0 to 6.2.0 - Update of rootfile - Changelog No Changelog in website or in source tarball. Only source of changes is the git commits https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/log/ 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 5f6058904..420a33c85 100644 --- a/config/rootfiles/common/iproute2 +++ b/config/rootfiles/common/iproute2 @@ -44,6 +44,7 @@ usr/share/bash-completion/completions/tc #usr/share/man/man8/bridge.8 #usr/share/man/man8/ctstat.8 #usr/share/man/man8/dcb-app.8 +#usr/share/man/man8/dcb-apptrust.8 #usr/share/man/man8/dcb-buffer.8 #usr/share/man/man8/dcb-dcbx.8 #usr/share/man/man8/dcb-ets.8 diff --git a/lfs/iproute2 b/lfs/iproute2 index 62d3483d9..f9e24fd09 100644 --- a/lfs/iproute2 +++ b/lfs/iproute2 @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team # +# Copyright (C) 2007-2023 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.1.0 +VER = 6.2.0 THISAPP = iproute2-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 38249703e0a9ba74405aebdb97560b286deefa959a9c3f0e0893962b6966f5da2da46199dda6a0f9584bb473f8ba529440643d97f66e9b7619df029e3091d163 +$(DL_FILE)_BLAKE2 = d3bfaecf33ffc7861e983e8db0d6a63f4767b6c01b5346e88f51c65ed6279c4be29412ed18b8f98ed54d60a84455b73fe7745142fd0fc0f3e327a29e8bcce986 install : $(TARGET)