diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-08-01 09:28:05 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-08-01 11:15:37 +0000 |
commit | 0e333dabf94a96438c76504d56cc71a6277157e0 (patch) | |
tree | d3ab0dcb1c5535fa162ca132cc94c9a5482b4286 /main/iptables | |
parent | a25bb59aac1a9bdbbf168e93ccce7f83c66dbbf8 (diff) | |
download | aports-0e333dabf94a96438c76504d56cc71a6277157e0.tar.bz2 aports-0e333dabf94a96438c76504d56cc71a6277157e0.tar.xz |
main/iptables: upgrade to 1.4.15
Diffstat (limited to 'main/iptables')
-rw-r--r-- | main/iptables/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/iptables/APKBUILD b/main/iptables/APKBUILD index 874a34991a..af6177d5e4 100644 --- a/main/iptables/APKBUILD +++ b/main/iptables/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=iptables -pkgver=1.4.14 +pkgver=1.4.15 pkgrel=0 pkgdesc="Linux kernel firewall, NAT and packet mangling tools" url="http://www.iptables.org/" @@ -78,7 +78,7 @@ ip6tables() { install -m644 "$startdir"/ip6tables.confd "$subpkgdir"/etc/conf.d/ip6tables } -md5sums="5ab24ad683f76689cfe7e0c73f44855d iptables-1.4.14.tar.bz2 +md5sums="8bf564ea8348522fc1db727868828def iptables-1.4.15.tar.bz2 ec3e80a1b0ea3e13e4e60824b7ebd1b9 iptables-1.4.2-include-in.patch f73fb9a0b9fe42a19d1109b415d86c9c iptables.initd c91286c54f8fe0de6ed8950f375cb7a5 iptables.confd |