From ec687219ddf1fe38456cf44261905e7027b1b0de Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 28 May 2012 22:04:47 +0200 Subject: [PATCH] iptables: update to iptables-1.4.14 Signed-off-by: Stephan Raue --- packages/network/iptables/meta | 2 +- .../patches/iptables-1.4.12.2-remove_so-check.patch | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 packages/network/iptables/patches/iptables-1.4.12.2-remove_so-check.patch diff --git a/packages/network/iptables/meta b/packages/network/iptables/meta index 073d88568a..e252536f5f 100644 --- a/packages/network/iptables/meta +++ b/packages/network/iptables/meta @@ -19,7 +19,7 @@ ################################################################################ PKG_NAME="iptables" -PKG_VERSION="1.4.12.2" +PKG_VERSION="1.4.14" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="GPL" diff --git a/packages/network/iptables/patches/iptables-1.4.12.2-remove_so-check.patch b/packages/network/iptables/patches/iptables-1.4.12.2-remove_so-check.patch deleted file mode 100644 index ee785f1d1f..0000000000 --- a/packages/network/iptables/patches/iptables-1.4.12.2-remove_so-check.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur iptables-1.4.12.2/extensions/GNUmakefile.in iptables-1.4.12.2.patch/extensions/GNUmakefile.in ---- iptables-1.4.12.2/extensions/GNUmakefile.in 2012-01-02 18:19:09.000000000 +0100 -+++ iptables-1.4.12.2.patch/extensions/GNUmakefile.in 2012-01-07 03:27:07.237205980 +0100 -@@ -68,7 +68,7 @@ - - .PHONY: all install clean distclean FORCE - --all: ${targets} check -+all: ${targets} - - check: ${targets} - @echo " CHECK unknown symbols in .so files"; \