iproute2: update to 6.5.0.
This commit is contained in:
parent
32825d3f7c
commit
8ef794d6e4
2 changed files with 4 additions and 16 deletions
|
@ -1,14 +0,0 @@
|
||||||
import missing on musl
|
|
||||||
--
|
|
||||||
diff --git a/bridge/mdb.c b/bridge/mdb.c
|
|
||||||
index fbb4f70..1879345 100644
|
|
||||||
--- a/bridge/mdb.c
|
|
||||||
+++ b/bridge/mdb.c
|
|
||||||
@@ -15,6 +15,7 @@
|
|
||||||
#include <string.h>
|
|
||||||
#include <arpa/inet.h>
|
|
||||||
#include <netdb.h>
|
|
||||||
+#include <limits.h>
|
|
||||||
|
|
||||||
#include "libnetlink.h"
|
|
||||||
#include "utils.h"
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'iproute2'
|
# Template file for 'iproute2'
|
||||||
pkgname=iproute2
|
pkgname=iproute2
|
||||||
version=6.4.0
|
version=6.5.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
make_install_args="SBINDIR=/usr/bin"
|
make_install_args="SBINDIR=/usr/bin"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://wiki.linuxfoundation.org/networking/iproute2"
|
homepage="https://wiki.linuxfoundation.org/networking/iproute2"
|
||||||
distfiles="${KERNEL_SITE}/utils/net/iproute2/iproute2-${version}.tar.xz"
|
distfiles="${KERNEL_SITE}/utils/net/iproute2/iproute2-${version}.tar.xz"
|
||||||
checksum=4c51b8decbc7e4da159ffb066f590cfb93dbf9af7ff86b1647ce42b7c179a272
|
checksum=a70179085fa1b96d3c33b040c809b75e2b57563adc505a4ad05e2609df373463
|
||||||
# Requires unshare, which is not provided by chroot-util-linux.
|
# Requires unshare, which is not provided by chroot-util-linux.
|
||||||
make_check=no
|
make_check=no
|
||||||
|
|
||||||
|
@ -27,6 +27,8 @@ conf_files="
|
||||||
/etc/iproute2/nl_protos"
|
/etc/iproute2/nl_protos"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
vmkdir etc
|
||||||
|
vcopy etc/iproute2 etc
|
||||||
rm -r ${DESTDIR}/usr/share/man/man3
|
rm -r ${DESTDIR}/usr/share/man/man3
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue