Skip to Content.
Sympa Menu

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

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 (f682b457a1eadb9211041fa54c9cd2df4e3fb1c7)
  • Date: Wed, 13 Dec 2017 16:10:11 +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 | 3 ++-
3 files changed, 8 insertions(+), 3 deletions(-)

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

wireguard: => 0.0.20171211

diff --git a/net/wireguard/DETAILS b/net/wireguard/DETAILS
index 33c9dd5..5057403 100755
--- a/net/wireguard/DETAILS
+++ b/net/wireguard/DETAILS
@@ -1,9 +1,9 @@
SPELL=wireguard
SPELLX=WireGuard
- VERSION=0.0.20171127
+ VERSION=0.0.20171211
SOURCE=${SPELLX}-${VERSION}.tar.xz
SOURCE_URL[0]=https://git.zx2c4.com/${SPELLX}/snapshot/${SOURCE}
-
SOURCE_HASH=sha512:31fb30f8a8eca96cee43d95b2ca10c05dd7f17f7f5695da6979e0d949735d5488065431529e580a881e3302cf78415c5132e116dc83ba1c40881de8b99627b95
+
SOURCE_HASH=sha512:8dfdf09753305e247dbc3a2cb77fcd1abec50dd7c4b1f0643270eea3236c418f9c4daac4215bf99bc6a66c0801b86c1e83ce097cdbf81d6549614f21b6ffbe35
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 a4ddb97..c57577d 100644
--- a/net/wireguard/HISTORY
+++ b/net/wireguard/HISTORY
@@ -1,3 +1,7 @@
+2017-12-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.0.20171211
+ * PRE_BUILD: use sedit
+
2017-12-07 Treeve Jelbert <treeve AT sourcemage.org>
* PRE_BUILD: remove depmod from makefile

diff --git a/net/wireguard/PRE_BUILD b/net/wireguard/PRE_BUILD
index 0b12738..e26aaf7 100755
--- a/net/wireguard/PRE_BUILD
+++ b/net/wireguard/PRE_BUILD
@@ -4,4 +4,5 @@ cd "${SOURCE_DIRECTORY}" &&
if spell_ok gcc && is_version_less $(installed_version gcc) 4.8; then
sedit "s:-std=gnu11:-std=c99:g" src/tools/Makefile
fi &&
-sed -i '/depmod/D' src/Makefile
+
+sedit '/depmod/D' src/Makefile



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f682b457a1eadb9211041fa54c9cd2df4e3fb1c7), Vlad Glagolev, 12/13/2017

Archive powered by MHonArc 2.6.24.

Top of Page