Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (86c0ef2ac468c888ee30457b3d99c90dd2444203)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (86c0ef2ac468c888ee30457b3d99c90dd2444203)
  • Date: Wed, 11 Jul 2007 10:32:26 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

archive/cksfv/DETAILS | 2 +-
archive/cksfv/HISTORY | 3 +++
archive/cksfv/cksfv-1.3.10.tar.bz2.sig | 0
dev/null |binary
net/iproute2/DETAILS | 2 +-
net/iproute2/HISTORY | 6 ++++++
net/iproute2/PRE_BUILD | 5 +++--
net/iproute2/ip.patch | 12 ++++++------
8 files changed, 20 insertions(+), 10 deletions(-)

New commits:
commit 86c0ef2ac468c888ee30457b3d99c90dd2444203
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

cksfv: Updated to 1.3.11

commit ead371e229b9da540a229313e37a53c04943d6a4
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

iproute2: Updated to 2.6.22-070710

diff --git a/archive/cksfv/DETAILS b/archive/cksfv/DETAILS
index 6b417b3..264d995 100755
--- a/archive/cksfv/DETAILS
+++ b/archive/cksfv/DETAILS
@@ -1,5 +1,5 @@
SPELL=cksfv
- VERSION=1.3.10
+ VERSION=1.3.11
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.iki.fi/shd/foss/cksfv/files/$SOURCE
diff --git a/archive/cksfv/HISTORY b/archive/cksfv/HISTORY
index e75b691..29db3f8 100644
--- a/archive/cksfv/HISTORY
+++ b/archive/cksfv/HISTORY
@@ -1,3 +1,6 @@
+2007-07-11 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.3.11
+
2007-03-30 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.3.10

diff --git a/archive/cksfv/cksfv-1.3.10.tar.bz2.sig
b/archive/cksfv/cksfv-1.3.10.tar.bz2.sig
deleted file mode 100644
index ed17809..0000000
Binary files a/archive/cksfv/cksfv-1.3.10.tar.bz2.sig and /dev/null differ
diff --git a/net/iproute2/DETAILS b/net/iproute2/DETAILS
index 3bd55a6..3d6b568 100755
--- a/net/iproute2/DETAILS
+++ b/net/iproute2/DETAILS
@@ -1,5 +1,5 @@
SPELL=iproute2
- VERSION=2.6.19-061214
+ VERSION=2.6.22-070710
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=${SOURCE}.sign
SOURCE2_IGNORE=signature
diff --git a/net/iproute2/HISTORY b/net/iproute2/HISTORY
index a633863..bbe9498 100644
--- a/net/iproute2/HISTORY
+++ b/net/iproute2/HISTORY
@@ -1,3 +1,9 @@
+2007-07-10 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 2.6.22-070710
+ * PRE_BUILD: Uncompresses to current directory. :( Manually setup
+ $SOURCE_DIRECTORY and unpack there
+ * ip.patch: Updated against 2.6.22-070710
+
2007-02-15 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated to 2.6.19-061214
* BUILD: changed doc dir to be more smgl specific
diff --git a/net/iproute2/PRE_BUILD b/net/iproute2/PRE_BUILD
index 929e95c..7f36fb3 100755
--- a/net/iproute2/PRE_BUILD
+++ b/net/iproute2/PRE_BUILD
@@ -1,5 +1,6 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
+mk_source_dir $SOURCE_DIRECTORY &&
+cd $SOURCE_DIRECTORY &&
+unpack_file '' &&

sedit "s/-O2/$CFLAGS/" Makefile &&
sedit 's/-g//' Makefile &&
diff --git a/net/iproute2/ip.patch b/net/iproute2/ip.patch
index 183e43f..4c0a742 100644
--- a/net/iproute2/ip.patch
+++ b/net/iproute2/ip.patch
@@ -1,9 +1,9 @@
-diff -Naur iproute2-2.6.11.orig/ip/iptunnel.c iproute2-2.6.11/ip/iptunnel.c
---- iproute2-2.6.11.orig/ip/iptunnel.c 2005-04-07 10:55:29.690001184 -0700
-+++ iproute2-2.6.11/ip/iptunnel.c 2005-04-07 10:55:38.098722864 -0700
-@@ -35,6 +35,9 @@
- #endif
-
+diff -Naur iproute2-2.6.22-070710.orig/ip/iptunnel.c
iproute2-2.6.22-070710/ip/iptunnel.c
+--- iproute2-2.6.22-070710.orig/ip/iptunnel.c 2007-07-11 08:22:31.526850990
-0700
++++ iproute2-2.6.22-070710/ip/iptunnel.c 2007-07-11 08:22:44.024944328
-0700
+@@ -28,6 +28,9 @@
+ #include <linux/if_arp.h>
+ #include <linux/ip.h>
#include <linux/if_tunnel.h>
+#include <endian.h>
+#include <asm/byteorder.h>



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (86c0ef2ac468c888ee30457b3d99c90dd2444203), Eric Sandall, 07/11/2007

Archive powered by MHonArc 2.6.24.

Top of Page