diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-04-06 19:48:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-04-06 19:48:21 +0000 |
commit | 754aed01286b462e998362418c68043811ec6875 (patch) | |
tree | 75b220f5ba0e06867d8e7f16e29276cec3b00feb /core/iptables | |
parent | d437587cbbab753a400f07c1f44106f79d279cf3 (diff) | |
download | aports-754aed01286b462e998362418c68043811ec6875.tar.bz2 aports-754aed01286b462e998362418c68043811ec6875.tar.xz |
core/iptables: upgrade to 1.4.3.2
Diffstat (limited to 'core/iptables')
-rw-r--r-- | core/iptables/APKBUILD | 6 | ||||
-rw-r--r-- | core/iptables/iptables-1.4.2-no-ldconfig.patch | 15 |
2 files changed, 2 insertions, 19 deletions
diff --git a/core/iptables/APKBUILD b/core/iptables/APKBUILD index 0d409bda66..4ad25139fb 100644 --- a/core/iptables/APKBUILD +++ b/core/iptables/APKBUILD @@ -2,13 +2,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=iptables -pkgver=1.4.3.1 +pkgver=1.4.3.2 pkgrel=0 pkgdesc="Linux kernel firewall, NAT and packet mangling tools" url="http://www.iptables.org/" license=GPL-2 source="http://iptables.org/projects/iptables/files/$pkgname-$pkgver.tar.bz2 - iptables-1.4.2-no-ldconfig.patch iptables-1.4.2-include-in.patch iptables.initd iptables.confd @@ -61,8 +60,7 @@ ip6tables() { "$subpkgdir"/etc/init.d/ip6tables } -md5sums="9c67f796f69e1e016cc19e2c19357711 iptables-1.4.3.1.tar.bz2 -7b9c52caf34663186c32ea44b80c9a03 iptables-1.4.2-no-ldconfig.patch +md5sums="545698693b636cfc844aafc6729fd48a iptables-1.4.3.2.tar.bz2 ec3e80a1b0ea3e13e4e60824b7ebd1b9 iptables-1.4.2-include-in.patch 2202ac150a5dfe32a8363b0ad565ee1d iptables.initd 956ebf5ab69e5a1e1d3983541eab643b iptables.confd" diff --git a/core/iptables/iptables-1.4.2-no-ldconfig.patch b/core/iptables/iptables-1.4.2-no-ldconfig.patch deleted file mode 100644 index 943ff4aef7..0000000000 --- a/core/iptables/iptables-1.4.2-no-ldconfig.patch +++ /dev/null @@ -1,15 +0,0 @@ -avoid pointless overhead for DESTDIR builds - -http://bugzilla.netfilter.org/show_bug.cgi?id=560 - ---- a/Makefile.in -+++ b/Makefile.in -@@ -1530,7 +1530,7 @@ - # ldconfig may fail when we are not root (as is the case in build systems) - # so add appropriate protection that it does not let `make` fail. - install-exec-hook: -- -/sbin/ldconfig || :; -+ -[ -z "$(DESTDIR)" ] && /sbin/ldconfig - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: |