Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (19d9ea48c128b8bf4abb662d79f19b2fa44930d3)

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 master grimoire by Vlad Glagolev (19d9ea48c128b8bf4abb662d79f19b2fa44930d3)
  • Date: Fri, 15 Mar 2019 22:50:21 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

net/wireguard/DETAILS | 4 ++--
net/wireguard/HISTORY | 4 ++++
net/wireguard/PRE_BUILD | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)

New commits:
commit 19d9ea48c128b8bf4abb662d79f19b2fa44930d3
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

wireguard: => 0.0.20190227

diff --git a/net/wireguard/DETAILS b/net/wireguard/DETAILS
index c421343..6844294 100755
--- a/net/wireguard/DETAILS
+++ b/net/wireguard/DETAILS
@@ -1,9 +1,9 @@
SPELL=wireguard
SPELLX=WireGuard
- VERSION=0.0.20190123
+ VERSION=0.0.20190227
SOURCE=${SPELLX}-${VERSION}.tar.xz
SOURCE_URL[0]=https://git.zx2c4.com/${SPELLX}/snapshot/${SOURCE}
-
SOURCE_HASH=sha512:8be40cebabca2a40f98ee10d6fa93708b12b17c6b0eab9aa8b7fab353d78fbd5b280b7b90cb2973cf74a1b9d47c3d250bf3ede6d1318129a45d57e21329b7f59
+
SOURCE_HASH=sha512:0c27353f27d7ae758cab84a02f63863681baa5eab2b64aa494be30c411b4dccc3af030b410dbfb72342fb5ea34be04f2d3b36ad0bb6a418d9f389ac34384eca3
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELLX}-${VERSION}"
WEB_SITE=https://www.wireguard.com/
ENTERED=20171104
diff --git a/net/wireguard/HISTORY b/net/wireguard/HISTORY
index 30ba51c..c96dd15 100644
--- a/net/wireguard/HISTORY
+++ b/net/wireguard/HISTORY
@@ -1,3 +1,7 @@
+2019-03-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.0.20190227
+ * PRE_BUILD: correct depmod pattern to remove
+
2019-01-23 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.0.20190123

diff --git a/net/wireguard/PRE_BUILD b/net/wireguard/PRE_BUILD
index f991164..11065df 100755
--- a/net/wireguard/PRE_BUILD
+++ b/net/wireguard/PRE_BUILD
@@ -5,4 +5,4 @@ if spell_ok gcc && is_version_less $(installed_version gcc)
4.8; then
sedit "s:-std=gnu11:-std=gnu99:g" src/tools/Makefile
fi &&

-sedit '/depmod/D' src/Makefile
+sedit '/\$(DEPMOD)/D' src/Makefile



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (19d9ea48c128b8bf4abb662d79f19b2fa44930d3), Vlad Glagolev, 03/15/2019

Archive powered by MHonArc 2.6.24.

Top of Page