diff --git a/iproute2-4.19.0.tar.sign b/iproute2-4.19.0.tar.sign deleted file mode 100644 index fbdecdf..0000000 Binary files a/iproute2-4.19.0.tar.sign and /dev/null differ diff --git a/iproute2-4.19.0.tar.xz b/iproute2-4.19.0.tar.xz deleted file mode 100644 index fc7ead3..0000000 --- a/iproute2-4.19.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9ec5ca1f47d8a85416fa26e7dc1cbf5d067640eb60e90bdc1c7e5bdc6a29984 -size 720408 diff --git a/iproute2-4.20.0.tar.sign b/iproute2-4.20.0.tar.sign new file mode 100644 index 0000000..64eec8f Binary files /dev/null and b/iproute2-4.20.0.tar.sign differ diff --git a/iproute2-4.20.0.tar.xz b/iproute2-4.20.0.tar.xz new file mode 100644 index 0000000..ddf8b20 --- /dev/null +++ b/iproute2-4.20.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8adaa6a40f888476b23acb283cfa30c0dd55f07b5aa20663ed5ba2ef1f6fda8 +size 707016 diff --git a/iproute2.changes b/iproute2.changes index ebe7ed0..d02aa7b 100644 --- a/iproute2.changes +++ b/iproute2.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sat Jan 26 10:39:56 UTC 2019 - mkubecek@suse.cz + +- Update to new upstream release 4.20 + * lwtunnel: allow src for encap ip/ip6 + * tc netem: add slot parameter + * ip: add ipvtap support + * ip neigh: support NTF_ROUTER and NTF_EXT_LEARNED flags + * bridge fdb: support sticky flag + * tc flower: geneve option match + * tc: show TCA_STATS_BASIC_HW statistics + * libnetlink: use correct message types for dump requests + * tc flower: expose hardware offload count + * tc: allow configuring taprio qdisc + * bridge: support backup port + * ss: support bytes_sent, bytes_retrans, dsack_dups, reord_seen + * bridge: make -c match -compressvlans first instead of -color + * fix build errors (old glibc, new llvm, no mnl, 32-bit archs) + * various minor fixes + * testsuite improvements +- refresh split-link-and-compile-steps-for-binaries.patch + ------------------------------------------------------------------- Tue Oct 30 07:51:07 UTC 2018 - Jan Engelhardt diff --git a/iproute2.spec b/iproute2.spec index b83a7a4..5848344 100644 --- a/iproute2.spec +++ b/iproute2.spec @@ -1,7 +1,7 @@ # # spec file for package iproute2 # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,14 +12,14 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: iproute2 -Version: 4.19 +Version: 4.20 Release: 0 -%define rversion 4.19.0 +%define rversion 4.20.0 Summary: Linux network configuration utilities License: GPL-2.0-only Group: Productivity/Networking/Routing diff --git a/split-link-and-compile-steps-for-binaries.patch b/split-link-and-compile-steps-for-binaries.patch index a385d7b..857f06a 100644 --- a/split-link-and-compile-steps-for-binaries.patch +++ b/split-link-and-compile-steps-for-binaries.patch @@ -24,22 +24,22 @@ to work. $(QUIET_LINK)$(CC) $^ $(LDFLAGS) $(LDLIBS) -o $@ -nstat: nstat.c -- $(QUIET_CC)$(CC) $(CFLAGS) $(LDFLAGS) -o nstat nstat.c $(LDLIBS) -lm +- $(QUIET_CC)$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o nstat nstat.c $(LDLIBS) -lm +nstat: nstat.o + $(QUIET_CC)$(CC) $(LDFLAGS) -o nstat nstat.o $(LDLIBS) -lm -ifstat: ifstat.c -- $(QUIET_CC)$(CC) $(CFLAGS) $(LDFLAGS) -o ifstat ifstat.c $(LDLIBS) -lm +- $(QUIET_CC)$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o ifstat ifstat.c $(LDLIBS) -lm +ifstat: ifstat.o + $(QUIET_CC)$(CC) $(LDFLAGS) -o ifstat ifstat.o $(LDLIBS) -lm -rtacct: rtacct.c -- $(QUIET_CC)$(CC) $(CFLAGS) $(LDFLAGS) -o rtacct rtacct.c $(LDLIBS) -lm +- $(QUIET_CC)$(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o rtacct rtacct.c $(LDLIBS) -lm +rtacct: rtacct.o + $(QUIET_CC)$(CC) $(LDFLAGS) -o rtacct rtacct.o $(LDLIBS) -lm -arpd: arpd.c -- $(QUIET_CC)$(CC) $(CFLAGS) -I$(DBM_INCLUDE) $(LDFLAGS) -o arpd arpd.c $(LDLIBS) -ldb +- $(QUIET_CC)$(CC) $(CFLAGS) -I$(DBM_INCLUDE) $(CPPFLAGS) $(LDFLAGS) -o arpd arpd.c $(LDLIBS) -ldb +arpd: arpd.o + $(QUIET_CC)$(CC) $(LDFLAGS) -o arpd arpd.o $(LDLIBS) -ldb