- Update to version 3.19.0:
* Better error messages in case of unexpected disconnects * Better compatibility with non-bash sh implementations (for configure.sh) * Fix for a segfault in NBD_OPT_INFO handling * The ability to specify whether to listen on both TCP and Unix domain sockets, rather than to always do so * Various minor editorial and spelling fixes in the documentation. OBS-URL: https://build.opensuse.org/package/show/network:utilities/nbd?expand=0&rev=64
This commit is contained in:
parent
96c7154348
commit
d1db72326a
@ -16,11 +16,11 @@ Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
|
||||
nbd-server.c | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
Index: nbd-3.18/nbd-server.c
|
||||
Index: nbd-3.19/nbd-server.c
|
||||
===================================================================
|
||||
--- nbd-3.18.orig/nbd-server.c
|
||||
+++ nbd-3.18/nbd-server.c
|
||||
@@ -3471,6 +3471,7 @@ void dousers(const gchar *const username
|
||||
--- nbd-3.19.orig/nbd-server.c
|
||||
+++ nbd-3.19/nbd-server.c
|
||||
@@ -3476,6 +3476,7 @@ void dousers(const gchar *const username
|
||||
err(str);
|
||||
}
|
||||
setgroups(0, NULL);
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d83762cefc3e87171283652b71595e5d01a54f95d912315b823a49b0a3d46031
|
||||
size 527436
|
3
nbd-3.19.tar.xz
Normal file
3
nbd-3.19.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4466412f13e057659f25d35e1e8e181afd62c7179bff22a6add81445ecb8690
|
||||
size 524412
|
12
nbd.changes
12
nbd.changes
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 29 13:43:41 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- Update to version 3.19.0:
|
||||
* Better error messages in case of unexpected disconnects
|
||||
* Better compatibility with non-bash sh implementations
|
||||
(for configure.sh)
|
||||
* Fix for a segfault in NBD_OPT_INFO handling
|
||||
* The ability to specify whether to listen on both TCP and Unix
|
||||
domain sockets, rather than to always do so
|
||||
* Various minor editorial and spelling fixes in the documentation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 15:09:19 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user