]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
iproute2: Update to 5.12.0
authorAdolf Belka <adolf.belka@ipfire.org>
Fri, 30 Apr 2021 08:08:41 +0000 (10:08 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 30 Apr 2021 14:16:24 +0000 (14:16 +0000)
- 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>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/iproute2
lfs/iproute2

index 8600559a55641d55927b06135258b4f202b316d6..fabf27ca65016f3aeffb37db773a3f002c940c0c 100644 (file)
@@ -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
index 4b55d355e0f6bacf1cd2a76b7cc7a769866ec142..4a1ee386539ee746f484213d758566652e03c4b7 100644 (file)
@@ -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)