iproute2: update to 5.9.0.
This commit is contained in:
parent
bfec9cef4a
commit
e663063978
2 changed files with 6 additions and 13 deletions
|
@ -1,10 +0,0 @@
|
|||
--- devlink/devlink.c.orig 2020-06-08 08:00:37.855433217 +0200
|
||||
+++ devlink/devlink.c 2020-06-08 08:00:47.755432741 +0200
|
||||
@@ -26,6 +26,7 @@
|
||||
#include <libmnl/libmnl.h>
|
||||
#include <netinet/ether.h>
|
||||
#include <sys/types.h>
|
||||
+#include <signal.h>
|
||||
|
||||
#include "SNAPSHOT.h"
|
||||
#include "list.h"
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'iproute2'
|
||||
pkgname=iproute2
|
||||
version=5.8.0
|
||||
version=5.9.0
|
||||
revision=1
|
||||
build_style=configure
|
||||
make_install_args="SBINDIR=/usr/bin"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
|||
license="GPL-2.0-only"
|
||||
homepage="https://wiki.linuxfoundation.org/networking/iproute2"
|
||||
distfiles="${KERNEL_SITE}/utils/net/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||
checksum=cfcd1f890290f8c8afcc91d9444ad929b9252c16f9ab3f286c50dd3c59dc646e
|
||||
checksum=a25dac94bcdcf2f73316c7f812115ea7a5710580bad892b08a83d00c6b33dacf
|
||||
|
||||
conf_files="
|
||||
/etc/iproute2/ematch_map
|
||||
|
@ -19,7 +19,10 @@ conf_files="
|
|||
/etc/iproute2/rt_protos
|
||||
/etc/iproute2/rt_realms
|
||||
/etc/iproute2/rt_scopes
|
||||
/etc/iproute2/rt_tables"
|
||||
/etc/iproute2/rt_tables
|
||||
/etc/iproute2/bpf_pinning
|
||||
/etc/iproute2/group
|
||||
/etc/iproute2/nl_protos"
|
||||
|
||||
do_check() {
|
||||
make -C testsuite
|
||||
|
|
Loading…
Reference in a new issue