Skip to Content.
Sympa Menu

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

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 (bc56eb3e28ef3d12905949344eacba87335f14f2)
  • Date: Mon, 27 Nov 2017 13:32:20 +0000

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

net/wireguard/BUILD | 4 ++++
net/wireguard/DEPENDS | 13 ++++++++++++-
net/wireguard/DETAILS | 4 ++--
net/wireguard/HISTORY | 5 +++++
4 files changed, 23 insertions(+), 3 deletions(-)

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

wireguard: => 0.0.20171127

diff --git a/net/wireguard/BUILD b/net/wireguard/BUILD
index f23330d..683758c 100755
--- a/net/wireguard/BUILD
+++ b/net/wireguard/BUILD
@@ -1,3 +1,7 @@
+if ! is_depends_enabled ${SPELL} iproute2; then
+ OPTS="WITH_SYSTEMDUNITS=no ${OPTS}"
+fi &&
+
cd src &&

make
diff --git a/net/wireguard/DEPENDS b/net/wireguard/DEPENDS
index 88d980c..a0f57fe 100755
--- a/net/wireguard/DEPENDS
+++ b/net/wireguard/DEPENDS
@@ -1,9 +1,20 @@
depends libmnl &&
depends pkgconfig &&

-suggest_depends iproute2 "" "" "for wg-quick(8) support" &&
suggest_depends iptables "" "" "for usage in pre/post scripts" &&

+suggest_depends iproute2 \
+ "WITH_WGQUICK=yes" \
+ "WITH_WGQUICK=no" \
+ "for wg-quick(8) support" &&
+
+if is_depends_enabled ${SPELL} iproute2; then
+ suggest_depends systemd \
+ "WITH_SYSTEMDUNITS=yes" \
+ "WITH_SYSTEMDUNITS=no" \
+ "for systemd units for wg-quick"
+fi &&
+
suggest_depends bash-completion \
"WITH_BASHCOMPLETION=yes" \
"WITH_BASHCOMPLETION=no" \
diff --git a/net/wireguard/DETAILS b/net/wireguard/DETAILS
index 5181070..33c9dd5 100755
--- a/net/wireguard/DETAILS
+++ b/net/wireguard/DETAILS
@@ -1,9 +1,9 @@
SPELL=wireguard
SPELLX=WireGuard
- VERSION=0.0.20171122
+ VERSION=0.0.20171127
SOURCE=${SPELLX}-${VERSION}.tar.xz
SOURCE_URL[0]=https://git.zx2c4.com/${SPELLX}/snapshot/${SOURCE}
-
SOURCE_HASH=sha512:5294fca416712c7e14d3b608d1fa3a550a50477ee81f105294d3016ffba46306a5a68730c1c34dabab77d479294ec8ae41d97a8fd57eb5c2c39fd376275df7e4
+
SOURCE_HASH=sha512:31fb30f8a8eca96cee43d95b2ca10c05dd7f17f7f5695da6979e0d949735d5488065431529e580a881e3302cf78415c5132e116dc83ba1c40881de8b99627b95
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 4542267..e65118c 100644
--- a/net/wireguard/HISTORY
+++ b/net/wireguard/HISTORY
@@ -1,3 +1,8 @@
+2017-11-27 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.0.20171127
+ * DEPENDS: added systemd suggest dependency; added flags for iproute2
+ * BUILD: force-disable systemd when wg-quick support is disabled
+
2017-11-23 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.0.20171122




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bc56eb3e28ef3d12905949344eacba87335f14f2), Vlad Glagolev, 11/27/2017

Archive powered by MHonArc 2.6.24.

Top of Page