From patchwork Tue Nov 19 11:09:34 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 8244 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) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Xt1wz68SVz3wx0 for ; Tue, 19 Nov 2024 11:09:55 +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 RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Xt1wy5WNTz4gb; Tue, 19 Nov 2024 11:09:54 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Xt1wy4f0Dz32wV; Tue, 19 Nov 2024 11:09:54 +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 "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Xt1ws1Q2Kz32wV for ; Tue, 19 Nov 2024 11:09:49 +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 4Xt1wr0dpRz4fy; Tue, 19 Nov 2024 11:09:48 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1732014588; 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=ItM3CDX/e4UHM560HBJ1nkgADmGdo+XRSa/OBoAEWa8=; b=l0mc+QBirrgi7MzdkJ5MGSq5OSgy1D4AmvUauMedLVEPplV0y+RWm2PPLQtqrkdxrcKUtp 3Vpb2jkCpX5wxrBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1732014588; 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=ItM3CDX/e4UHM560HBJ1nkgADmGdo+XRSa/OBoAEWa8=; b=pnFKSGnWv18EPLUmlJpsVQaWobetioCBWldSsP79Rlu6urgqM9Res4kCSpEbiyDRK50cUC QNnkbjq0ElCGbOn33VZQeS+IX4WwXFuBW/MSVXrCC1+ZfKAL5uTdOXHTSlSjTrMVe7Ep7a 6NXRqufnWT6y3sVILFRArjeppuRgYhLAX+vKDshOqSUI1k2z4Oqfn8yC0FHGA+SISUmH6Z wlBTzvBCWhVB819Ng1Zx8SowSUujbrrgcuEm/Q9H28PiMNLT/LRj88OJVCJHyN8t4DG43q xllc8tEDjcR20ZtdLH8H4B9Q5GmFaRXHIbIGNkbINLyJZl0lDvUjzEmDmZBkGg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] iproute2: Update to version 6.11.0 Date: Tue, 19 Nov 2024 12:09:34 +0100 Message-ID: <20241119110936.3597603-8-adolf.belka@ipfire.org> In-Reply-To: <20241119110936.3597603-1-adolf.belka@ipfire.org> References: <20241119110936.3597603-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: NEWBLBGSJEYQKMUK5GPXQFLMHLLDIW2D X-Message-ID-Hash: NEWBLBGSJEYQKMUK5GPXQFLMHLLDIW2D X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Update from version 6.10.0 to 6.11.0 - Update of rootfile not required - Changelog details are only available from the git repository commits 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 5d66de568..0ba0f3835 100644 --- a/lfs/iproute2 +++ b/lfs/iproute2 @@ -24,7 +24,7 @@ include Config -VER = 6.10.0 +VER = 6.11.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 = 66332ea333ab2cdc4a2c71000fa2d06fd87cfdf5237dae458aff60ce606155302eb9d0ffaf87107255ab04c02f2b773dc040abb08bb89afb53091396dfc8a3ad +$(DL_FILE)_BLAKE2 = 1a360d7cb9a70f5cde184abe934f2d08e9c0d2196c4ec10015636af3984abe2738d9dd8d6c7a69569fc7449e9933829f4eccd593ab8c041ce7b6385adaed63cc install : $(TARGET)