aboutsummaryrefslogtreecommitdiffstats
path: root/main/iproute2
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-04-25 17:25:37 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-04-25 19:53:01 +0000
commit39e4c6ffacbd8a8fe546b4f5e3755047d84d9c05 (patch)
treee16e9e931f9a17eb2d052158ba5d29de5795c39e /main/iproute2
parent6f66fc1ba7aaeeee66d0278f417c4ced3f3696e7 (diff)
downloadaports-39e4c6ffacbd8a8fe546b4f5e3755047d84d9c05.tar.bz2
aports-39e4c6ffacbd8a8fe546b4f5e3755047d84d9c05.tar.xz
main/iproute2: upgrade to 3.3.0
Diffstat (limited to 'main/iproute2')
-rw-r--r--main/iproute2/APKBUILD6
-rw-r--r--main/iproute2/remove-libnl-headers.patch31
2 files changed, 2 insertions, 35 deletions
diff --git a/main/iproute2/APKBUILD b/main/iproute2/APKBUILD
index 11bb97a941..30139a0bda 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 921e1fa82e..0000000000
--- 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
-