From patchwork Wed Sep 12 13:51:55 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 183374 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 7C2FA2C007C for ; Wed, 12 Sep 2012 23:52:16 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 545EDA03A1; Wed, 12 Sep 2012 13:52:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id A34AyFrPGe1b; Wed, 12 Sep 2012 13:52:14 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id D8A45A0392; Wed, 12 Sep 2012 13:52:13 +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 7121B8F74A for ; Wed, 12 Sep 2012 13:52:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3E0D08C83B for ; Wed, 12 Sep 2012 13:52: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 qcgA7FkXvY33 for ; Wed, 12 Sep 2012 13:52:11 +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 9316E8C78B for ; Wed, 12 Sep 2012 13:52:10 +0000 (UTC) Received: from asgard (host55.190-231-14.telecom.net.ar [190.231.14.55]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id q8CDq4WH005657 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 12 Sep 2012 13:52:06 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1347457928; bh=CGxs5UUAQC902KcA5MUjckhxFVbbguYXK5kwVP8oqFI=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=vu2JjJKXckPnUMVM4qvo0twnXhgptUPGDs/1Wp6ktcEpXjUQ0eGyCwDcGKfc+OhND pNfkwN/GK0mXx/EL0DaRZ29aYD5rB4qRNxlyCV1NU3l0QHiStwZde3fpanRVkydteT q9vUYegqrlxPu4bK4zKfCSfyce1D81EfzcnL5rQw= Received: by asgard (sSMTP sendmail emulation); Wed, 12 Sep 2012 10:52:03 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Wed, 12 Sep 2012 10:51:55 -0300 Message-Id: <1347457916-23684-2-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 In-Reply-To: <1347457916-23684-1-git-send-email-gustavo@zacarias.com.ar> References: <1347457916-23684-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 2/3] unionfs: bump to version 0.26 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/unionfs/unionfs.mk | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/package/unionfs/unionfs.mk b/package/unionfs/unionfs.mk index 3b33824..e2ffd72 100644 --- a/package/unionfs/unionfs.mk +++ b/package/unionfs/unionfs.mk @@ -4,10 +4,12 @@ # ############################################################# -UNIONFS_VERSION = 0.25 +UNIONFS_VERSION = 0.26 UNIONFS_SITE = http://podgorny.cz/unionfs-fuse/releases -UNIONFS_SOURCE = unionfs-fuse-$(UNIONFS_VERSION).tar.bz2 +UNIONFS_SOURCE = unionfs-fuse-$(UNIONFS_VERSION).tar.xz UNIONFS_DEPENDENCIES = libfuse +UNIONFS_LICENSE = BSD-3c +UNIONFS_LICENSE_FILES = LICENSE define UNIONFS_BUILD_CMDS $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)