From patchwork Mon Oct 15 22:15:17 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 191674 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 9139F2C009F for ; Tue, 16 Oct 2012 09:18:16 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E386C8060A; Mon, 15 Oct 2012 22:18:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8zmaFWYR1uxL; Mon, 15 Oct 2012 22:18:05 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id CB1718A0B6; Mon, 15 Oct 2012 22:17:07 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 4DD5E8F74A for ; Mon, 15 Oct 2012 22:17:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 4332485C57 for ; Mon, 15 Oct 2012 22:17:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id flIKLUU7+kOB for ; Mon, 15 Oct 2012 22:16:59 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [85.10.205.246]) by whitealder.osuosl.org (Postfix) with ESMTPS id 4B668899B8 for ; Mon, 15 Oct 2012 22:15:26 +0000 (UTC) Received: from asgard (host50.186-109-29.telecom.net.ar [186.109.29.50]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id q9FMFJGE004063 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 15 Oct 2012 22:15:22 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1350339324; bh=0Umy1szQ+Sheon7PbttmZioysm0byPzuAJxYoenlERY=; h=From:To:Cc:Subject:Date; b=spUx3dQ/2vrbKbb5a5Dh8UwMG5cu+7qQPmobwjqPcgHn0wSprTffQw7riVfqNZcV0 pGoe26ONYEY/7KAZryDLTxLRu2Voo1Sp2OM3HWhA1D8G8skP4LjeXEvd5zT/Fe4O9T STA/9gMhuKqxp3H3aSlUm4nvaf/J1S2SjDXXC2TE= Received: by asgard (sSMTP sendmail emulation); Mon, 15 Oct 2012 19:15:18 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 15 Oct 2012 19:15:17 -0300 Message-Id: <1350339317-22271-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] nbd: bump to version 3.2 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Gustavo Zacarias --- package/nbd/nbd.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/nbd/nbd.mk b/package/nbd/nbd.mk index bd63caa..7733d7b 100644 --- a/package/nbd/nbd.mk +++ b/package/nbd/nbd.mk @@ -4,7 +4,7 @@ # ############################################################# -NBD_VERSION = 3.1 +NBD_VERSION = 3.2 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)