- Update to version 3.16.1:

OBS-URL: https://build.opensuse.org/package/show/network:utilities/nbd?expand=0&rev=46
This commit is contained in:
Martin Pluskal 2017-06-08 12:18:47 +00:00 committed by Git OBS Bridge
parent dd1bd578e3
commit f36754c918
4 changed files with 23 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cf188ebdad3d317742b874fb8669faa437ee9fab4005e71b049bc301011af344
size 506016

3
nbd-3.16.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5bb4cf679f92f1ef7b7720f62fc2e036a2b60e0be66f97e3a466ef90294bb3d3
size 517036

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Jun 8 12:07:49 UTC 2017 - mpluskal@suse.com
- Update to version 3.16.1:
* Only change is a minor bugfix from 3.16, so that
--enable-syslog is unbroken.
- Changes for version 3.16.0:
* Implement the NBD_OPT_GO and NBD_OPT_INFO negotiation options
in both the client and the server, and use them in preference
over NBD_OPT_EXPORT_NAME (but fall back to the latter in case
the serverdoesn't support NBD_OPT_GO).
* Make sure we still run the postrun command, even if the
connection was closed improperly.
* Add a new "waitfile" parameter.
* Make sure that nbd compiles on non-Linux platforms again, in
the face of all variants of the GnuTLS options.
* Various fixes for issues found by Coverity
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 24 12:16:55 UTC 2017 - mpluskal@suse.com Fri Mar 24 12:16:55 UTC 2017 - mpluskal@suse.com

View File

@ -17,7 +17,7 @@
Name: nbd Name: nbd
Version: 3.15.2 Version: 3.16.1
Release: 0 Release: 0
Summary: Network Block Device Server and Client Utilities Summary: Network Block Device Server and Client Utilities
License: GPL-2.0+ License: GPL-2.0+
@ -117,6 +117,7 @@ fi
%{_sbindir}/nbd-client %{_sbindir}/nbd-client
%{_bindir}/nbd-server %{_bindir}/nbd-server
%{_bindir}/nbd-trdump %{_bindir}/nbd-trdump
%{_sbindir}/min-nbd-client
%{_sbindir}/rcnbd-server %{_sbindir}/rcnbd-server
%{_unitdir}/%{name}-server.service %{_unitdir}/%{name}-server.service
%{_mandir}/man1/nbd-server.1%{ext_man} %{_mandir}/man1/nbd-server.1%{ext_man}