nftables: bump to version 0.8.1

Add SHA256 and license hashes.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Baruch Siach 2018-01-28 21:42:47 +02:00 committed by Peter Korsgaard
parent fa0d1ebff9
commit ca0ef6c3c0
2 changed files with 7 additions and 3 deletions

View File

@ -1,2 +1,6 @@
# From http://www.netfilter.org/projects/nftables/downloads.html#nftables-0.7
sha1 c003fa8b63b1b44c52de345a4d84487d81865a98 nftables-0.7.tar.bz2
# From http://www.netfilter.org/projects/nftables/downloads.html
sha1 51fd436845718f1221ee198128656ef9055c2588 nftables-0.8.1.tar.bz2
# Locally calculated after checking pgp signature
# http://www.netfilter.org/projects/nftables/files/nftables-0.8.1.tar.bz2.sig
sha256 8aead66cce70d68c70e4be917813abcbcf62811ee6de4c7761d0e34391772fc4 nftables-0.8.1.tar.bz2
sha256 c17bc4fa5b2434c6f283ffcb2312e5bf3c7cdf5787b79505f094d8de734ac53e COPYING

View File

@ -4,7 +4,7 @@
#
################################################################################
NFTABLES_VERSION = 0.7
NFTABLES_VERSION = 0.8.1
NFTABLES_SOURCE = nftables-$(NFTABLES_VERSION).tar.bz2
NFTABLES_SITE = http://www.netfilter.org/projects/nftables/files
NFTABLES_DEPENDENCIES = gmp libmnl libnftnl host-bison host-flex \