mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
iproute2: update to 3.6.0.
This commit is contained in:
parent
a135e64763
commit
8023714e54
2 changed files with 5 additions and 5 deletions
|
@ -3,4 +3,4 @@ libc.so.6
|
||||||
libm.so.6
|
libm.so.6
|
||||||
libdb-4.8.so
|
libdb-4.8.so
|
||||||
libpthread.so.0
|
libpthread.so.0
|
||||||
libxtables.so.7
|
libxtables.so.9
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'iproute2'
|
# Template file for 'iproute2'
|
||||||
pkgname=iproute2
|
pkgname=iproute2
|
||||||
version=3.5.1
|
version=3.6.0
|
||||||
patch_args="-Np1"
|
|
||||||
revision=1
|
revision=1
|
||||||
|
patch_args="-Np1"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
makedepends="pkg-config perl db-devel flex libnl-devel iptables-devel"
|
makedepends="pkg-config perl db-devel flex libnl-devel iptables-devel>=1.4.16.2"
|
||||||
short_desc="IP Routing Utilities"
|
short_desc="IP Routing Utilities"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.linux-foundation.org/en/Net:Iproute2"
|
homepage="http://www.linux-foundation.org/en/Net:Iproute2"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${KERNEL_SITE}/utils/net/$pkgname/$pkgname-$version.tar.xz"
|
distfiles="${KERNEL_SITE}/utils/net/$pkgname/$pkgname-$version.tar.xz"
|
||||||
checksum=36f2674e5436289f3ccfb0a58707aca9dcfa295d06afc36d2117674508f5ef72
|
checksum=2d17544da00e3f162139f66891c6ab5492d3cca7cfc8f7b517a5dca3c5560534
|
||||||
long_desc="
|
long_desc="
|
||||||
Iproute2 is a collection of utilities for controlling TCP/IP networking
|
Iproute2 is a collection of utilities for controlling TCP/IP networking
|
||||||
and traffic control in Linux."
|
and traffic control in Linux."
|
||||||
|
|
Loading…
Add table
Reference in a new issue