summaryrefslogtreecommitdiffstats
path: root/main/iptables
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-10-09 06:04:56 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-10-09 06:07:02 +0000
commit73761cf3aa7c7733d4ce26033d6ce7470298e279 (patch)
tree3810c12cd4e84a091bb9bd3d1a2599dff1e2781c /main/iptables
parent6e8ed58d7ceee30d3cf4c04569ecb02ead1e9daa (diff)
downloadaports-73761cf3aa7c7733d4ce26033d6ce7470298e279.tar.bz2
aports-73761cf3aa7c7733d4ce26033d6ce7470298e279.tar.xz
main/iptables: upgrade to 1.4.16.2
Diffstat (limited to 'main/iptables')
-rw-r--r--main/iptables/APKBUILD6
-rw-r--r--main/iptables/iptables-1.4.2-include-in.patch12
2 files changed, 2 insertions, 16 deletions
diff --git a/main/iptables/APKBUILD b/main/iptables/APKBUILD
index af6177d5e..423a87c79 100644
--- a/main/iptables/APKBUILD
+++ b/main/iptables/APKBUILD
@@ -1,14 +1,13 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=iptables
-pkgver=1.4.15
+pkgver=1.4.16.2
pkgrel=0
pkgdesc="Linux kernel firewall, NAT and packet mangling tools"
url="http://www.iptables.org/"
arch="all"
license=GPL-2
source="http://iptables.org/projects/iptables/files/$pkgname-$pkgver.tar.bz2
- iptables-1.4.2-include-in.patch
iptables.initd
iptables.confd
ip6tables.confd
@@ -78,8 +77,7 @@ ip6tables() {
install -m644 "$startdir"/ip6tables.confd "$subpkgdir"/etc/conf.d/ip6tables
}
-md5sums="8bf564ea8348522fc1db727868828def iptables-1.4.15.tar.bz2
-ec3e80a1b0ea3e13e4e60824b7ebd1b9 iptables-1.4.2-include-in.patch
+md5sums="57220bb26866a713073e5614f88071fc iptables-1.4.16.2.tar.bz2
f73fb9a0b9fe42a19d1109b415d86c9c iptables.initd
c91286c54f8fe0de6ed8950f375cb7a5 iptables.confd
d3f37ebc2cd3fbfc326c3a8df5a79e11 ip6tables.confd"
diff --git a/main/iptables/iptables-1.4.2-include-in.patch b/main/iptables/iptables-1.4.2-include-in.patch
deleted file mode 100644
index 138fa564c..000000000
--- a/main/iptables/iptables-1.4.2-include-in.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-pull in in.h as it sets up some proto defines that iptables relies on
-
---- a/include/xtables.h.in
-+++ b/include/xtables.h.in
-@@ -5,6 +5,7 @@
- #include <sys/types.h>
- #include <stdbool.h>
- #include <net/if.h>
-+#include <netinet/in.h>
- #include <linux/types.h>
- #include <linux/netfilter/x_tables.h>
-