- 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 adolf.belka@ipfire.org --- 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)