summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author David Spencer2017-11-04 00:32:15 +0100
committer David Spencer2017-11-04 00:37:12 +0100
commit410a11f292426787b7a62b353a03fab04a19fb74 (patch)
treee62b4411759a042b77665d718c9e10a6a2bc0d20 /network
parent7db1a2fc5f1c828ea51ea4cb9b5d87aefb7d81aa (diff)
downloadslackbuilds-410a11f292426787b7a62b353a03fab04a19fb74.tar.gz
network/WireGuard: Updated for version 0.0.20171101.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/WireGuard/README5
-rw-r--r--network/WireGuard/WireGuard.SlackBuild4
-rw-r--r--network/WireGuard/WireGuard.info6
3 files changed, 10 insertions, 5 deletions
diff --git a/network/WireGuard/README b/network/WireGuard/README
index 2077fd7f13..9f532f1d7e 100644
--- a/network/WireGuard/README
+++ b/network/WireGuard/README
@@ -5,3 +5,8 @@ and super computers alike, fit for many different circumstances.
WireGuard is not yet complete. You should not rely on this code. It has
not undergone proper degrees of security auditing and the protocol is
still subject to change.
+
+Optional Dependency
+
+openresolv is an optional runtime dependency -- you need it if you want
+to use to use wg-quick's DNS option.
diff --git a/network/WireGuard/WireGuard.SlackBuild b/network/WireGuard/WireGuard.SlackBuild
index d8b62dd5a0..5617e8ebb7 100644
--- a/network/WireGuard/WireGuard.SlackBuild
+++ b/network/WireGuard/WireGuard.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=WireGuard
-VERSION=${VERSION:-0.0.20171017}
+VERSION=${VERSION:-0.0.20171101}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -57,7 +57,7 @@ else
LIBDIRSUFFIX=""
fi
-set -ex
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
diff --git a/network/WireGuard/WireGuard.info b/network/WireGuard/WireGuard.info
index ca81bdb0ee..0ac645ecb5 100644
--- a/network/WireGuard/WireGuard.info
+++ b/network/WireGuard/WireGuard.info
@@ -1,8 +1,8 @@
PRGNAM="WireGuard"
-VERSION="0.0.20171017"
+VERSION="0.0.20171101"
HOMEPAGE="https://www.wireguard.com/"
-DOWNLOAD="https://git.zx2c4.com/WireGuard/snapshot/WireGuard-0.0.20171017.tar.xz"
-MD5SUM="1184c5734f7cd3b5895157835a336b3d"
+DOWNLOAD="https://git.zx2c4.com/WireGuard/snapshot/WireGuard-0.0.20171101.tar.xz"
+MD5SUM="3e09dfb081542c9d1d67a813e1c46980"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""