mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-18 23:22:24 +01:00
main/iproute2: upgrade to 6.5.0
This commit is contained in:
parent
c79211f536
commit
df57c02663
@ -1,6 +1,6 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=iproute2
|
||||
pkgver=6.4.0
|
||||
pkgver=6.5.0
|
||||
pkgrel=0
|
||||
pkgdesc="IP Routing Utilities"
|
||||
url="https://wiki.linuxfoundation.org/networking/iproute2"
|
||||
@ -30,9 +30,7 @@ subpackages="
|
||||
$pkgname-ss
|
||||
$pkgname-rdma
|
||||
"
|
||||
source="https://kernel.org/pub/linux/utils/net/iproute2/iproute2-$pkgver.tar.xz
|
||||
include.patch
|
||||
"
|
||||
source="https://kernel.org/pub/linux/utils/net/iproute2/iproute2-$pkgver.tar.xz"
|
||||
options="!check" # requires namespaces support and root
|
||||
|
||||
# secfixes:
|
||||
@ -57,7 +55,7 @@ minimal() {
|
||||
replaces="$pkgname" # for backward compatibility (Alpine <3.13)
|
||||
|
||||
amove sbin/ip
|
||||
amove etc
|
||||
amove usr/lib/iproute2
|
||||
}
|
||||
|
||||
tc() {
|
||||
@ -89,6 +87,5 @@ rdma() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
42330be6e061302694ea301765ff8d3cbfaeca4b1d06e39778861e4390ed211c03cb2d41498190202b659f7f5647b1ca4857410ef8c16fd601a35e7162788d21 iproute2-6.4.0.tar.xz
|
||||
d6b48f9c4148cc681cca2a27772b9cfaa5e41321b3a3a6de4a9685c11d49580a5006b31a080292f02213a51fddcecaf916eeced664269e104e585e3f0d20208e include.patch
|
||||
615ba6924becdf08af3f491d347d84897ff0198426d65b194c87146c4527b0856fc51688b59834abe1cb6f9a70b93c66ff7ade6b7c305c1ece0fd6a29df6bc54 iproute2-6.5.0.tar.xz
|
||||
"
|
||||
|
||||
@ -1,14 +0,0 @@
|
||||
missing for ppc64le
|
||||
--
|
||||
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"
|
||||
Loading…
x
Reference in New Issue
Block a user