Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Remko van der Vossen (ead6bcc649e1001e3e40ebf47cc5f98d51f5ca6f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Remko van der Vossen <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Remko van der Vossen (ead6bcc649e1001e3e40ebf47cc5f98d51f5ca6f)
  • Date: Sat, 7 Mar 2009 17:45:59 -0600

GIT changes to master grimoire by Remko van der Vossen <wich AT sourcemage.org>:

net/iptables/HISTORY | 6 ++++++
net/iptables/PRE_BUILD | 3 +--
net/iptables/iptables-xtables-compile-fix.patch | 11 +++++++++++
printer/gv/DETAILS | 5 ++---
printer/gv/HISTORY | 3 +++
5 files changed, 23 insertions(+), 5 deletions(-)

New commits:
commit b1ad34989bdff091acf05ef9cf990ba9acab4d4d
Author: Remko van der Vossen <wich AT sourcemage.org>
Commit: Remko van der Vossen <wich AT sourcemage.org>

gv: version 3.6.6

commit d2887a34132c0d803f0255f30a7fcb660c914fda
Author: Remko van der Vossen <wich AT yuugen.jp>
Commit: Remko van der Vossen <wich AT yuugen.jp>

iptables: xtables compile fix, fixes bug 15015.

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" &&

-# fixed compilation with SCTP (check in next release)
-sed -i "11,13d" include/xtables.h.in
+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
new file mode 100644
index 0000000..4c775ce
--- /dev/null
+++ b/net/iptables/iptables-xtables-compile-fix.patch
@@ -0,0 +1,11 @@
+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>
diff --git a/printer/gv/DETAILS b/printer/gv/DETAILS
index 8da9966..bbaa819 100755
--- a/printer/gv/DETAILS
+++ b/printer/gv/DETAILS
@@ -1,12 +1,11 @@
SPELL=gv
- VERSION=3.6.5
-
SOURCE_HASH=sha512:8b5364d627aa8b00dc8c767b3415c46d02c70b776fd2d4881b89ff33de3f80a92ce3836b4effd6207ad2475aeedec487859bc20259bc5c4dad0b079a515e78b9
+ VERSION=3.6.6
+
SOURCE_HASH=sha512:d66b8b9803652a565dad93dfe39a722197eedcfd0633e52634400380399e2af7d4a4e5e135ff2f4d7fe6c784ae6b2eb0366381399e391ee6b8ce1f29693c8c62
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$GNU_URL/gv/$SOURCE
WEB_SITE=http://www.gnu.org/software/gv
LICENSE[0]=GPL
-# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
ENTERED=20020415
KEYWORDS="pdf postscript printer"
SHORT="gv is a PDF and PostScript viewer program"
diff --git a/printer/gv/HISTORY b/printer/gv/HISTORY
index 8da0c81..abfbca7 100644
--- a/printer/gv/HISTORY
+++ b/printer/gv/HISTORY
@@ -1,3 +1,6 @@
+2009-03-07 Remko van der Vossen <wich AT sourcemage.org>
+ * DETAILS: 3.6.6
+
2008-08-04 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 3.6.5




  • [SM-Commit] GIT changes to master grimoire by Remko van der Vossen (ead6bcc649e1001e3e40ebf47cc5f98d51f5ca6f), Remko van der Vossen, 03/07/2009

Archive powered by MHonArc 2.6.24.

Top of Page