Accepting request 297766 from home:pluskalm:branches:network:utilities
- Update to 3.10 * There really is only one change since 3.9: drop of the "oldstyle" support from nbd-server and nbd-client. OBS-URL: https://build.opensuse.org/request/show/297766 OBS-URL: https://build.opensuse.org/package/show/network:utilities/nbd?expand=0&rev=29
This commit is contained in:
parent
0d56ec87cc
commit
bd9f213808
3
nbd-3.10.tar.xz
Normal file
3
nbd-3.10.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6fc53a7a67ab6c786586ee155b76b502d3ff14f4233e9077957968b3bf3847ce
|
||||
size 461508
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af8ba47cf041c61dd2ae5f064fd856bed8affbee426f3d6441beb5764ffc71c3
|
||||
size 459260
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 17 13:27:19 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
- Update to 3.10
|
||||
* There really is only one change since 3.9: drop of the
|
||||
"oldstyle" support from nbd-server and nbd-client.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 5 12:28:06 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
|
2
nbd.spec
2
nbd.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: nbd
|
||||
Version: 3.9
|
||||
Version: 3.10
|
||||
Release: 0
|
||||
Summary: Network Block Device Server and Client Utilities
|
||||
License: GPL-2.0+
|
||||
|
@ -1,12 +1,12 @@
|
||||
Index: nbd-3.9/nbd-server.c
|
||||
Index: nbd-3.10/nbd-server.c
|
||||
===================================================================
|
||||
--- nbd-3.9.orig/nbd-server.c
|
||||
+++ nbd-3.9/nbd-server.c
|
||||
@@ -1595,6 +1595,7 @@ CLIENT* negotiate(int net, CLIENT *clien
|
||||
err("Negotiation failed/12: %m");
|
||||
--- nbd-3.10.orig/nbd-server.c
|
||||
+++ nbd-3.10/nbd-server.c
|
||||
@@ -1525,6 +1525,7 @@ CLIENT* negotiate(int net, GArray* serve
|
||||
err_nonfatal("Session terminated by client");
|
||||
return NULL;
|
||||
}
|
||||
+ return NULL;
|
||||
}
|
||||
|
||||
/** sending macro. */
|
||||
void send_export_info(CLIENT* client) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user