nftables: update to 0.8.1.
This commit is contained in:
parent
b358a531ef
commit
9c86a058e7
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'nftables'
|
# Template file for 'nftables'
|
||||||
pkgname=nftables
|
pkgname=nftables
|
||||||
version=0.8
|
version=0.8.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--sbindir=/usr/bin CONFIG_MAN=y DB2MAN=docbook2man"
|
configure_args="--sbindir=/usr/bin CONFIG_MAN=y DB2MAN=docbook2man"
|
||||||
hostmakedepends="pkg-config docbook2x flex bison"
|
hostmakedepends="pkg-config docbook2x flex bison"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://netfilter.org/projects/nftables/"
|
homepage="http://netfilter.org/projects/nftables/"
|
||||||
distfiles="http://www.netfilter.org/projects/${pkgname}/files/${pkgname}-${version}.tar.bz2"
|
distfiles="http://www.netfilter.org/projects/${pkgname}/files/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=3f5b88e7b163bb46aa39e89419686b98f9316606a05865c3856dc68e414f389a
|
checksum=8aead66cce70d68c70e4be917813abcbcf62811ee6de4c7761d0e34391772fc4
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i '1i#include "config.h"' src/proto.c
|
sed -i '1i#include "config.h"' src/proto.c
|
||||||
|
|
Loading…
Reference in New Issue