Skip to Content.
Sympa Menu

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

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 (797806a7437535beaab730e0b151ffea11e07767)
  • Date: Wed, 16 Nov 2016 19:45:07 +0000

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

libs/libnl/DETAILS | 4 ++--
libs/libnl/HISTORY | 3 +++
net/ifupdown/DEPENDS | 1 +
net/ifupdown/DETAILS | 1 +
net/ifupdown/HISTORY | 4 ++++
5 files changed, 11 insertions(+), 2 deletions(-)

New commits:
commit 797806a7437535beaab730e0b151ffea11e07767
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libnl - new url

(cherry picked from commit 60d8e1776f57e9dd09b543c829d7b0973f52cc44)

commit c2a4d1575053f70222dead37cc1fe27b16670700
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ifupdown: added missing dependency

(cherry picked from commit 42f117966805a873fc7a8fe9ea6a23c3e3d66f3b)

diff --git a/libs/libnl/DETAILS b/libs/libnl/DETAILS
index 27df22e..5961e6c 100755
--- a/libs/libnl/DETAILS
+++ b/libs/libnl/DETAILS
@@ -4,10 +4,10 @@
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- SOURCE_URL[0]=http://people.suug.ch/~tgr/libnl/files/$SOURCE
LICENSE[0]=LGPL
KEYWORDS="network libs"
- WEB_SITE=http://people.suug.ch/~tgr/libnl/
+ WEB_SITE=http://www.infradead.org/~tgr/libnl
+ SOURCE_URL[0]=$WEB_SITE/files/$SOURCE
ENTERED=20060424
SHORT='netlink socket library'
cat << EOF
diff --git a/libs/libnl/HISTORY b/libs/libnl/HISTORY
index ca40d71..d31146c 100644
--- a/libs/libnl/HISTORY
+++ b/libs/libnl/HISTORY
@@ -1,3 +1,6 @@
+2015-07-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: new url, now at infradead.org
+
2014-08-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.2.25

diff --git a/net/ifupdown/DEPENDS b/net/ifupdown/DEPENDS
index cc5296c..16562cf 100755
--- a/net/ifupdown/DEPENDS
+++ b/net/ifupdown/DEPENDS
@@ -1,6 +1,7 @@
depends run-parts &&
depends net-tools &&
depends perl &&
+depends iproute2 &&

optional_depends "dhcpcd" "" "" "For DHCP support" &&
optional_depends "wireless_tools" "" "" "For wireless configuration" &&
diff --git a/net/ifupdown/DETAILS b/net/ifupdown/DETAILS
index ff67ed2..cc68e06 100755
--- a/net/ifupdown/DETAILS
+++ b/net/ifupdown/DETAILS
@@ -1,5 +1,6 @@
SPELL=ifupdown
VERSION=0.8.16
+ PATCHLEVEL=1
SOURCE=${SPELL}_$VERSION.tar.xz
SOURCE_URL[0]=http://http.debian.net/debian/pool/main/i/$SPELL/$SOURCE

SOURCE_HASH=sha512:817d5f98325aed78cfa2f688d090ce8dc658dd0157594b9eb8e8f5de3152af8c87308df4b95e45234bef86a1c02f1cf937dc7ca1de5f164eebe0b39674456fad
diff --git a/net/ifupdown/HISTORY b/net/ifupdown/HISTORY
index 176661c..302c2a7 100644
--- a/net/ifupdown/HISTORY
+++ b/net/ifupdown/HISTORY
@@ -1,3 +1,7 @@
+2016-11-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * DEPENDS: added critical missing dependency -- iproute2
+
2016-09-26 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.8.16
* 0001-do-not-use-dpkg-architecture.patch: updated



  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (797806a7437535beaab730e0b151ffea11e07767), Vlad Glagolev, 11/16/2016

Archive powered by MHonArc 2.6.24.

Top of Page