network/nft: Updated for version 0.5.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Duncan Roe 2015-10-02 12:46:28 +07:00 committed by Willy Sudiarto Raharjo
parent c1e9a9c4a2
commit 57b15df932
3 changed files with 9 additions and 5 deletions

View file

@ -7,6 +7,10 @@ nftables is built upon the building blocks of the Netfilter infrastructure such
as the existing hooks, the connection tracking system, the userspace queueing
component and the logging subsystem.
In order to use nft, you need a Linux kernel >= 3.14 with nftables configured.
In order to use nft, you need a Linux kernel >= 3.14 with nftables configured;
however at least one feature of nft 0.5 requires >= 4.2.
There is a comprehensive HOWTO for nftables at
http://wiki.nftables.org/wiki-nftables/index.php/Main_Page
nftables is currently under development, so for experimenters only!

View file

@ -24,7 +24,7 @@
PRGNAM=nft
PKGNAM=nftables
VERSION=${VERSION:-0.4}
VERSION=${VERSION:-0.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="nft"
VERSION="0.4"
VERSION="0.5"
HOMEPAGE="http://www.netfilter.org/projects/nftables/"
DOWNLOAD="http://www.netfilter.org/projects/nftables/files/nftables-0.4.tar.bz2"
MD5SUM="09b686c489ff10db670ca60dbed7ff43"
DOWNLOAD="http://www.netfilter.org/projects/nftables/files/nftables-0.5.tar.bz2"
MD5SUM="94bfe1c54bcb9f6ed974835f2fca8069"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libnftnl"