summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Christoph Willing <chris.willing@linux.com>2018-03-21 12:02:54 +1000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-03-24 06:50:41 +0700
commit2b0118ed02ebe70d3e958f265a25c5ced860234e (patch)
treecb8bc86b81b62180132839261b9001d20dc8617b
parent869d8f960fdca02d61deb0ecb875c407a968c67c (diff)
downloadslackbuilds-2b0118ed02ebe70d3e958f265a25c5ced860234e.tar.gz
slackbuilds-2b0118ed02ebe70d3e958f265a25c5ced860234e.tar.xz
network/nbd: Updated for version 3.17
Signed-off-by: Christoph Willing <chris.willing@linux.com>
-rw-r--r--network/nbd/nbd.SlackBuild5
-rw-r--r--network/nbd/nbd.info6
2 files changed, 6 insertions, 5 deletions
diff --git a/network/nbd/nbd.SlackBuild b/network/nbd/nbd.SlackBuild
index cd952a37f3..c318926b22 100644
--- a/network/nbd/nbd.SlackBuild
+++ b/network/nbd/nbd.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for NBD (Network Block Device)
# Previously maintained by Stu Miller <slackbuilds@go4it2day.com>
-# Maintained 2013-2017 by Christoph Willing, Brisbane Australia
+# Maintained 2013-2018 by Christoph Willing, Brisbane Australia
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
@@ -32,7 +32,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=nbd
-VERSION=${VERSION:-3.16.2}
+VERSION=${VERSION:-3.17}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -91,6 +91,7 @@ CXXFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \
--enable-syslog \
--disable-debug \
+ --enable-gznbd \
--build=$ARCH-slackware-linux
make
diff --git a/network/nbd/nbd.info b/network/nbd/nbd.info
index 351c3aa2b9..097b91b102 100644
--- a/network/nbd/nbd.info
+++ b/network/nbd/nbd.info
@@ -1,8 +1,8 @@
PRGNAM="nbd"
-VERSION="3.16.2"
+VERSION="3.17"
HOMEPAGE="http://nbd.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/nbd/nbd-3.16.2.tar.xz"
-MD5SUM="68f24143b873d72c94dad3b2d4ff8eb2"
+DOWNLOAD="http://downloads.sourceforge.net/nbd/nbd-3.17.tar.xz"
+MD5SUM="98b74c655ed94a66686c5ba19480d98e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""