nbd: bump to version 3.3
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Sat, 13 Apr 2013 14:23:41 +0000 (14:23 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 14 Apr 2013 18:38:36 +0000 (20:38 +0200)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/nbd/Config.in
package/nbd/nbd.mk

index 6e92f935d4b8623fa8ff021e0fff41fb852a213a..79b34deb2ab770d9455873f5d12a6cb794fa0ee0 100644 (file)
@@ -6,8 +6,6 @@ config BR2_PACKAGE_NBD
          NBD is a set of utilities to configure network block devices,
          allowing access to remote block devices over TCP/IP network.
 
-         Depends on glib.
-
          http://nbd.sf.net/
 
 comment "nbd requires a toolchain with WCHAR support"
index 7733d7b4b1bf1bb9e2b64c001567fd0a4a6745d8..8a129f32ad3fc244c7828704227aa99be77e88d8 100644 (file)
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-NBD_VERSION = 3.2
+NBD_VERSION = 3.3
 NBD_SOURCE = nbd-$(NBD_VERSION).tar.bz2
 NBD_SITE = http://downloads.sourceforge.net/project/nbd/nbd/$(NBD_VERSION)
 NBD_CONF_OPT = $(if $(BR2_LARGEFILE),--enable-lfs,--disable-lfs)