From patchwork Fri Apr 30 08:08:41 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4235 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 4FWlPW33L4z44R4 for ; Fri, 30 Apr 2021 08:08:47 +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 4FWlPW0fYzz1TJ; Fri, 30 Apr 2021 08:08:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FWlPV71wBz2yVQ; Fri, 30 Apr 2021 08:08:46 +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 4FWlPV4Pmjz2xZD for ; Fri, 30 Apr 2021 08:08:46 +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 4FWlPV1mV5z1Kv; Fri, 30 Apr 2021 08:08:46 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1619770126; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=uOHCsL6CSdyFln2EyAKlx7ptkHxyNqNPN3/AXo53bBw=; b=OwO6T2O9Bouj3LVLf9kf5oMNAar+p20KkNB48clPvYj1yEO5PyX+M7KtnCmNce54GjFTtT Or37fRNkw/twZ3CA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1619770126; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=uOHCsL6CSdyFln2EyAKlx7ptkHxyNqNPN3/AXo53bBw=; b=n4Vksyant+p212ANFvb+RL62mo0yCC25GFXdVPV94im3mB7IYw7Bf3VeuyC1tSKGrFgdqZ EiJ+u/hg4thnXom1ldM3xm+3fw1LOzeTFourLetUG3P7BZJUiaHXA6bC9Zdp7ZvyBvUbdm Ak+UesKDoI+Qmds1HoGO4zvnjTQ+v0HDuXafgpVqreUJ+cpjjkcRItkgZKqnCISMQruNAH CkW8TNWnEWZ9HldTXMeTtEadfGUPXcmAjbrpCP6NHH5Fdk+ZxtR3GcMlzIGQhEcwu023di FBVWoewpLjKrH+6oagOvaIJU5qK3mY2JjXP8voMGPI1QXxQ1NoGD4WKEghaqOw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] iproute2: Update to 5.12.0 Date: Fri, 30 Apr 2021 10:08:41 +0200 Message-Id: <20210430080841.244502-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.11.0 to 5.12.0 - Update rootfile - Changelog No Changelog in the source tarball or in the git repository Changes taken from the git commits from 5.11.0 to 5.12.0 remove trailing whitespace Stephen Hemminger lib: bpf_legacy: fix missing socket close when connect() fails Andrea Claudi lib: bpf_legacy: treat 0 as a valid file descriptor Andrea Claudi tc: e_bpf: fix memory leak in parse_bpf() Andrea Claudi ip: netns: fix missing netns close on some error paths Andrea Claudi uapi: add missing virtio related headers Stephen Hemminger rdma: stat: fix return code Andrea Claudi rdma: stat: initialize ret in stat_qp_show_parse_cb() Andrea Claudi nexthop: fix memory leak in add_nh_group_attr() Andrea Claudi q_cake: remove useless check on argv Andrea Claudi devlink: always check strslashrsplit() return value Andrea Claudi uapi: update can.h Stephen Hemminger erspan: fix JSON output Stephen Hemminger uapi: bpf.h update from upstream Stephen Hemminger ip: Fix batch processing Petr Machata uapi: minor header update for l2tp Stephen Hemminger README: remove doc instructions Stephen Hemminger ip: cleanup help message text Stephen Hemminger lib/bpf: add missing limits.h includes Tony Ambardar ip: xfrm: limit the length of the security context name when printing Sabrina Dubroca q_cake: Fix incorrect printing of signed values in class statistics Toke Høiland-Jørgensen dcb: Fix compilation warning about reallocarray Roi Dayan iproute: fix printing resolved localhost Luca Boccassi vdpa: add .gitignore Stephen Hemminger Signed-off-by: Adolf Belka --- config/rootfiles/common/iproute2 | 5 +++++ lfs/iproute2 | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/config/rootfiles/common/iproute2 b/config/rootfiles/common/iproute2 index 8600559a5..fabf27ca6 100644 --- a/config/rootfiles/common/iproute2 +++ b/config/rootfiles/common/iproute2 @@ -41,7 +41,9 @@ usr/share/bash-completion/completions/tc #usr/share/man/man8/arpd.8 #usr/share/man/man8/bridge.8 #usr/share/man/man8/ctstat.8 +#usr/share/man/man8/dcb-app.8 #usr/share/man/man8/dcb-buffer.8 +#usr/share/man/man8/dcb-dcbx.8 #usr/share/man/man8/dcb-ets.8 #usr/share/man/man8/dcb-maxrate.8 #usr/share/man/man8/dcb-pfc.8 @@ -166,4 +168,7 @@ usr/share/bash-completion/completions/tc #usr/share/man/man8/tipc-peer.8 #usr/share/man/man8/tipc-socket.8 #usr/share/man/man8/tipc.8 +#usr/share/man/man8/vdpa-dev.8 +#usr/share/man/man8/vdpa-mgmtdev.8 +#usr/share/man/man8/vdpa.8 #var/lib/arpd diff --git a/lfs/iproute2 b/lfs/iproute2 index 4b55d355e..4a1ee3865 100644 --- a/lfs/iproute2 +++ b/lfs/iproute2 @@ -24,7 +24,7 @@ include Config -VER = 5.11.0 +VER = 5.12.0 THISAPP = iproute2-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = a3c6b09590c0bd120f0ab0b6e36187a8 +$(DL_FILE)_MD5 = bbebacdabd4628ff86453ef4771a242a install : $(TARGET)