diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-13 08:52:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-13 08:52:25 +0000 |
commit | 6d2ecc31d8c649b283f7283ce8b7a0ea1ebbb039 (patch) | |
tree | 19bc27c9c623db95c452d6fd085ae3357f36b560 | |
parent | 113e5c35f0bc9ac4cd09f69945886d7c995911e2 (diff) | |
download | aports-6d2ecc31d8c649b283f7283ce8b7a0ea1ebbb039.tar.bz2 aports-6d2ecc31d8c649b283f7283ce8b7a0ea1ebbb039.tar.xz |
core/iptables: upgrade to 1.4.4
-rw-r--r-- | core/iptables/APKBUILD | 6 | ||||
-rw-r--r-- | core/iptables/nocxx.patch | 15 |
2 files changed, 2 insertions, 19 deletions
diff --git a/core/iptables/APKBUILD b/core/iptables/APKBUILD index b673ec00..2a503aca 100644 --- a/core/iptables/APKBUILD +++ b/core/iptables/APKBUILD @@ -2,14 +2,13 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=iptables -pkgver=1.4.3.2 +pkgver=1.4.4 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-include-in.patch - nocxx.patch iptables.initd iptables.confd " @@ -61,8 +60,7 @@ ip6tables() { "$subpkgdir"/etc/init.d/ip6tables } -md5sums="545698693b636cfc844aafc6729fd48a iptables-1.4.3.2.tar.bz2 +md5sums="08cd9196881657ea0615d926334cb7e9 iptables-1.4.4.tar.bz2 ec3e80a1b0ea3e13e4e60824b7ebd1b9 iptables-1.4.2-include-in.patch -28513788ba4d556ccd538867dc6205ab nocxx.patch 2202ac150a5dfe32a8363b0ad565ee1d iptables.initd 956ebf5ab69e5a1e1d3983541eab643b iptables.confd" diff --git a/core/iptables/nocxx.patch b/core/iptables/nocxx.patch deleted file mode 100644 index beb1ab90..00000000 --- a/core/iptables/nocxx.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- a/configure 2004-12-07 21:34:23.205172545 +0000 -+++ b/configure 2004-12-07 21:37:17.726654782 +0000 -@@ -5148,10 +5148,8 @@ - : - else - { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check --See \`config.log' for more details." >&5 --echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check --See \`config.log' for more details." >&2;} -- { (exit 1); exit 1; }; } -+See \`config.log' for more details." >&5;} -+ { echo "C++ sucks, ignoring ..." >&5; }; } - fi - - ac_ext=cc |