summaryrefslogtreecommitdiffstats
path: root/package/iptables/0002-iptables-ip-6-tables-save.c-remove-dlfcn.h-include.patch
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-12-20 17:05:27 -0300
committerPeter Korsgaard <peter@korsgaard.com>2015-12-30 00:10:08 +0100
commit35dc775b83b8054d27a75a218d30c7a0f15b6a6d (patch)
treeb39b0465b1e78bea4ccfa62e15ee55fd224e4e74 /package/iptables/0002-iptables-ip-6-tables-save.c-remove-dlfcn.h-include.patch
parent5203541aa62c1d77d1e85662961bd7ab313813bc (diff)
downloadbuildroot-35dc775b83b8054d27a75a218d30c7a0f15b6a6d.tar.gz
buildroot-35dc775b83b8054d27a75a218d30c7a0f15b6a6d.zip
iptables: bump to version 1.6.0
Add option for nftables compat utilies and for bpf compiler/nfsynproxy configuration tool. Drop symlink trickery since it's not required any more. Switch homepage to proper one and drop the kernel v2.4+ note since that's not supported by buildroot anyway. Drop most patches (except musl build) since they're upstream. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/iptables/0002-iptables-ip-6-tables-save.c-remove-dlfcn.h-include.patch')
-rw-r--r--package/iptables/0002-iptables-ip-6-tables-save.c-remove-dlfcn.h-include.patch47
1 files changed, 0 insertions, 47 deletions
diff --git a/package/iptables/0002-iptables-ip-6-tables-save.c-remove-dlfcn.h-include.patch b/package/iptables/0002-iptables-ip-6-tables-save.c-remove-dlfcn.h-include.patch
deleted file mode 100644
index 1cdc6c0af2..0000000000
--- a/package/iptables/0002-iptables-ip-6-tables-save.c-remove-dlfcn.h-include.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-From 2efdcf332a40431c6584970bb0c68712d14d409b Mon Sep 17 00:00:00 2001
-From: Gustavo Zacarias <gustavo@zacarias.com.ar>
-Date: Wed, 27 Nov 2013 10:18:11 -0300
-Subject: [PATCH] iptables/ip(6)tables-save.c: remove dlfcn.h include
-
-It's not required and breaks on static-only uClibc builds which don't
-have the header file.
-
-Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
----
- iptables/ip6tables-save.c | 4 ----
- iptables/iptables-save.c | 4 ----
- 2 files changed, 8 deletions(-)
-
-diff --git a/iptables/ip6tables-save.c b/iptables/ip6tables-save.c
-index d819b30..a86a64a 100644
---- a/iptables/ip6tables-save.c
-+++ b/iptables/ip6tables-save.c
-@@ -18,10 +18,6 @@
- #include "ip6tables.h"
- #include "ip6tables-multi.h"
-
--#ifndef NO_SHARED_LIBS
--#include <dlfcn.h>
--#endif
--
- static int show_counters = 0;
-
- static const struct option options[] = {
-diff --git a/iptables/iptables-save.c b/iptables/iptables-save.c
-index e599fce..2999c7f 100644
---- a/iptables/iptables-save.c
-+++ b/iptables/iptables-save.c
-@@ -17,10 +17,6 @@
- #include "iptables.h"
- #include "iptables-multi.h"
-
--#ifndef NO_SHARED_LIBS
--#include <dlfcn.h>
--#endif
--
- static int show_counters = 0;
-
- static const struct option options[] = {
---
-1.8.3.2
-
OpenPOWER on IntegriCloud