Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (8206a568ce18038b18f1d55f02df9e9ec2f5d336)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (8206a568ce18038b18f1d55f02df9e9ec2f5d336)
  • Date: Mon, 23 Mar 2009 16:46:19 -0500

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

net/iptables/DETAILS | 2 +-
net/iptables/HISTORY | 4 ++++
net/iptables/PRE_BUILD | 4 ----
net/iptables/iptables-xtables-compile-fix.patch | 11 -----------
4 files changed, 5 insertions(+), 16 deletions(-)

New commits:
commit 8206a568ce18038b18f1d55f02df9e9ec2f5d336
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

iptables 1.4.3

diff --git a/net/iptables/DETAILS b/net/iptables/DETAILS
index 41e187d..1d146fa 100755
--- a/net/iptables/DETAILS
+++ b/net/iptables/DETAILS
@@ -1,5 +1,5 @@
SPELL=iptables
- VERSION=1.4.2
+ VERSION=1.4.3
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
SOURCE_URL[0]=http://www.iptables.org/projects/$SPELL/files/$SOURCE
diff --git a/net/iptables/HISTORY b/net/iptables/HISTORY
index 4135211..2de0f6c 100644
--- a/net/iptables/HISTORY
+++ b/net/iptables/HISTORY
@@ -1,3 +1,7 @@
+2009-03-23 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.4.3
+ * PRE_BUILD, iptables-xtables-compile-fix.patch: removed
+
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
diff --git a/net/iptables/PRE_BUILD b/net/iptables/PRE_BUILD
deleted file mode 100755
index 823807b..0000000
--- a/net/iptables/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-patch -p1 < "$SPELL_DIRECTORY/iptables-xtables-compile-fix.patch"
diff --git a/net/iptables/iptables-xtables-compile-fix.patch
b/net/iptables/iptables-xtables-compile-fix.patch
deleted file mode 100644
index 4c775ce..0000000
--- a/net/iptables/iptables-xtables-compile-fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff -Naur iptables-1.4.2.orig/include/xtables.h.in
iptables-1.4.2/include/xtables.h.in
---- iptables-1.4.2.orig/include/xtables.h.in 2008-10-08 18:31:58.000000000
+0200
-+++ iptables-1.4.2/include/xtables.h.in 2009-03-07 15:37:49.000000000
+0100
-@@ -4,6 +4,7 @@
- #include <sys/socket.h> /* PF_* */
- #include <sys/types.h>
- #include <stdbool.h>
-+#include <netinet/in.h>
- #include <net/if.h>
- #include <linux/types.h>
- #include <linux/netfilter/x_tables.h>



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (8206a568ce18038b18f1d55f02df9e9ec2f5d336), Ladislav Hagara, 03/23/2009

Archive powered by MHonArc 2.6.24.

Top of Page