From: Adolf Belka Date: Fri, 30 Apr 2021 08:08:41 +0000 (+0200) Subject: iproute2: Update to 5.12.0 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=4d31873a2bf0bc800cdc818002110f1740f2740d iproute2: Update to 5.12.0 - 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 Signed-off-by: Michael Tremer --- diff --git a/config/rootfiles/common/iproute2 b/config/rootfiles/common/iproute2 index 8600559a55..fabf27ca65 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 4b55d355e0..4a1ee38653 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)