From patchwork Wed Apr 6 13:05:56 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5447 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 4KYPs81Jwcz3x1w for ; Wed, 6 Apr 2022 13:06:04 +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 4KYPs72gwBz2cK; Wed, 6 Apr 2022 13:06:03 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4KYPs72B9Wz2xxK; Wed, 6 Apr 2022 13:06:03 +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 4KYPs60h4gz2xKQ for ; Wed, 6 Apr 2022 13:06:02 +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 4KYPs556wCz1Zd; Wed, 6 Apr 2022 13:06:01 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1649250361; 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=MtRR9Dt0qIXjNRABTqs3mcwFtacwPLYTCVWLXjqv6i4=; b=S+Xvmy54rUaQZPLBWD7T2wQslKbN0Ic885GhzXgI6C1Y4GmwdO+f284rCM/Fl3fdeCt31l 7pBdBOsxW8g/nDBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1649250361; 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=MtRR9Dt0qIXjNRABTqs3mcwFtacwPLYTCVWLXjqv6i4=; b=KVVujWTquhdAdT3MY/6aqKJMDvEaDAdA9Mbmk1RcgCSNwLrflQp1qR5WW6ldWaCPgj5mjD 2m2caxurld4nrIYTbzSAGV0m9FW3TI/1YMZSZhi2tQFKaQL7vEkRl2b3BCjEYuuYTfKUrm 4zO32JXE5Q/lbiJC1/ODLWkBHI2FJcX8YXeRhHjX1uOFtndgNvstBVgsUdC32yTYCMT8Nh Z4bl04XvyCb26lmo8cUgceId3UDd8ZEeVxrP77OjbidoaIkT7m8rSbGMzXGZw39NQow+d9 NgfNkvddAOg7+WfT56+xspmg/KNUJzhJTuPL14wjKbpJhriocaxovBh4cjAfmw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] iproute2: Update to version 5.17.0 Date: Wed, 6 Apr 2022 15:05:56 +0200 Message-Id: <20220406130556.4955-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 5.16.0 to 5.17.0 - Update of rootfile not required - Changelog v5.17.0 ip/geneve: add support for IFLA_GENEVE_INNER_PROTO_INHERIT Merge branch 'gtp-netdev' into next f_flower: Implement gtp options support ip: GTP support in ip link Wojciech man: bridge: document per-port mcast_router settings bridge: support for controlling mcast_router per port Update kernel headers vdpa: Update man page with added support to configure max vq pair link_xfrm: if_id must be non zero testsuite: link xfrm delete no if_id test vdpa: Support reading device features vdpa: Support for configuring max VQ pairs for a device vdpa: Allow for printing negotiated features of a device vdpa: Remove unsupported command line option Makefile: move HAVE_MNL check to top-level Makefile Merge branch 'bridge-broadcast-flooding' into next Merge branch 'main' into next man: ip-link: whitespace fixes to odd line breaks mid sentence man: ip-link: mention bridge port's default mcast_flood state man: ip-link: document new bcast_flood flag on bridge ports ip: iplink_bridge_slave: support for broadcast flooding man: bridge: add missing closing " in bridge show mdb man: bridge: document new bcast_flood flag for bridge ports bridge: support for controlling flooding of broadcast per port rdma: make RES_PID and RES_KERN_NAME alternative to each other uapi: update vdpa.h ipaddress: remove 'label' compatibility with Linux-2.0 net aliases lib/fs: fix memory leak in get_task_name() ip/batadv: allow to specify RA when creating link Import batman_adv.h header from last kernel sync point uapi: update magic.h Revert "configure: Allow command line override of toolchain" tc: separate action print for filter and action dump rdma: Fix the logic to print unsigned int. Revert "rdma: Fix res_print_uint() and add res_print_u64()" Merge branch 'libbpf-fixups' into next bpf: Remove use of bpf_create_map_xattr bpf: Export bpf syscall wrapper bpf_glue: Remove use of bpf_load_program from libbpf rdma: Fix res_print_uint() and add res_print_u64() uapi: update to xfrm.h ss: display advertised TCP receive window and out-of-order counter Merge branch 'link-layer-protocols' into next tc: bash-completion: Add profinet and ethercat to procotol completion list lib: add profinet and ethercat as link layer protocol names Merge branch '802.1X-locked-bridge-ports' into next man8/ip-link.8: add locked port feature description and cmd syntax man8/bridge.8: add locked port feature description and cmd syntax ip: iplink_bridge_slave: add locked port flag support bridge: link: add command to set port in locked mode Update kernel headers configure: Allow command line override of toolchain mptcp: add port support for setting flags mptcp: add fullmesh support for setting flags mptcp: add fullmesh check for adding address bond: add ns_ip6_target option Merge branch 'main' into next devlink: Remove strtouint8_t in favor of get_u8 devlink: Remove strtouint16_t in favor of get_u16 devlink: Remove strtouint32_t in favor of get_u32 devlink: Remove strtouint64_t in favor of get_u64 Update kernel headers f_flower: fix indentation for enc_key_id and u32 bridge: Remove vlan listing from `bridge link` bridge: Fix error string typo lnstat: fix strdup leak in -w argument parsing iplink_can: print_usage: typo fix, add missing spaces dcb: Fix error reporting when accessing "dcb app" tc: fix duplicate fall-through libnetlink: fix socket leak in rtnl_open_byproto() tc_util: Fix parsing action control with space and slash tunnel: Fix missing space after local/remote print Merge branch 'ioam-insert-freq' into next Update documentation Add support for the IOAM insertion frequency Update kernel headers iplink: add ip-link documentation iplink: add gro_max_size attribute handling tc: u32: add json support in `print_raw`, `print_ipv4`, `print_ipv6` tc: u32: add support for json output iprule: Allow option dsfield in 'ip rule show' tc/f_flower: fix indentation tc_util: fix breakage from clang changes tc: add skip_hw and skip_sw to control action offload ss: use freecon() instead of free() when appropriate man: Fix a typo in the flag documentation of ip address dcb: app: Add missing "dcb app show dev X default-prio" Merge branch 'clang-compile' into next json_print: suppress clang format warning libbpf: fix clang warning about format non-literal tunnel: fix clang warning tipc: fix clang warning about empty format string can: fix clang warning ipl2tp: fix clang warning tc_util: fix clang warning in print_masked_type flower: fix clang warnings netem: fix clang warnings utils: add format attribute tc: add format attribute to tc_print_rate Merge branch 'main' into next uapi: update kernel headers from 5.17-rc1 tc/action: print error to stderr mptcp: add id check for deleting address dcb: Rewrite array-formatting code to not cause warnings with Clang f_flower: fix checkpatch warnings netem: fix checkpatch warnings Merge branch 'main' into next lib: fix ax25.h include for musl uapi: add missing virtio headers uapi: add missing rose and ax25 files q_cake: allow changing to diffserv3 iplink_can: add ctrlmode_{supported,_static} to the "--details --json" output Update kernel headers Merge branch 'rdma-clang-compile' into next rdma: Don't allocate sparse array rdma: Limit copy data by the destination size Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/iproute2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/iproute2 b/lfs/iproute2 index 7cfcecd44..489db23c2 100644 --- a/lfs/iproute2 +++ b/lfs/iproute2 @@ -24,7 +24,7 @@ include Config -VER = 5.16.0 +VER = 5.17.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 = 370068ccb02b0f3cb77b662509279872af676f2bdd03b92a01a227ed08d70d8fd0545667a04250c76dbae92ccec094d8b8749e272eb9a0acaccbe421cea6b1d5 +$(DL_FILE)_BLAKE2 = 4310829ebbde7fd21ecc28856deddabfa93f26bf7937b3ef3c0e05e4e0bf925a9b167334efaefe3e275d196e7370a290679739ae8d8397dc6511f4da25dfd459 install : $(TARGET)