diff options
Diffstat (limited to 'main/iproute2')
-rw-r--r-- | main/iproute2/APKBUILD | 6 | ||||
-rw-r--r-- | main/iproute2/remove-libnl-headers.patch | 31 |
2 files changed, 2 insertions, 35 deletions
diff --git a/main/iproute2/APKBUILD b/main/iproute2/APKBUILD index 11bb97a941b..30139a0bdaf 100644 --- a/main/iproute2/APKBUILD +++ b/main/iproute2/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=iproute2 -pkgver=3.2.0 +pkgver=3.3.0 _realver=$pkgver pkgrel=0 pkgdesc="IP Routing Utilities" @@ -12,7 +12,6 @@ install="$pkgname.post-install" makedepends="bison flex bash" subpackages="$pkgname-doc" source="http://kernel.org/pub/linux/utils/net/iproute2/iproute2-$pkgver.tar.xz - remove-libnl-headers.patch " prepare() { @@ -40,5 +39,4 @@ package() { make -j1 DESTDIR="$pkgdir" install } -md5sums="6f814291cc3d7f4312cf8c2c052da5f1 iproute2-3.2.0.tar.xz -63c85514579652f7912f240234d6d4b4 remove-libnl-headers.patch" +md5sums="39a7ff2c5149475c710365954e2ce49b iproute2-3.3.0.tar.xz" diff --git a/main/iproute2/remove-libnl-headers.patch b/main/iproute2/remove-libnl-headers.patch deleted file mode 100644 index 921e1fa82e0..00000000000 --- a/main/iproute2/remove-libnl-headers.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 13603f6a9e46f08576f6284a0ef1ce1fbf94ffe0 Mon Sep 17 00:00:00 2001 -From: Stephen Hemminger <shemminger@vyatta.com> -Date: Tue, 10 Jan 2012 08:50:49 -0800 -Subject: [PATCH] iplt2p: remove unused libnl headers - -Leftover from change to original code. ---- - ip/ipl2tp.c | 7 ------- - 1 files changed, 0 insertions(+), 7 deletions(-) - -diff --git a/ip/ipl2tp.c b/ip/ipl2tp.c -index 042ddb4..97f98b6 100644 ---- a/ip/ipl2tp.c -+++ b/ip/ipl2tp.c -@@ -23,13 +23,6 @@ - #include <linux/if_arp.h> - #include <linux/ip.h> - --#include <netlink/netlink.h> --#include <netlink/genl/genl.h> --#include <netlink/genl/family.h> --#include <netlink/genl/mngt.h> --#include <netlink/genl/ctrl.h> --#include <netlink/utils.h> -- - #include <linux/genetlink.h> - #include <linux/l2tp.h> - --- -1.7.6.5 - |