From patchwork Tue May 2 17:53:15 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6826 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 4Q9nkR25T1z3wlH for ; Tue, 2 May 2023 17:53:35 +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 4Q9nkM3gc2zbH; Tue, 2 May 2023 17:53:31 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Q9nkM34BTz307D; Tue, 2 May 2023 17:53:31 +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 4Q9nkK3fFbz2xmm for ; Tue, 2 May 2023 17:53:29 +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 4Q9nkJ2N41zbH; Tue, 2 May 2023 17:53:28 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1683050008; 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=L8UrY+Y5Y22qytwGoV6T4zOusC9+9pQzGjvHxMk37EE=; b=i1MtV0DsuknbVsQH3DFBAl6hRGmiKLOoaWbBBI2+PPrBFekRb0ZP8eDXCUxcAvVfb6iukr HXKrR4QSUYgPRwBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1683050008; 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=L8UrY+Y5Y22qytwGoV6T4zOusC9+9pQzGjvHxMk37EE=; b=dgwmZZ1RrEIl7+sHV2UjNusek+kosfPz/al2D9hGfPPhYMh6hDHXRiarFKRakbXinKIWsJ NpKAb2+glSIaxRTrwZ4ECRPpz5R+ATQ3uqZO0fkqY92nkPcJfdfSaU13t2m1jEyKDmB43L nX4Fbh9Nn74IKuPWICj9QMvSBkDa8DsU5JLrCt8P/+Q2O58ly71DF3zfBTJTOBHE1pbRq4 4+c448ZUR2UD9U1EupOGMFnNzdrVIiVPng2TkIChxYER6gaKRNZUfY4uoUgGNimmG1gWKa Sx4aTD4ONxFWL1g2Ct+3jzOyhrqpyYwGwRFtG2S+loyEHAOB8El8686HAh9/gg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] iproute2: Update to version 6.3.0 Date: Tue, 2 May 2023 19:53:15 +0200 Message-Id: <20230502175321.3769644-2-adolf.belka@ipfire.org> In-Reply-To: <20230502175321.3769644-1-adolf.belka@ipfire.org> References: <20230502175321.3769644-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.2.0 to 6.3.0 - Update of rootfile not required - Changelog can only be reviewed by looking at the commits in the git repo https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/log/ Signed-off-by: Adolf Belka --- lfs/iproute2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/iproute2 b/lfs/iproute2 index f9e24fd09..c773291f3 100644 --- a/lfs/iproute2 +++ b/lfs/iproute2 @@ -24,7 +24,7 @@ include Config -VER = 6.2.0 +VER = 6.3.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 = d3bfaecf33ffc7861e983e8db0d6a63f4767b6c01b5346e88f51c65ed6279c4be29412ed18b8f98ed54d60a84455b73fe7745142fd0fc0f3e327a29e8bcce986 +$(DL_FILE)_BLAKE2 = a7b48c59c8a30f56ca810136f4d9f681fe38359999c260227a6229b972ce70b233d2865a6543cf3f70ed586825f9191c22d459a9fc5cc8c7dbf3ab417064c8a7 install : $(TARGET)