iptables: update to 1.4.13.
This commit is contained in:
parent
e716b0afb3
commit
6edc7f01ab
2 changed files with 3 additions and 4 deletions
srcpkgs/iptables
|
@ -5,7 +5,7 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
Add_dependency run iptables
|
Add_dependency run iptables ">=${version}"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'iptables'
|
# Template file for 'iptables'
|
||||||
pkgname=iptables
|
pkgname=iptables
|
||||||
version=1.4.12.2
|
version=1.4.13
|
||||||
homepage="http://www.iptables.org"
|
homepage="http://www.iptables.org"
|
||||||
distfiles="$homepage/projects/iptables/files/$pkgname-$version.tar.bz2"
|
distfiles="$homepage/projects/iptables/files/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -9,7 +9,7 @@ short_desc="Linux IPv[46] packet filtering ruleset"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.netfilter.org/"
|
homepage="http://www.netfilter.org/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
checksum=09fff7dfe6af95675474fd5d0fc67622fac5a0f3d6e02ee614deae9a2e5dae13
|
checksum=321e2600fc4541a958e44cafd85a42864b0035404097e0f2e082d474029b9ded
|
||||||
long_desc="
|
long_desc="
|
||||||
iptables is the userspace command line program used to configure the Linux
|
iptables is the userspace command line program used to configure the Linux
|
||||||
IPv4 packet filtering ruleset. It is targeted towards system administrators.
|
IPv4 packet filtering ruleset. It is targeted towards system administrators.
|
||||||
|
@ -22,7 +22,6 @@ long_desc="
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# Fix build with kernel-libc-headers >= 3.2
|
# Fix build with kernel-libc-headers >= 3.2
|
||||||
sed -i '/if_packet/i#define __aligned_u64 __u64 __attribute__((aligned(8)))' \
|
sed -i '/if_packet/i#define __aligned_u64 __u64 __attribute__((aligned(8)))' \
|
||||||
|
|
Loading…
Reference in a new issue