Revision: 7082
          http://sourceforge.net/p/ipcop/svn/7082
Author:   owes
Date:     2013-07-16 05:14:49 +0000 (Tue, 16 Jul 2013)
Log Message:
-----------
Update wanpipe to 7.0.3. Building is still broken at the moment.

Modified Paths:
--------------
    ipcop/trunk/lfs/wanpipe

Added Paths:
-----------
    ipcop/trunk/src/patches/wanpipe_linux-3.0.patch

Removed Paths:
-------------
    ipcop/trunk/src/patches/wanpipe-3.5.25_linux-3.0.patch

Modified: ipcop/trunk/lfs/wanpipe
===================================================================
--- ipcop/trunk/lfs/wanpipe     2013-07-15 07:42:59 UTC (rev 7081)
+++ ipcop/trunk/lfs/wanpipe     2013-07-16 05:14:49 UTC (rev 7082)
@@ -36,7 +36,7 @@
 include Config
 
 PKG_NAME   = wanpipe
-VER        = 3.5.25
+VER        = 7.0.3
 HOST_ARCH  = i486
 OTHER_SRC  = yes
 KERNEL_MOD = yes
@@ -55,7 +55,7 @@
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 96700bece0d358bb12af9491d2730304
+$(DL_FILE)_MD5 = 3649f1f7e5a979f9a1566efb908433a6
 
 install : $(TARGET)
 
@@ -86,7 +86,7 @@
 
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)_linux-3.0.patch
+       cd $(DIR_APP) && patch -Np1 -i 
$(DIR_PATCHES)/$(PKG_NAME)_linux-3.0.patch
 
        # Source archive contains some .svn directories, remove that
        find $(DIR_APP) -name .svn -print | xargs --no-run-if-empty rm -rf

Deleted: ipcop/trunk/src/patches/wanpipe-3.5.25_linux-3.0.patch
===================================================================
--- ipcop/trunk/src/patches/wanpipe-3.5.25_linux-3.0.patch      2013-07-15 
07:42:59 UTC (rev 7081)
+++ ipcop/trunk/src/patches/wanpipe-3.5.25_linux-3.0.patch      2013-07-16 
05:14:49 UTC (rev 7082)
@@ -1,16 +0,0 @@
---- a/Setup    2012-02-26 09:26:09.000000000 +0100
-+++ b/Setup    2012-02-26 09:30:04.000000000 +0100
-@@ -912,7 +912,13 @@
- 
-       done < $1/Makefile
- 
-+    if [ -z "$KLVL" ] && [ -z "$KEVER" ]; then
-+      KERNEL_VERSION=$KVER"."$KPATCH
-+    elif [ -z "$KLVL" ]; then
-+      KERNEL_VERSION=$KVER"."$KPATCH$KEVER
-+    else
-       KERNEL_VERSION=$KVER"."$KPATCH"."$KLVL$KEVER
-+    fi
- 
-       if [ "$KVER" -eq "3" ] && [ "$KPATCH" -eq "0" ]; then
-               KERN_VER=30;

Copied: ipcop/trunk/src/patches/wanpipe_linux-3.0.patch (from rev 7079, 
ipcop/trunk/src/patches/wanpipe-3.5.25_linux-3.0.patch)
===================================================================
--- ipcop/trunk/src/patches/wanpipe_linux-3.0.patch                             
(rev 0)
+++ ipcop/trunk/src/patches/wanpipe_linux-3.0.patch     2013-07-16 05:14:49 UTC 
(rev 7082)
@@ -0,0 +1,16 @@
+--- a/Setup    2012-02-26 09:26:09.000000000 +0100
++++ b/Setup    2012-02-26 09:30:04.000000000 +0100
+@@ -912,7 +912,13 @@
+ 
+       done < $1/Makefile
+ 
++    if [ -z "$KLVL" ] && [ -z "$KEVER" ]; then
++      KERNEL_VERSION=$KVER"."$KPATCH
++    elif [ -z "$KLVL" ]; then
++      KERNEL_VERSION=$KVER"."$KPATCH$KEVER
++    else
+       KERNEL_VERSION=$KVER"."$KPATCH"."$KLVL$KEVER
++    fi
+ 
+       if [ "$KVER" -eq "3" ] && [ "$KPATCH" -eq "0" ]; then
+               KERN_VER=30;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to