From patchwork Mon Oct 22 12:31:27 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 193141 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id B11DA2C007D for ; Mon, 22 Oct 2012 23:31:39 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 812F330D06; Mon, 22 Oct 2012 12:31:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rSfhHYSA8gAB; Mon, 22 Oct 2012 12:31:37 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 447D530CC6; Mon, 22 Oct 2012 12:31:37 +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 EF7588F74A for ; Mon, 22 Oct 2012 12:31:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B047D8A361 for ; Mon, 22 Oct 2012 12:31:36 +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 26IY7eLxuXlY for ; Mon, 22 Oct 2012 12:31:34 +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 8C8A1899BA for ; Mon, 22 Oct 2012 12:31:34 +0000 (UTC) Received: from asgard (host64.186-124-35.telecom.net.ar [186.124.35.64]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id q9MCVRXl004107 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 22 Oct 2012 12:31:30 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1350909092; bh=5Tyz4UAtAeJKfEA9XPuxskbMkArSmoLMhxs8/BYiCLQ=; h=From:To:Cc:Subject:Date; b=SzHepKPGZTkxdctoLS1rMaL8AfptAsnR9O4pBzp3MoakDoirO4Us6Nb3XFHXaQkG9 wdYpKppaSCxwLASyDFmdJt2TCAF8fI5En/5NfYToRMP9r6e47nxeX2Hg2PhBJ1KPhl OTxvz4SxlH/z5B5XpA9x9tT7BPtJ+hcaE9zH5128= Received: by asgard (sSMTP sendmail emulation); Mon, 22 Oct 2012 09:31:28 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 22 Oct 2012 09:31:27 -0300 Message-Id: <1350909087-27325-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] libfuse: bump to version 2.9.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/libfuse/libfuse-iconv.patch | 18 ------------------ package/libfuse/libfuse.mk | 2 +- 2 files changed, 1 insertions(+), 19 deletions(-) delete mode 100644 package/libfuse/libfuse-iconv.patch diff --git a/package/libfuse/libfuse-iconv.patch b/package/libfuse/libfuse-iconv.patch deleted file mode 100644 index 9f50032..0000000 --- a/package/libfuse/libfuse-iconv.patch +++ /dev/null @@ -1,18 +0,0 @@ -Upstream commit efeac22bfa65c845c04adb5e70e6de33b0104fa3 but without -the need to autoreconf :) -Fixes libiconv missing in fuse.pc - -Signed-off-by: Gustavo Zacarias - -diff -Nura fuse-2.9.1/configure fuse-2.9.1.iconv/configure ---- fuse-2.9.1/configure 2012-07-19 09:53:29.000000000 -0300 -+++ fuse-2.9.1.iconv/configure 2012-09-07 08:47:57.834912620 -0300 -@@ -13237,7 +13237,7 @@ - - fi - --libfuse_libs=$libfuse_libs $LTLIBICONV -+libfuse_libs="$libfuse_libs $LTLIBICONV" - if test "$am_cv_func_iconv" = yes; then - ICONV_TRUE= - ICONV_FALSE='#' diff --git a/package/libfuse/libfuse.mk b/package/libfuse/libfuse.mk index 779115b..ccd49fe 100644 --- a/package/libfuse/libfuse.mk +++ b/package/libfuse/libfuse.mk @@ -4,7 +4,7 @@ # ############################################################# -LIBFUSE_VERSION = 2.9.1 +LIBFUSE_VERSION = 2.9.2 LIBFUSE_SOURCE = fuse-$(LIBFUSE_VERSION).tar.gz LIBFUSE_SITE = http://downloads.sourceforge.net/project/fuse/fuse-2.X/$(LIBFUSE_VERSION) LIBFUSE_LICENSE = GPLv2 LGPLv2.1