From patchwork Thu Mar 14 13:32:49 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7613 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 4TwSxp48Xgz3wnl for ; Thu, 14 Mar 2024 13:33:18 +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 4TwSxd5rwMzFL1; Thu, 14 Mar 2024 13:33:09 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4TwSxd22PLz32qR; Thu, 14 Mar 2024 13:33:09 +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 ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4TwSxZ57qcz2yWM for ; Thu, 14 Mar 2024 13:33:06 +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 4TwSxY2nMnzC8; Thu, 14 Mar 2024 13:33:04 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1710423185; 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=/0OmrVDawmcapOMnP2fYHcNU86eDlRavXeLAga5ApFg=; b=OuYFfbj6V24TUGRIqOG1fXuhwtVlSLdPTuOsnAX0aJ/AUCAnwMSqHOzPOKaZ33qFE4RzfU VpHDtmyRVtNxTjAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1710423185; 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=/0OmrVDawmcapOMnP2fYHcNU86eDlRavXeLAga5ApFg=; b=u9ycNti+9oaUS/gHqTTlfH66vfLTDjnbmbkH4+GJq3shp1R1k0Ep9ctXhzh6KP1Nvp+jH7 cePyDn/mgSK0Ugfw5g0+Fb9XvIrGRPDMJx65QClpWnCEiaBW1eYoHCdmq+G31MPTj22amv 6g4PboanlOV1/qCrP2EiNmWbkOshDAlVQGoWOYoFxinDOMKu6UFWXxejqRE3UABKWsvUxZ DqkMJSnhK4hI+rBrDYnn7+D4HKf2IyuMJB3xgCKXMMFt02L4zZC6fwhRGDcidcCdzZt8f2 9NQm5H6NkCJLJ482OpFdcli/JkxFOPT2wpDeNQZjzmpp8KjkdEGJ7wqFBNKXZg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] iproute2: Update to version 6.8.0 Date: Thu, 14 Mar 2024 14:32:49 +0100 Message-ID: <20240314133258.13438-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: LPY3JIBJDGLN5OWKEGMUBANNR2AADM45 X-Message-ID-Hash: LPY3JIBJDGLN5OWKEGMUBANNR2AADM45 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.7.0 to 6.8.0 - Update of rootfile - Changelog is only available from the git commits. https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/log/ Signed-off-by: Adolf Belka --- config/rootfiles/common/iproute2 | 4 +--- lfs/iproute2 | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/common/iproute2 b/config/rootfiles/common/iproute2 index fb68e31f2..da7134d2d 100644 --- a/config/rootfiles/common/iproute2 +++ b/config/rootfiles/common/iproute2 @@ -30,8 +30,6 @@ sbin/vdpa #usr/include/iproute2/bpf_elf.h #usr/lib/tc #usr/lib/tc/experimental.dist -usr/lib/tc/m_ipt.so -usr/lib/tc/m_xt.so #usr/lib/tc/normal.dist #usr/lib/tc/pareto.dist #usr/lib/tc/paretonormal.dist @@ -129,6 +127,7 @@ usr/share/bash-completion/completions/tc #usr/share/man/man8/tc-fq_codel.8 #usr/share/man/man8/tc-fq_pie.8 #usr/share/man/man8/tc-fw.8 +#usr/share/man/man8/tc-gact.8 #usr/share/man/man8/tc-gate.8 #usr/share/man/man8/tc-hfsc.8 #usr/share/man/man8/tc-htb.8 @@ -160,7 +159,6 @@ usr/share/bash-completion/completions/tc #usr/share/man/man8/tc-tunnel_key.8 #usr/share/man/man8/tc-u32.8 #usr/share/man/man8/tc-vlan.8 -#usr/share/man/man8/tc-xt.8 #usr/share/man/man8/tc.8 #usr/share/man/man8/tipc-bearer.8 #usr/share/man/man8/tipc-link.8 diff --git a/lfs/iproute2 b/lfs/iproute2 index ce2ee1f81..17f25dddc 100644 --- a/lfs/iproute2 +++ b/lfs/iproute2 @@ -24,7 +24,7 @@ include Config -VER = 6.7.0 +VER = 6.8.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 = df55dffc54ed196d43a86ce40e887dca6390b91289a492266568ff31aa8b2827fbd91c18676e14706df844fbfe3a5c50bf927ed4401e098e385d401ec3d5c116 +$(DL_FILE)_BLAKE2 = d30cdff8522627c27c9165f068f42adbec38f15548a8f2cd31276f283880dc402e10c5989e7227e80cdc891bcc4a574b330d634ae550e689758b849c0506c31f install : $(TARGET)