summaryrefslogtreecommitdiff
path: root/nbd
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2018-09-09 00:31:40 +0200
committerThomas Penteker <tek@serverop.de>2018-09-09 00:31:40 +0200
commit5f100fbbc810cd113364bc7137ee2a95d8e11845 (patch)
treebaf96021abf0feeed8ae93325c5170ecf3d813db /nbd
parent785f86ca55b1ea23b5f9129023d05ed68de66d63 (diff)
downloadcontrib-5f100fbbc810cd113364bc7137ee2a95d8e11845.tar.gz
contrib-5f100fbbc810cd113364bc7137ee2a95d8e11845.tar.xz
nbd: 3.15.3 -> 3.17
Diffstat (limited to 'nbd')
-rw-r--r--nbd/.footprint1
-rw-r--r--nbd/.md5sum2
-rw-r--r--nbd/.signature8
-rw-r--r--nbd/Pkgfile5
4 files changed, 10 insertions, 6 deletions
diff --git a/nbd/.footprint b/nbd/.footprint
index ac4c8f1be..d8bee9e04 100644
--- a/nbd/.footprint
+++ b/nbd/.footprint
@@ -8,6 +8,7 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/nbd-server
-rwxr-xr-x root/root usr/bin/nbd-trdump
drwxr-xr-x root/root usr/sbin/
+-rwxr-xr-x root/root usr/sbin/min-nbd-client
-rwxr-xr-x root/root usr/sbin/nbd-client
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
diff --git a/nbd/.md5sum b/nbd/.md5sum
index cd5f7f74a..86b03f0eb 100644
--- a/nbd/.md5sum
+++ b/nbd/.md5sum
@@ -1,3 +1,3 @@
ad396c78ed08bf536d8e8824bdf0ce1e allow
-c2d088df6d0d2b487d7aa6f4f138de89 nbd-3.15.3.tar.xz
+98b74c655ed94a66686c5ba19480d98e nbd-3.17.tar.xz
77436b3003eb851b14061cac93ab1d29 nbd-server
diff --git a/nbd/.signature b/nbd/.signature
index 1a0a24ca5..a20901da4 100644
--- a/nbd/.signature
+++ b/nbd/.signature
@@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3x+5f4BJD4O+UOFn5XgeA6BfGQCxq7UZMBEqY7oGdryfh8mM7ek9BDIJ+8pdD1r3gOYEVFe/wo2oalACCRFCogw=
-SHA256 (Pkgfile) = 2b100e8390bfccb75ccf4c906709c76ef8292c25ab09f1af4a2542f2096bb480
-SHA256 (.footprint) = 0e88e67180016a37294122c520245f8f6808a62dfc9ae5a4408bb8e9f2502e6b
+RWSagIOpLGJF3wy5KaeSYKjlVWun34qQWCbeNExCwlL5DooKem1xxzmPB94NIZ3TVyBoE9EP+DEUgB/X35jp3V+9ji2WgwDLrgU=
+SHA256 (Pkgfile) = 13692cd47204e72fb719151ce51af7a3aa78286ea7f4b1ba48cfb851ae8bc1d0
+SHA256 (.footprint) = aef8aa6e37dafea0a22ae8bd136a75c6ea24fd142e2db2fea6e950932721e5e2
SHA256 (nbd-server) = 1333ace24f4a52a649f9edcc0dab752bb214013f3be14a09dc75fd7e097abc18
SHA256 (allow) = 4a1342ede63a9f3f22fb5af4e79aac5ea29876f6f7252ec5ffe17dea9c06c5e4
-SHA256 (nbd-3.15.3.tar.xz) = 6888cd01efbd8e2377634c83c29c8a096b485f90f1185854651ed6b50f1c0056
+SHA256 (nbd-3.17.tar.xz) = d95c6bb1a3ab33b953af99b73fb4833e123bd25433513b32d57dbeb1a0a0d189
diff --git a/nbd/Pkgfile b/nbd/Pkgfile
index 183a24a68..ffe013803 100644
--- a/nbd/Pkgfile
+++ b/nbd/Pkgfile
@@ -3,7 +3,7 @@
# Maintainer: Thomas Penteker, tek at serverop dot de
name=nbd
-version=3.15.3
+version=3.17
release=1
source=(nbd-server allow \
http://downloads.sourceforge.net/project/nbd/nbd/$version/$name-$version.tar.xz)
@@ -11,6 +11,9 @@ source=(nbd-server allow \
build() {
cd $name-$version
+ sed -i 's|CFLAGS+=" |CFLAGS="$CFLAGS |g' configure
+ sed -i 's|LIBS+=" |LIBS="$LIBS |g' configure
+
./configure --prefix=/usr \
--sysconfdir=/etc

Generated by cgit