diff --git a/core/iproute2/.checksums b/core/iproute2/.checksums index 2d032821f..c9ba45558 100644 --- a/core/iproute2/.checksums +++ b/core/iproute2/.checksums @@ -1 +1 @@ -da22ab8562eda56ae232872fa72e4870 iproute2-5.7.0.tar.xz +e2016acc07d91b2508916c459a8435af iproute2-5.8.0.tar.xz diff --git a/core/iproute2/.pkgfiles b/core/iproute2/.pkgfiles index bfd3eb830..e9c58018a 100644 --- a/core/iproute2/.pkgfiles +++ b/core/iproute2/.pkgfiles @@ -71,6 +71,7 @@ drwxr-xr-x root/root usr/share/man/man8/ -rw-r--r-- root/root usr/share/man/man8/ip-macsec.8.gz -rw-r--r-- root/root usr/share/man/man8/ip-maddress.8.gz -rw-r--r-- root/root usr/share/man/man8/ip-monitor.8.gz +-rw-r--r-- root/root usr/share/man/man8/ip-mptcp.8.gz -rw-r--r-- root/root usr/share/man/man8/ip-mroute.8.gz -rw-r--r-- root/root usr/share/man/man8/ip-neighbour.8.gz -rw-r--r-- root/root usr/share/man/man8/ip-netconf.8.gz @@ -126,6 +127,7 @@ drwxr-xr-x root/root usr/share/man/man8/ -rw-r--r-- root/root usr/share/man/man8/tc-fq_codel.8.gz -rw-r--r-- root/root usr/share/man/man8/tc-fq_pie.8.gz -rw-r--r-- root/root usr/share/man/man8/tc-fw.8.gz +-rw-r--r-- root/root usr/share/man/man8/tc-gate.8.gz -rw-r--r-- root/root usr/share/man/man8/tc-hfsc.8.gz -rw-r--r-- root/root usr/share/man/man8/tc-htb.8.gz -rw-r--r-- root/root usr/share/man/man8/tc-ife.8.gz diff --git a/core/iproute2/spkgbuild b/core/iproute2/spkgbuild index 94efe14be..69928c7a7 100755 --- a/core/iproute2/spkgbuild +++ b/core/iproute2/spkgbuild @@ -1,7 +1,7 @@ # description : Programs for basic and advanced IPV4-based networking name=iproute2 -version=5.7.0 +version=5.8.0 release=1 source="https://www.kernel.org/pub/linux/utils/net/$name/$name-$version.tar.xz"