From 344e210a90469dfa80647dab2f7f6fcd128e72c20e5e96dcd1dc7455c83ced2a Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 10 Aug 2022 10:49:00 +0000 Subject: [PATCH] Accepting request 994300 from home:gmbr3:Active - update to 5.19: * ip/iplink_virt_wifi: add support for virt_wifi * Update kernel headers * libnetlink: Add filtering to rtnl_statsdump_req_filter() * ipstats: Add a "set" command * ipstats: Add a group "link" * libbpf: Use bpf_object__load instead of bpf_object__load_xattr * uapi: change name for zerocopy sendfile in tls * bridge: vxlan device vnifilter support * f_flower: Add num of vlans parameter OBS-URL: https://build.opensuse.org/request/show/994300 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=226 --- iproute2-5.18.0.tar.sign | Bin 566 -> 0 bytes iproute2-5.18.0.tar.xz | 3 --- iproute2-5.19.0.tar.sign | Bin 0 -> 566 bytes iproute2-5.19.0.tar.xz | 3 +++ iproute2.changes | 14 ++++++++++++++ iproute2.spec | 2 +- 6 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 iproute2-5.18.0.tar.sign delete mode 100644 iproute2-5.18.0.tar.xz create mode 100644 iproute2-5.19.0.tar.sign create mode 100644 iproute2-5.19.0.tar.xz diff --git a/iproute2-5.18.0.tar.sign b/iproute2-5.18.0.tar.sign deleted file mode 100644 index 2ec6fdfd89bd8a056c8a1f78ade56943a109bc375d921973c6bd4394a468eb3d..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 566 zcmV-60?GY}0y6{v0SEvc79j+mZ^K2fTj%FyxIB-5r+;9T&E$Rs0%DK^p8yI85P+wD zV3p0}e)%mB0FfH+Yszq5p5{=b6sjk7tzSkK?d4(Effk-06u)hN5~Xj=|D0E%L5Og80WQhoKsBPMdH4ektL{ zekcx9JTo-P^$Dc#BekAZN%0W3iKBr=WS1nn&~erbG%kVs?gYW|pTmgta7)ll$|GnV zAsr9i>!S0`MPd^$?RTw-1 E%1HJLx&QzG diff --git a/iproute2-5.18.0.tar.xz b/iproute2-5.18.0.tar.xz deleted file mode 100644 index 5bb0c34..0000000 --- a/iproute2-5.18.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ba3d464d51c8c283550d507ffac3d10f7aec587b7c66b0ccb6950643646389e -size 880456 diff --git a/iproute2-5.19.0.tar.sign b/iproute2-5.19.0.tar.sign new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..cfba117efef0684e84838129bbd04d76f7bae08e47c1e973fee5d0b5c5a74999 GIT binary patch literal 566 zcmV-60?GY}0y6{v0SEvc79j+mZ^K2fTj%FyxIB-5r+;9T&E$Rs0%GZI%K!=q5P+wD zV3p0}e%tvF0Hnj>El$&xlXZscq6@^GS>p&9#)M2;D)MJ#32T1%QWa|4@k9K>KbXk1 zL99mw|0S6eJZ)-)7CwBQylYlJCQ~zLKBBeWBEAZY_DQJl+AZ9d^D*wvpW~ts$paNp z^Y;O@Saku4Nxri=?4+s&v8ejFiX1ooe`NQ)Ub3Itm19E?A2Bag^9mkzFllw1zhBGC z_@9QS)$aSktnvNo#W{9LQfRl4U$(1|ayjucw0CA_XQ#4{8EX0g!nME&`_hq}H*+HL z>2^S1OdS%M_f##J8B+=6@JQ?g;mVNEeetY;$lU5j zd-SSq#kL;iBfv_%0GN#I2enxe2FEz>fyqiFFPt4v4S<9o9QGulg#gm`)1(OvC}$*x za%rxiyHT~jy_ + +- update to 5.19: + * ip/iplink_virt_wifi: add support for virt_wifi + * Update kernel headers + * libnetlink: Add filtering to rtnl_statsdump_req_filter() + * ipstats: Add a "set" command + * ipstats: Add a group "link" + * libbpf: Use bpf_object__load instead of bpf_object__load_xattr + * uapi: change name for zerocopy sendfile in tls + * bridge: vxlan device vnifilter support + * f_flower: Add num of vlans parameter + ------------------------------------------------------------------- Sun Jun 5 00:40:43 UTC 2022 - Dirk Müller diff --git a/iproute2.spec b/iproute2.spec index 3aa0687..93b8a0c 100644 --- a/iproute2.spec +++ b/iproute2.spec @@ -18,7 +18,7 @@ %define _buildshell /bin/bash Name: iproute2 -Version: 5.18 +Version: 5.19 Release: 0 Summary: Linux network configuration utilities License: GPL-2.0-only