iptables: update to 1.4.20.

This commit is contained in:
Juan RP 2013-08-18 09:43:09 +02:00
parent f174b1e7f4
commit da44bc3ab7

View file

@ -1,15 +1,17 @@
# Template file for 'iptables'
pkgname=iptables
version=1.4.19.1
version=1.4.20
revision=1
build_style=gnu-configure
configure_args="--enable-libipq --enable-shared --enable-static"
configure_args="--enable-libipq --enable-shared --enable-static --enable-bpf-compiler"
short_desc="Linux IPv[46] packet filtering ruleset"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.netfilter.org/"
license="GPL-2"
distfiles="$homepage/projects/iptables/files/$pkgname-$version.tar.bz2"
checksum=dd51d3b942758a462afc7c8495930d25c93058e5319303247375183ad50164d2
checksum=109b8c7ca90b4536bc5de869ae705f6d5efcc0c08ef3003755aad3ed6d2d49ad
makedepends="libpcap-devel"
if [ "$CROSS_BUILD" ]; then
hostmakedepends="automake libtool gettext-devel pkg-config"