summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Geisenhainer <Andreas.Geisenhainer@atsonline.de>2016-06-07 17:20:24 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-06-15 08:08:12 +0200
commitdc54834832e5bd9ee56164f04b6d11aa49f613fa (patch)
tree0a59c70c7fbfba7e3ae78e23bf696cf0e23dd123
parentfbf0d6919fe16f9218c8fb7e13f027531066c58c (diff)
downloadptxdist-dc54834832e5bd9ee56164f04b6d11aa49f613fa.tar.gz
ptxdist-dc54834832e5bd9ee56164f04b6d11aa49f613fa.tar.xz
nftables: bump version to 0.6 and remove "depends on BROKEN" for built-in GMP
Signed-off-by: Andreas Geisenhainer <Andreas.Geisenhainer@atsonline.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/nftables.in2
-rw-r--r--rules/nftables.make4
2 files changed, 2 insertions, 4 deletions
diff --git a/rules/nftables.in b/rules/nftables.in
index a08a78fb1..0377e731c 100644
--- a/rules/nftables.in
+++ b/rules/nftables.in
@@ -28,8 +28,6 @@ config NFTABLES_DEBUG
config NFTABLES_MGMP
bool
prompt "use mini-GMP"
- # broken in v0.5 (seems to be fixed some time after)
- depends on BROKEN
help
use the nftables build-in mini-GMP instead of linking to the shared
libgmp. (may reduce debugging verbosity on some files)
diff --git a/rules/nftables.make b/rules/nftables.make
index 41eb930f9..7486c7303 100644
--- a/rules/nftables.make
+++ b/rules/nftables.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_NFTABLES) += nftables
#
# Paths and names
#
-NFTABLES_VERSION := 0.5
-NFTABLES_MD5 := 94bfe1c54bcb9f6ed974835f2fca8069
+NFTABLES_VERSION := 0.6
+NFTABLES_MD5 := fd320e35fdf14b7be795492189b13dae
NFTABLES := nftables-$(NFTABLES_VERSION)
NFTABLES_SUFFIX := tar.bz2
NFTABLES_URL := http://ftp.netfilter.org/pub/nftables/$(NFTABLES).$(NFTABLES_SUFFIX)