iptables: update to iptables-1.4.14

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-05-28 22:04:47 +02:00
parent 77a89b484f
commit ec687219dd
2 changed files with 1 additions and 13 deletions

View File

@ -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"

View File

@ -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"; \