iptables: update to 1.4.16.2.
This commit is contained in:
parent
f7cd2e4c1d
commit
a135e64763
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'iptables-devel'.
|
# Template file for 'iptables-devel'.
|
||||||
#
|
#
|
||||||
depends="iptables>=${version}"
|
noarch=yes
|
||||||
|
depends="${sourcepkg}-${version}_${revision}"
|
||||||
short_desc="${sourcepkg} (development files)"
|
short_desc="${sourcepkg} (development files)"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
@ -10,5 +11,4 @@ do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
vmove usr/share/man/man3 usr/share/man
|
vmove usr/share/man/man3 usr/share/man
|
||||||
vmove "usr/lib/*.a" usr/lib
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'iptables'
|
# Template file for 'iptables'
|
||||||
pkgname=iptables
|
pkgname=iptables
|
||||||
version=1.4.15
|
version=1.4.16.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-libipq --enable-shared --enable-static"
|
configure_args="--enable-libipq --enable-shared --disable-static"
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
short_desc="Linux IPv[46] packet filtering ruleset"
|
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"
|
||||||
distfiles="$homepage/projects/iptables/files/$pkgname-$version.tar.bz2"
|
distfiles="$homepage/projects/iptables/files/$pkgname-$version.tar.bz2"
|
||||||
checksum=867c144e60075e7bebe6fcecf0b65169d5e2d1fa5ceec2ebd9780cd5026123ea
|
checksum=4468ce7e1d68349a8e30f26110eb7969dbfdbf497d6c53758883123b3f2d6f6e
|
||||||
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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue