Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (75aaf8009c3868060a49c540348393f8fbc57808)

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 stable-0.62 grimoire by Vlad Glagolev (75aaf8009c3868060a49c540348393f8fbc57808)
  • Date: Fri, 3 Apr 2015 11:46:09 -0500

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

net/accel-ppp/DETAILS | 4 ++--
net/accel-ppp/HISTORY | 8 ++++++--
net/accel-ppp/ipoe.patch | 20 +++++---------------
3 files changed, 13 insertions(+), 19 deletions(-)

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

accel-ppp: => 1.9.0

(cherry picked from commit aa05b925c38b3bb95b5215986e39feebe9be08a1)

diff --git a/net/accel-ppp/DETAILS b/net/accel-ppp/DETAILS
index 6fc11eb..16c8934 100755
--- a/net/accel-ppp/DETAILS
+++ b/net/accel-ppp/DETAILS
@@ -1,8 +1,8 @@
SPELL=accel-ppp
- VERSION=1.8.0
+ VERSION=1.9.0
SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:d78c0ed4a3c51ae5f07c580b813694376fc42484a907d65164bb14409392365e2d8a876b16b15e55a7a7178cf9e573d42e578e6739f1fe9d62887e7316c816c0
+
SOURCE_HASH=sha512:a253d80fe6916741edd2c30d135675becd5ad2ad56021c098d1f54a6c1cbad9ae73e89a6f2963fc3a42f1e9bec0b202513e3bf0f3db9310fef9def0ca9aa9140
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=http://accel-ppp.sourceforge.net/
ENTERED=20130521
diff --git a/net/accel-ppp/HISTORY b/net/accel-ppp/HISTORY
index 50f1395..e726c3d 100644
--- a/net/accel-ppp/HISTORY
+++ b/net/accel-ppp/HISTORY
@@ -1,5 +1,9 @@
-2014-08-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: openssl => SSL
+2015-04-03 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.9.0
+ * ipoe.patch: updated for new version
+
+2014-08-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: openssl => SSL

2014-08-12 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.8.0
diff --git a/net/accel-ppp/ipoe.patch b/net/accel-ppp/ipoe.patch
index 05b298d..0fb1c7b 100644
--- a/net/accel-ppp/ipoe.patch
+++ b/net/accel-ppp/ipoe.patch
@@ -1,22 +1,12 @@
---- drivers/ipoe/ipoe.c.orig 2014-05-08 14:41:12.000000000 +0400
-+++ drivers/ipoe/ipoe.c 2014-08-12 12:40:34.776058280 +0400
-@@ -395,7 +395,9 @@
+--- drivers/ipoe/ipoe.c.orig 2014-12-09 10:05:57.000000000 +0300
++++ drivers/ipoe/ipoe.c 2015-04-03 18:40:09.996601875 +0300
+@@ -428,7 +428,9 @@
if (!ses->peer_addr)
goto drop;
-
+
+#ifdef CONFIG_NET_CLS_ACT
skb->tc_verd = SET_TC_NCLS(0);
+#endif
-
- noff = skb_network_offset(skb);

---- drivers/ipoe/CMakeLists.txt.orig 2014-05-08 14:41:12.000000000 +0400
-+++ drivers/ipoe/CMakeLists.txt 2014-08-12 13:36:56.475218335 +0400
-@@ -14,6 +14,4 @@
- DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/driver/ipoe.ko
- )
+ noff = skb_network_offset(skb);

--
--INSTALL(CODE "EXECUTE_PROCESS(COMMAND make -C ${KDIR}
M=${CMAKE_CURRENT_BINARY_DIR}/drivers/ipoe modules_install)")
--
-+INSTALL(CODE "EXECUTE_PROCESS(COMMAND make -C ${KDIR}
M=${CMAKE_CURRENT_BINARY_DIR}/driver modules_install)")



  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (75aaf8009c3868060a49c540348393f8fbc57808), Vlad Glagolev, 04/04/2015

Archive powered by MHonArc 2.6.24.

Top of Page