summaryrefslogtreecommitdiff
path: root/package/libmnl
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-08-20 00:15:53 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-08-20 11:46:45 +0200
commit9d4b6c1e97f856a200b40ef0134c874e9944c25a (patch)
treebc4f1351df5f58d905f2f85d43fe7041c5e105c0 /package/libmnl
parent5b3ea400a07a914c9a2f9f819f6052ca6dc3e53f (diff)
libmnl: bump to version 1.0.4
And drop upstream patch. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libmnl')
-rw-r--r--package/libmnl/0001-uclinux.patch26
-rw-r--r--package/libmnl/libmnl.hash6
-rw-r--r--package/libmnl/libmnl.mk3
3 files changed, 4 insertions, 31 deletions
diff --git a/package/libmnl/0001-uclinux.patch b/package/libmnl/0001-uclinux.patch
deleted file mode 100644
index e8f97c6c1..000000000
--- a/package/libmnl/0001-uclinux.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From ae2acfa7d287e3ffc0bb66091059b86f62775bd5 Mon Sep 17 00:00:00 2001
-From: Gustavo Zacarias <gustavo@zacarias.com.ar>
-Date: Tue, 10 Sep 2013 15:24:47 -0300
-Subject: [PATCH] configure: uclinux is also linux
-
-Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
----
- configure.ac | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/configure.ac b/configure.ac
-index dcd3cf8..313a015 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -17,7 +17,7 @@ AC_DISABLE_STATIC
- LT_INIT
- CHECK_GCC_FVISIBILITY
- case "$host" in
--*-*-linux*) ;;
-+*-*-linux* | *-*-uclinux*) ;;
- *) AC_MSG_ERROR([Linux only, dude!]);;
- esac
-
---
-1.8.1.5
-
diff --git a/package/libmnl/libmnl.hash b/package/libmnl/libmnl.hash
index c16dfe7ae..98385b857 100644
--- a/package/libmnl/libmnl.hash
+++ b/package/libmnl/libmnl.hash
@@ -1,3 +1,3 @@
-# From ftp://ftp.netfilter.org/pub/libmnl/libmnl-1.0.3.tar.bz2.{md5sum,sha1sum}
-md5 7d95fc3bea3365bc03c48e484224f65f libmnl-1.0.3.tar.bz2
-sha1 c27e25f67c6422ebf893fc3a844af8085a1c5b63 libmnl-1.0.3.tar.bz2
+# From ftp://ftp.netfilter.org/pub/libmnl/libmnl-1.0.4.tar.bz2.{md5sum,sha1sum}
+md5 be9b4b5328c6da1bda565ac5dffadb2d libmnl-1.0.4.tar.bz2
+sha1 2db40dea612e88c62fd321906be40ab5f8f1685a libmnl-1.0.4.tar.bz2
diff --git a/package/libmnl/libmnl.mk b/package/libmnl/libmnl.mk
index b16c5345c..407c4f19b 100644
--- a/package/libmnl/libmnl.mk
+++ b/package/libmnl/libmnl.mk
@@ -4,11 +4,10 @@
#
################################################################################
-LIBMNL_VERSION = 1.0.3
+LIBMNL_VERSION = 1.0.4
LIBMNL_SOURCE = libmnl-$(LIBMNL_VERSION).tar.bz2
LIBMNL_SITE = http://netfilter.org/projects/libmnl/files
LIBMNL_INSTALL_STAGING = YES
-LIBMNL_AUTORECONF = YES
LIBMNL_LICENSE = LGPLv2.1+
LIBMNL_LICENSE_FILES = COPYING