summaryrefslogtreecommitdiffstats
path: root/main/iptables
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-12-22 16:05:16 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-12-22 16:05:16 +0000
commit2a1fd61f41b29df3fcadcdd186c5813f656c3a36 (patch)
treedb311c0a733a044b8f6f8e9b00a4b7dbdb32242b /main/iptables
parent0d8cd01c5fe1e1c9ed36d94b76056e9beac9188a (diff)
downloadaports-2a1fd61f41b29df3fcadcdd186c5813f656c3a36.tar.bz2
aports-2a1fd61f41b29df3fcadcdd186c5813f656c3a36.tar.xz
main/iptables: upgrade to 1.4.6
Diffstat (limited to 'main/iptables')
-rw-r--r--main/iptables/APKBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/main/iptables/APKBUILD b/main/iptables/APKBUILD
index b941bb559..ff6f898c1 100644
--- a/main/iptables/APKBUILD
+++ b/main/iptables/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=iptables
-pkgver=1.4.5
+pkgver=1.4.6
pkgrel=0
pkgdesc="Linux kernel firewall, NAT and packet mangling tools"
url="http://www.iptables.org/"
@@ -32,6 +32,10 @@ build() {
--enable-libipq \
--enable-shared
make || return 1
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
make -j1 install DESTDIR="$pkgdir"
mkdir -p "$pkgdir"/usr/include/libiptc \
@@ -60,7 +64,7 @@ ip6tables() {
"$subpkgdir"/etc/init.d/ip6tables
}
-md5sums="44f13990132c20299c1994cd6f425140 iptables-1.4.5.tar.bz2
+md5sums="c67cf30e281a924def6426be0973df56 iptables-1.4.6.tar.bz2
ec3e80a1b0ea3e13e4e60824b7ebd1b9 iptables-1.4.2-include-in.patch
2202ac150a5dfe32a8363b0ad565ee1d iptables.initd
956ebf5ab69e5a1e1d3983541eab643b iptables.confd"