From 3c15018b5883f29bed00887722b4b9764d0ac684772dccafffeac06ae87becce Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 26 Jan 2019 11:48:43 +0000 Subject: [PATCH] Accepting request 668808 from home:mkubecek:branches:security:netfilter - Update to new upstream release 4.20 OBS-URL: https://build.opensuse.org/request/show/668808 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=168 --- iproute2-4.19.0.tar.sign | Bin 566 -> 0 bytes iproute2-4.19.0.tar.xz | 3 --- iproute2-4.20.0.tar.sign | Bin 0 -> 566 bytes iproute2-4.20.0.tar.xz | 3 +++ iproute2.changes | 22 ++++++++++++++++++ iproute2.spec | 8 +++---- ...-link-and-compile-steps-for-binaries.patch | 8 +++---- 7 files changed, 33 insertions(+), 11 deletions(-) delete mode 100644 iproute2-4.19.0.tar.sign delete mode 100644 iproute2-4.19.0.tar.xz create mode 100644 iproute2-4.20.0.tar.sign create mode 100644 iproute2-4.20.0.tar.xz diff --git a/iproute2-4.19.0.tar.sign b/iproute2-4.19.0.tar.sign deleted file mode 100644 index fbdecdf52d328a797d37851a200a57ed3e867b7cdf8f6193e412ff4d198a4093..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 566 zcmV-60?GY}0y6{v0SEvc79j+mZ^K2fTj%FyxIB-5r+;9T&E$Rs0$a~l6aWed5P+wD zV3p0}egsnw|4W0iyksWKe+mDN7%^D48MGA&NIByT0rtmW@816(Ei^u-eg<)FEwjf0Z0pN$_>6Kv|^l024j zF`ceNAyUsn&Tg2}8tFT)A6emxk-oeqmTIr4^z;;dgY>>Guxb#?pWa_P$Ioo5&q7(z zt10C-2S=(%F);MvNQsJtrE_LQmz=aqc>ALX&Ug`y3m(}He&;XkQ|H=4sduPSR$ZDM zUUf$+q`|2o?9NlZp3h-?QPL2doO)J&Z17ETOqXXO+t@ot-MD+ zTtHqpK`8=HKgwT_G^kb&xK%@rZ_^6wj#hfA5TQo%8nS2cs-VlwVY!~uROF{Sc>NEr Ex|A@QYp&)T6XrB3hP&~x}yLb_#9>C{EkKh%xUqeR3;(RNH*-P!fOMgatM+g!s zj@qul>iHkT;Dg+-V6OBV9rg zY|};A0X~%Uv&$&JoovK1h%0Elrp~thMi#v?`~clJt?Q2?J_fUL8h}w(z}#0<<)_aE zz)Oe59mo04)gr5I0=0N&h%8#P?oD(9dn$_PTD`rTpe^%QGfiA7ny%d zq0rlv_@pru&gLZTYzeZ6<8hrtR^)?+r2tX?V~H~{=4FF^-`L@=Ep36Git%rL`yT5N EUtW$DF8}}l literal 0 HcmV?d00001 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