From patchwork Mon Aug 13 20:02:40 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 177053 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id EC5452C0080 for ; Tue, 14 Aug 2012 06:04:18 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id C23B0101AA2; Mon, 13 Aug 2012 20:04:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DyjugVm6TGII; Mon, 13 Aug 2012 20:04:10 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 6A4D3101A5F; Mon, 13 Aug 2012 20:03:49 +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 87D758F753 for ; Mon, 13 Aug 2012 20:03:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 65D8F82289 for ; Mon, 13 Aug 2012 20:03:45 +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 ex8nclmmHeQO for ; Mon, 13 Aug 2012 20:03:37 +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 5999B8C4A6 for ; Mon, 13 Aug 2012 20:03:18 +0000 (UTC) Received: from asgard (host168.200-117-169.telecom.net.ar [200.117.169.168]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id q7DK3BCH019392 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 13 Aug 2012 20:03:14 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1344888196; bh=GV5tx2CaLaF9KfCR+diZ/0cJsayjdWeWPhfBlyhzDsc=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=nW1du5HESbn54gDg+/l700o+FODQH+2uJv8yokhjSWqf1802RArHolUKtJzCvFSVW 2ZIW9JQuTP8ZyL75+zjJH8zGenQZwDhLiTe/wVfMrA3USG7RjW2nLvthK9Og9kFlki E4HjvamgIwTzulZyUj4y/bPO4mVE0yT5rNNzkQdc= Received: by asgard (sSMTP sendmail emulation); Mon, 13 Aug 2012 17:03:11 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 13 Aug 2012 17:02:40 -0300 Message-Id: <1344888161-10068-6-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 In-Reply-To: <1344888161-10068-1-git-send-email-gustavo@zacarias.com.ar> References: <1344888161-10068-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 6/7] libfuse: bump to version 2.9.1 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/libfuse/libfuse.mk | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/package/libfuse/libfuse.mk b/package/libfuse/libfuse.mk index 5f748b4..8be3456 100644 --- a/package/libfuse/libfuse.mk +++ b/package/libfuse/libfuse.mk @@ -4,9 +4,11 @@ # ############################################################# -LIBFUSE_VERSION = 2.9.0 +LIBFUSE_VERSION = 2.9.1 LIBFUSE_SOURCE = fuse-$(LIBFUSE_VERSION).tar.gz LIBFUSE_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/fuse/fuse-2.X/$(LIBFUSE_VERSION) +LIBFUSE_LICENSE = GPLv2 LGPLv2.1 +LIBFUSE_LICENSE_FILES = COPYING COPYING.LIB LIBFUSE_INSTALL_STAGING = YES LIBFUSE_CONF_OPT= --disable-nls \