summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
Diffstat (limited to 'rules')
-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)