Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ca105c745b401f205cf1282fecc55bf383c3b86f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ca105c745b401f205cf1282fecc55bf383c3b86f)
  • Date: Tue, 8 Jan 2019 19:25:27 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

ChangeLog | 4 ++++
kernel.gpg |binary
net/iproute2/DETAILS | 7 +++++--
net/iproute2/HISTORY | 5 +++++
net/iproute2/PRE_BUILD | 15 ++++++++++++++-
5 files changed, 28 insertions(+), 3 deletions(-)

New commits:
commit ca105c745b401f205cf1282fecc55bf383c3b86f
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

net/iproute2: version 4.20.0

commit c7261d0f4cc1c78d631e5ca1be47e222039ca86d
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

kernel.gpg: added Stephen Hemminger's key

diff --git a/ChangeLog b/ChangeLog
index c5f81b1..b814dac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-01-08 Pavel Vinogradov <public AT sourcemage.org>
+ * kernel.gpg: added new key, 95CDE47E,
+ Stephen Hemminger (Microsoft corporate) <sthemmin AT microsoft.com>
+
2019-01-06 Treeve Jelbert <treeve AT sourcemage.org>
* canonical.gpg: add Robert Ancell <robert.ancell AT gmail.com>

diff --git a/kernel.gpg b/kernel.gpg
index 4b53b0f..297def9 100644
Binary files a/kernel.gpg and b/kernel.gpg differ
diff --git a/net/iproute2/DETAILS b/net/iproute2/DETAILS
index 68baa8a..5d395b2 100755
--- a/net/iproute2/DETAILS
+++ b/net/iproute2/DETAILS
@@ -1,9 +1,12 @@
SPELL=iproute2
- VERSION=4.19.0
-
SOURCE_HASH=sha512:47c750da2247705b1b1d1621f58987333e54370d0fff2f24106194022de793ff35dfd67fd1be127ce019008705702092d31dac49abf930a7c0dc5c7e7c0665b8
+ VERSION=4.20.0
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=${KERNEL_URL}/pub/linux/utils/net/iproute2/$SOURCE
+ SOURCE2="${SOURCE%.xz}.sign"
+ SOURCE2_URL[0]="${KERNEL_URL}/pub/linux/utils/net/iproute2/${SOURCE2}"
+ SOURCE_GPG="kernel.gpg:${SOURCE2}:UPSTREAM_KEY"
+ SOURCE2_IGNORE="signature"
LICENSE[0]=GPL

WEB_SITE=https://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
ENTERED=20020528
diff --git a/net/iproute2/HISTORY b/net/iproute2/HISTORY
index afb1a5f..84aa4d5 100644
--- a/net/iproute2/HISTORY
+++ b/net/iproute2/HISTORY
@@ -1,3 +1,8 @@
+2019-01-08 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 4.20.0, added gpg checking
+ * PRE_BUILD: replaced default_pre_build with custom code needed for
+ gpg checking
+
2018-11-30 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.19.0

diff --git a/net/iproute2/PRE_BUILD b/net/iproute2/PRE_BUILD
index d2b9312..2ab7277 100755
--- a/net/iproute2/PRE_BUILD
+++ b/net/iproute2/PRE_BUILD
@@ -1,4 +1,17 @@
-default_pre_build &&
+cd "${BUILD_DIRECTORY}" &&
+
+mk_source_dir "${SOURCE_DIRECTORY}" &&
+
+message "${MESSAGE_COLOR}unxz ${SOURCE_CACHE}/${SOURCE}${DEFAULT_COLOR}" &&
+unxz -k "${SOURCE_CACHE}/${SOURCE}" &&
+SOURCE="${SOURCE%.xz}" &&
+unpack_file "" &&
+
+message "${MESSAGE_COLOR}rm ${SOURCE_CACHE}/${SOURCE}${DEFAULT_COLOR}" &&
+rm "${SOURCE_CACHE}/${SOURCE}" &&
+
+SOURCE="${SOURCE}.xz" &&
+
cd "${SOURCE_DIRECTORY}" &&

if ! is_depends_enabled ${SPELL} $(get_spell_provider ${SPELL} LIBELF); then



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ca105c745b401f205cf1282fecc55bf383c3b86f), Pavel Vinogradov, 01/08/2019

Archive powered by MHonArc 2.6.24.

Top of Page