nftables: update to 0.7.
This commit is contained in:
parent
2e626fa759
commit
2dd4d68355
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'nftables'
|
||||
pkgname=nftables
|
||||
version=0.6
|
||||
revision=2
|
||||
version=0.7
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/usr/bin CONFIG_MAN=y DB2MAN=docbook2man"
|
||||
hostmakedepends="pkg-config docbook2x flex bison"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|||
license="GPL-2"
|
||||
homepage="http://netfilter.org/projects/nftables/"
|
||||
distfiles="http://www.netfilter.org/projects/${pkgname}/files/${pkgname}-${version}.tar.bz2"
|
||||
checksum=dede62655f1c56f2bc9f9be12d103d930dcef6d5f9e0855854ad9c6f93cd6c2d
|
||||
checksum=fe639239d801ce5890397f6f4391c58a934bfc27d8b7d5ef922692de5ec4ed43
|
||||
|
||||
post_extract() {
|
||||
sed -i '1i#include "config.h"' src/proto.c
|
||||
|
|
Loading…
Reference in New Issue