New commits:
commit e4b2102486e70f85d93b6f0cc114d224faf948c2
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: Arwed von Merkatz <v.merkatz AT gmx.net>
pan: +x DETAILS. Bug 15017
(cherry picked from commit 59f00e2d98333477c56223ea6af8a0be5ad12eca)
commit fdb8a06d0f8ead14854a537603734846f1a53feb
Author: Remko van der Vossen <wich AT yuugen.jp>
Commit: Arwed von Merkatz <v.merkatz AT gmx.net>
diff --git a/gnome2-apps/pan/DETAILS b/gnome2-apps/pan/DETAILS
old mode 100644
new mode 100755
diff --git a/net/iptables/HISTORY b/net/iptables/HISTORY
index c87cd93..4135211 100644
--- a/net/iptables/HISTORY
+++ b/net/iptables/HISTORY
@@ -1,3 +1,9 @@
+2009-03-07 Remko van der Vossen <wich AT sourcemage.org>
+ * PRE_BUILD, iptables-xtables-compile-fix.patch: fixed compilation,
+ patch in include for netinet/in.h which defines the proper
+ identifiers, makeing the #ifndefs work as intended, taken from the
+ iptables git repo. Fixes bug 15015.
+
2008-10-14 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.4.2; renewed desc
* PRE_BUILD: fixed compilation (SCTP is already defined in the
headers)
diff --git a/net/iptables/PRE_BUILD b/net/iptables/PRE_BUILD
index 7e6ab59..823807b 100755
--- a/net/iptables/PRE_BUILD
+++ b/net/iptables/PRE_BUILD
@@ -1,5 +1,4 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&