diff --git a/srcpkgs/iproute2/iproute2.rshlibs b/srcpkgs/iproute2/iproute2.rshlibs index b0ee0bb0e69..1b9a43e40f0 100644 --- a/srcpkgs/iproute2/iproute2.rshlibs +++ b/srcpkgs/iproute2/iproute2.rshlibs @@ -3,4 +3,4 @@ libc.so.6 libm.so.6 libdb-4.8.so libpthread.so.0 -libxtables.so.7 +libxtables.so.9 diff --git a/srcpkgs/iproute2/template b/srcpkgs/iproute2/template index e58b41f00db..9d2a6fd9428 100644 --- a/srcpkgs/iproute2/template +++ b/srcpkgs/iproute2/template @@ -1,16 +1,16 @@ # Template file for 'iproute2' pkgname=iproute2 -version=3.5.1 -patch_args="-Np1" +version=3.6.0 revision=1 +patch_args="-Np1" 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" maintainer="Juan RP " homepage="http://www.linux-foundation.org/en/Net:Iproute2" license="GPL-2" distfiles="${KERNEL_SITE}/utils/net/$pkgname/$pkgname-$version.tar.xz" -checksum=36f2674e5436289f3ccfb0a58707aca9dcfa295d06afc36d2117674508f5ef72 +checksum=2d17544da00e3f162139f66891c6ab5492d3cca7cfc8f7b517a5dca3c5560534 long_desc=" Iproute2 is a collection of utilities for controlling TCP/IP networking and traffic control in Linux."