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:
Vítězslav Čížek 2015-04-18 10:03:34 +00:00 committed by Git OBS Bridge
parent 0d56ec87cc
commit bd9f213808
5 changed files with 17 additions and 10 deletions

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

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

View File

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

View File

@ -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

View File

@ -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+

View File

@ -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) {