From dc54834832e5bd9ee56164f04b6d11aa49f613fa Mon Sep 17 00:00:00 2001 From: Andreas Geisenhainer Date: Tue, 7 Jun 2016 17:20:24 +0200 Subject: nftables: bump version to 0.6 and remove "depends on BROKEN" for built-in GMP Signed-off-by: Andreas Geisenhainer Signed-off-by: Michael Olbrich --- rules/nftables.in | 2 -- rules/nftables.make | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'rules') 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) -- cgit v1.2.3