From patchwork Sun Sep 17 14:44:22 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonatan Schlag X-Patchwork-Id: 7201 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 (secp384r1) server-digest SHA384 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4RpW0f3W4pz3ws3 for ; Sun, 17 Sep 2023 14:44:34 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4RpW0c2y4Rz1y0; Sun, 17 Sep 2023 14:44:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4RpW0c1zMJz2ydZ; Sun, 17 Sep 2023 14:44:32 +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 4RpW0b4r52z2xmk for ; Sun, 17 Sep 2023 14:44:31 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4RpW0Z6z89zM7; Sun, 17 Sep 2023 14:44:30 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1694961871; 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=Saqaf/GlEfGUkyc+O5p0A0ejx30tBGeSjYJZXgoromo=; b=k4nQbayHaje4eymLIRAcfBVTnNMxXloK7ZeGE5vfuuv2oOrftDG5uPHC29yJZXxVp7vjyV +laqtX8Jc37RD0CA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1694961871; 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=Saqaf/GlEfGUkyc+O5p0A0ejx30tBGeSjYJZXgoromo=; b=cfNB0DB+woAQR2HsthQbcn8yfxq8irhX9XLbflj7vuRT7z89QmmqTlO6d2Ds4u3Y+uM04j idAsktp6ahPm79hV5h9sxnzGA7IZ4GPirr5qynqVQhy5RgZHAOdwF9srK3XtVpCg8L71Dc rQundKMsAWL+cZWR15ksFmwDxKzTbaVkmMAksdLhExbLuH30jA6htmI0oL3oh0aNKB/uF6 RbsgB1W2lydwoxPxc++/DQuwK1fpha9dJOJH1uxIRryb9X0dH3DWGfPxRdUoJbzkm7r5o6 s4RmEPlJx7xwr4jdrcXo36x/h6R5hC9iP81iiqAQbkoWFDcoZElwYD/URRt3Og== From: Jonatan Schlag To: development@lists.ipfire.org Subject: [PATCH] iproute2: Update to 6.5 Date: Sun, 17 Sep 2023 14:44:22 +0000 Message-Id: <20230917144422.188952-1-jonatan.schlag@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" Fixes: #13284 Signed-off-by: Jonatan Schlag --- iproute2/iproute2.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iproute2/iproute2.nm b/iproute2/iproute2.nm index 20df759ae..72024ac57 100644 --- a/iproute2/iproute2.nm +++ b/iproute2/iproute2.nm @@ -4,8 +4,8 @@ ############################################################################### name = iproute2 -version = 6.0.0 -release = 4 +version = 6.5.0 +release = 1 groups = Networking/Tools url = https://git.kernel.org/pub/scm/network/iproute2/iproute2.git