From f36754c9183cde2f9105b6ee23f186ed56251050da23fb87b02c8389380d38af Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 8 Jun 2017 12:18:47 +0000 Subject: [PATCH] - Update to version 3.16.1: OBS-URL: https://build.opensuse.org/package/show/network:utilities/nbd?expand=0&rev=46 --- nbd-3.15.2.tar.xz | 3 --- nbd-3.16.1.tar.xz | 3 +++ nbd.changes | 18 ++++++++++++++++++ nbd.spec | 3 ++- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 nbd-3.15.2.tar.xz create mode 100644 nbd-3.16.1.tar.xz diff --git a/nbd-3.15.2.tar.xz b/nbd-3.15.2.tar.xz deleted file mode 100644 index cd5839b..0000000 --- a/nbd-3.15.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf188ebdad3d317742b874fb8669faa437ee9fab4005e71b049bc301011af344 -size 506016 diff --git a/nbd-3.16.1.tar.xz b/nbd-3.16.1.tar.xz new file mode 100644 index 0000000..96b7610 --- /dev/null +++ b/nbd-3.16.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bb4cf679f92f1ef7b7720f62fc2e036a2b60e0be66f97e3a466ef90294bb3d3 +size 517036 diff --git a/nbd.changes b/nbd.changes index 8bccdfc..ccbd121 100644 --- a/nbd.changes +++ b/nbd.changes @@ -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 diff --git a/nbd.spec b/nbd.spec index a0e9b9d..1e03507 100644 --- a/nbd.spec +++ b/nbd.spec @@ -17,7 +17,7 @@ Name: nbd -Version: 3.15.2 +Version: 3.16.1 Release: 0 Summary: Network Block Device Server and Client Utilities License: GPL-2.0+ @@ -117,6 +117,7 @@ fi %{_sbindir}/nbd-client %{_bindir}/nbd-server %{_bindir}/nbd-trdump +%{_sbindir}/min-nbd-client %{_sbindir}/rcnbd-server %{_unitdir}/%{name}-server.service %{_mandir}/man1/nbd-server.1%{ext_man}