Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e47d47183a194c1db0f366e0a949a8006404e0d8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e47d47183a194c1db0f366e0a949a8006404e0d8)
  • Date: Wed, 8 Jun 2011 23:03:32 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

net/iptables/DETAILS | 2 +-
net/iptables/HISTORY | 4 ++++
net/iptables/PRE_BUILD | 4 ----
net/iptables/mk.patch | 15 ---------------
4 files changed, 5 insertions(+), 20 deletions(-)

New commits:
commit e47d47183a194c1db0f366e0a949a8006404e0d8
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

iptables: => 1.4.11.1

diff --git a/net/iptables/DETAILS b/net/iptables/DETAILS
index 3258ca0..630491d 100755
--- a/net/iptables/DETAILS
+++ b/net/iptables/DETAILS
@@ -1,5 +1,5 @@
SPELL=iptables
- VERSION=1.4.11
+ VERSION=1.4.11.1
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 2a63568..b2a9405 100644
--- a/net/iptables/HISTORY
+++ b/net/iptables/HISTORY
@@ -1,3 +1,7 @@
+2011-06-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.4.11.1
+ * PRE_BUILD, mk.patch: removed
+
2011-05-29 Vlad Glagolev <stealth AT sourcemage.org>
* PRE_BUILD: added, to apply the patch
* mk.patch: added, to fix symlinks for xtables-multi
diff --git a/net/iptables/PRE_BUILD b/net/iptables/PRE_BUILD
deleted file mode 100755
index f50ccbf..0000000
--- a/net/iptables/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-patch -p0 < "$SPELL_DIRECTORY/mk.patch"
diff --git a/net/iptables/mk.patch b/net/iptables/mk.patch
deleted file mode 100644
index eb7daab..0000000
--- a/net/iptables/mk.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- Makefile.in.orig 2011-05-26 20:15:37.000000000 +0400
-+++ Makefile.in 2011-05-29 19:36:38.767926751 +0400
-@@ -1320,9 +1320,9 @@
- install-exec-hook:
- -if test -z "${DESTDIR}"; then /sbin/ldconfig; fi;
- ${INSTALL} -dm0755 "${DESTDIR}${bindir}";
-- for i in ${v4_bin_links}; do ${LN_S} -f "${sbindir}/iptables-multi"
"${DESTDIR}${bindir}/$$i"; done;
-- for i in ${v4_sbin_links}; do ${LN_S} -f iptables-multi
"${DESTDIR}${sbindir}/$$i"; done;
-- for i in ${v6_sbin_links}; do ${LN_S} -f ip6tables-multi
"${DESTDIR}${sbindir}/$$i"; done;
-+ for i in ${v4_bin_links}; do ${LN_S} -f "${sbindir}/xtables-multi"
"${DESTDIR}${bindir}/$$i"; done;
-+ for i in ${v4_sbin_links}; do ${LN_S} -f xtables-multi
"${DESTDIR}${sbindir}/$$i"; done;
-+ for i in ${v6_sbin_links}; do ${LN_S} -f xtables-multi
"${DESTDIR}${sbindir}/$$i"; done;
-
- # 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.



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e47d47183a194c1db0f366e0a949a8006404e0d8), Vlad Glagolev, 06/09/2011

Archive powered by MHonArc 2.6.24.

Top of Page