Peter Simons
c4115d45a0
nbd: update to version 3.4
2013-09-08 21:12:34 +02:00
Peter Simons
d6bdc558c7
nbd: update to version 3.3
2013-04-14 21:33:04 +02:00
Peter Simons
2c867c6c04
nbd: update to version 3.2
2012-07-22 18:56:21 +02:00
Peter Simons
8a4cc0bc12
nbd: updated to version 3.1.1
...
svn path=/nixpkgs/trunk/; revision=34257
2012-05-28 10:57:45 +00:00
Peter Simons
31507bc274
nbd: don't try to link -lrt and -lpthread on non-Linux platforms
...
svn path=/nixpkgs/trunk/; revision=33412
2012-03-25 19:40:04 +00:00
Peter Simons
41081c4eb0
nbd: re-introduced linking with -lrt, and added an additional -lpthread on top of it
...
Linking these libraries makes sure that they can be found at run-time,
because a proper rpath into the Nix store is added to the generated
executable. Without that rpath, nbd-server will try to load the system's
libpthread.so.0, which may not be what we want.
svn path=/nixpkgs/trunk/; revision=33408
2012-03-25 18:10:30 +00:00
Peter Simons
da2159548a
nbd: avoid use of "install -D", which doesn't seem to work on FreeBSD
...
svn path=/nixpkgs/trunk/; revision=32459
2012-02-21 15:07:39 +00:00
Peter Simons
4e76d21c84
nbd: updated to version 3.0
...
svn path=/nixpkgs/trunk/; revision=32450
2012-02-21 10:58:15 +00:00
Shea Levy
dfda68af54
Fix tarball
...
I don't know what nbd is, I just followed the complaints in the log
svn path=/nixpkgs/trunk/; revision=32310
2012-02-16 02:21:17 +00:00
Peter Simons
85f4a69a14
nbd: the test suite still doesn't work on Hydra
...
svn path=/nixpkgs/trunk/; revision=32132
2012-02-07 21:45:05 +00:00
Peter Simons
07a925d08a
nbd: re-enable the test suite to see what happens
...
svn path=/nixpkgs/trunk/; revision=32127
2012-02-07 19:54:31 +00:00
Peter Simons
1451109c95
nbd: linking with -lrt is no longer necessary because we don't link glib statically anymore
...
svn path=/nixpkgs/trunk/; revision=32126
2012-02-07 19:54:28 +00:00
Peter Simons
a62fa4480a
nbd: updated to version 2.9.25
...
svn path=/nixpkgs/trunk/; revision=32125
2012-02-07 19:54:25 +00:00
Peter Simons
85c97efc50
nbd: updated to version 2.9.24
...
svn path=/nixpkgs/trunk/; revision=29829
2011-10-13 17:00:46 +00:00
Peter Simons
11e2fe77ce
nbd: don't try to build this tool on Cygwin
...
svn path=/nixpkgs/trunk/; revision=29358
2011-09-19 17:02:15 +00:00
Peter Simons
132b87eced
nbd: updated to 2.9.23
...
svn path=/nixpkgs/trunk/; revision=27675
2011-07-08 16:01:59 +00:00
Peter Simons
47452c351b
nbd: updated to version 2.9.22
...
svn path=/nixpkgs/trunk/; revision=27316
2011-05-30 20:08:18 +00:00
Peter Simons
bfa7c9791a
nbd: disable test suite to avoid failures on Hydra (NixOS)
...
svn path=/nixpkgs/trunk/; revision=27251
2011-05-13 18:30:36 +00:00
Peter Simons
faf10f25b5
nbd: enable doCheck
...
The test suite runs fine on my Linux machine, but let's wait and see what Hydra
has to say about that.
svn path=/nixpkgs/trunk/; revision=27221
2011-05-11 12:28:23 +00:00
Peter Simons
c2e197e11b
nbd: updated to 2.9.21a
...
svn path=/nixpkgs/trunk/; revision=27220
2011-05-11 12:28:18 +00:00
Peter Simons
455d173010
nbd: updated to 2.9.21
...
svn path=/nixpkgs/trunk/; revision=27207
2011-05-10 07:15:58 +00:00
Eelco Dolstra
8df800d92c
* nbd: fix build.
...
svn path=/nixpkgs/branches/x-updates/; revision=25952
2011-02-14 10:24:18 +00:00
Peter Simons
de867f283d
pkgs/tools/networking/nbd: updated to version 2.9.20
...
svn path=/nixpkgs/trunk/; revision=25769
2011-02-03 12:36:19 +00:00
Peter Simons
b62f65d24e
pkgs/tools/networking/nbd: removed hard-coded flags for static linking
...
A statically linked binary should rather be generated using the
appropriate stdenv adapter.
svn path=/nixpkgs/trunk/; revision=23107
2010-08-11 09:54:46 +00:00
Peter Simons
e33f4863fc
pkgs/tools/networking/nbd: updated to version 2.9.18
...
svn path=/nixpkgs/trunk/; revision=23106
2010-08-11 09:53:31 +00:00
Peter Simons
401b77d232
pkgs/tools/networking/nbd: updated to version 2.9.17
...
svn path=/nixpkgs/trunk/; revision=22994
2010-08-06 12:43:18 +00:00
Peter Simons
43017234d6
pkgs/tools/networking/nbd: enable build on all NixOS platforms
...
The nbd client needs kernel support and is available only on Linux, but
the server process ought to work in all POSIX'ish environments.
svn path=/nixpkgs/trunk/; revision=22936
2010-08-03 19:08:11 +00:00
Peter Simons
c820859eac
pkgs/tools/networking/nbd: revert "enable regression tests"
...
test suite failure on hydra: http://hydra.nixos.org/build/518375
svn path=/nixpkgs/trunk/; revision=22935
2010-08-03 18:12:38 +00:00
Peter Simons
057a044b0c
pkgs/tools/networking/nbd: enable regression tests
...
The tests suite succeeds fine on Linux/x86. Let's see what happens on
other platforms.
svn path=/nixpkgs/trunk/; revision=22920
2010-08-03 09:36:37 +00:00
Peter Simons
cdb12ec708
pkgs/tools/networking/nbd: updated to version 2.9.16
...
svn path=/nixpkgs/trunk/; revision=22919
2010-08-03 09:32:05 +00:00
Peter Simons
9ef0f1b935
pkgs/tools/networking/nbd: install the README file to $out/share/doc
...
The README contains documentation that is useful in addition to the man
pages.
svn path=/nixpkgs/trunk/; revision=22875
2010-08-02 13:37:36 +00:00
Peter Simons
4b248a36b0
pkgs/tools/networking/nbd: updated to version 2.9.15
...
svn path=/nixpkgs/trunk/; revision=22799
2010-07-28 21:28:23 +00:00
Peter Simons
045e10fe15
Link nbd package statically.
...
svn path=/nixpkgs/trunk/; revision=17470
2009-09-28 15:10:55 +00:00
Peter Simons
4dc1e7ba44
Network Block Device (nbd): initial version 2.9.13
...
svn path=/nixpkgs/trunk/; revision=17414
2009-09-25 02:09:43 +00:00