From e24035c1e50437627d3254e4bcd10e90c1639cb491b1b934bfffa677fc389590 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 8 Oct 2022 15:33:04 +0000 Subject: [PATCH] Accepting request 1008947 from home:gmbr3:Active - update to 6.0: * ipstats: Add param.h for musl * Update kernel headers * libbpf: add xdp program name support * iplink: bond_slave: add per port prio support * seg6: add support for SRv6 Headend Reduced Encapsulation * lib: Introduce ppp protocols * f_flower: Introduce PPPoE support OBS-URL: https://build.opensuse.org/request/show/1008947 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/iproute2?expand=0&rev=228 --- iproute2-5.19.0.tar.sign | Bin 566 -> 0 bytes iproute2-5.19.0.tar.xz | 3 --- iproute2-6.0.0.tar.sign | Bin 0 -> 566 bytes iproute2-6.0.0.tar.xz | 3 +++ iproute2.changes | 12 ++++++++++++ iproute2.spec | 5 ++++- 6 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 iproute2-5.19.0.tar.sign delete mode 100644 iproute2-5.19.0.tar.xz create mode 100644 iproute2-6.0.0.tar.sign create mode 100644 iproute2-6.0.0.tar.xz diff --git a/iproute2-5.19.0.tar.sign b/iproute2-5.19.0.tar.sign deleted file mode 100644 index cfba117efef0684e84838129bbd04d76f7bae08e47c1e973fee5d0b5c5a74999..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 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_iC}5P+wD zV3p0}ejY^-0Fyfc%qA%}&u5&+=~NPM zMzx-wKzzHD<>?7arJt>SqDut)C`P61Jxo>^UF}5fLhN%kW16&6Q7V94TJ%ed)k9|y zqqxpUrFrxLeQn>pOgy5a5R@opNT(=7k}P&WxKplk0Avxwj5GSEzgPt9_H@$Csad8$ z`rz#`-s8%Bfij#c$lJ_q@|5#7y(#aNgNlcPL28y^vBH;Cfix-qw3Fn_`Q$?lWhful z8|uNn3yPm_h*ucUcroGSEprxcB>0(>fePv)W*tkh9um;m{o#|u9cPnsh_@uNml9vD z{eR#E%_h7ca#w#VCT9eTsDLM+NxOX@cuL&ALU|d@*PIRMpT*O6jG9Lr0aa$M&<4oo z^2*RmLCgaR{wf2M{xQ-?+@q2l9a%cZTE)P?pGS03cq3X@WgHI(N2GYaBcJO!M7*Ig zF%=DbLq81QB37`1|1)O2PeFr~Az|1~jKjRA+Jo5~0BF EtF{Xgk^lez literal 0 HcmV?d00001 diff --git a/iproute2-6.0.0.tar.xz b/iproute2-6.0.0.tar.xz new file mode 100644 index 0000000..b56954b --- /dev/null +++ b/iproute2-6.0.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:523139e9e72aec996374fa2de74be4c53d2dd05589488934d21ff97bae19580a +size 900312 diff --git a/iproute2.changes b/iproute2.changes index b2d59ab..17f0c3a 100644 --- a/iproute2.changes +++ b/iproute2.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Oct 8 14:30:53 UTC 2022 - Callum Farmer + +- update to 6.0: + * ipstats: Add param.h for musl + * Update kernel headers + * libbpf: add xdp program name support + * iplink: bond_slave: add per port prio support + * seg6: add support for SRv6 Headend Reduced Encapsulation + * lib: Introduce ppp protocols + * f_flower: Introduce PPPoE support + ------------------------------------------------------------------- Wed Aug 10 10:35:10 UTC 2022 - Callum Farmer diff --git a/iproute2.spec b/iproute2.spec index 93b8a0c..f49ceda 100644 --- a/iproute2.spec +++ b/iproute2.spec @@ -18,7 +18,7 @@ %define _buildshell /bin/bash Name: iproute2 -Version: 5.19 +Version: 6.0 Release: 0 Summary: Linux network configuration utilities License: GPL-2.0-only @@ -76,6 +76,8 @@ Summary: Bash completion for iproute License: GPL-2.0-or-later Group: System/Shells Requires: bash-completion +Requires: %{name} +Supplements: (%{name} and bash-completion) %description bash-completion bash command line completion support for iproute. @@ -133,6 +135,7 @@ for BIN in lnstat nstat routel ss; do done mkdir -p "$b/%_docdir/%name" cp -an README* examples/bpf "$b/%_docdir/%name/" +sed 's-/usr/bin/env python3-/usr/bin/python3-g' -i "$b/%_sbindir/routel" %fdupes %buildroot/%_prefix %post