From patchwork Mon Apr 16 20:07:30 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 152982 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 6B533B7015 for ; Tue, 17 Apr 2012 06:09:33 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 5E6A31011B1; Mon, 16 Apr 2012 20:09:32 +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 aIf+GIQK0r+v; Mon, 16 Apr 2012 20:09:26 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 102E6101587; Mon, 16 Apr 2012 20:09:19 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id C787E8F753 for ; Mon, 16 Apr 2012 20:09:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id C007C21FCA for ; Mon, 16 Apr 2012 20:09:14 +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 YPk0sQz8kvw2 for ; Mon, 16 Apr 2012 20:09:13 +0000 (UTC) Received: from busybox.osuosl.org (busybox.osuosl.org [140.211.167.224]) by silver.osuosl.org (Postfix) with ESMTP id 222FD22054 for ; Mon, 16 Apr 2012 20:09:13 +0000 (UTC) Received: by busybox.osuosl.org (Postfix, from userid 4021) id 1BBBC96AB1; Mon, 16 Apr 2012 20:09:13 +0000 (UTC) From: Peter Korsgaard To: buildroot@busybox.net Date: Mon, 16 Apr 2012 22:07:30 +0200 X-Git-Refname: refs/heads/master X-Git-Oldrev: cf9e38ff8247e9d3fcff618d482c680c3f7aae99 X-Git-Newrev: 5fac9e034b418102f8816b5c6813d82ae6073d4e X-Patchwork-Hint: ignore Message-Id: <20120416200913.1BBBC96AB1@busybox.osuosl.org> Subject: [Buildroot] [git commit] unionfs: bump to version 0.25 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 commit: http://git.buildroot.net/buildroot/commit/?id=5fac9e034b418102f8816b5c6813d82ae6073d4e branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/unionfs/unionfs-make-mandir.patch | 15 --------------- package/unionfs/unionfs.mk | 2 +- 2 files changed, 1 insertions(+), 16 deletions(-) diff --git a/package/unionfs/unionfs-make-mandir.patch b/package/unionfs/unionfs-make-mandir.patch deleted file mode 100644 index bf3c241..0000000 --- a/package/unionfs/unionfs-make-mandir.patch +++ /dev/null @@ -1,15 +0,0 @@ -Make the man directory if it's missing before installing the man page. -Already upstream see http://hg.podgorny.cz/unionfs-fuse/rev/6ca07ad1b855 - -Signed-off-by: Gustavo Zacarias - -diff -Nura unionfs-fuse-0.24.orig/Makefile unionfs-fuse-0.24/Makefile ---- unionfs-fuse-0.24.orig/Makefile 2010-05-20 08:04:08.000000000 -0300 -+++ unionfs-fuse-0.24/Makefile 2012-01-11 08:08:02.382667776 -0300 -@@ -9,5 +9,6 @@ - - install: build - install -d $(DESTDIR)$(PREFIX)$(BINDIR) -+ install -d $(DESTDIR)$(PREFIX)/share/man/man8 - install -m 0755 src/unionfs $(DESTDIR)$(PREFIX)$(BINDIR) - install -m 0644 man/unionfs-fuse.8 $(DESTDIR)$(PREFIX)/share/man/man8/ diff --git a/package/unionfs/unionfs.mk b/package/unionfs/unionfs.mk index b0bc93b..ce6d582 100644 --- a/package/unionfs/unionfs.mk +++ b/package/unionfs/unionfs.mk @@ -4,7 +4,7 @@ # ############################################################# -UNIONFS_VERSION = 0.24 +UNIONFS_VERSION = 0.25 UNIONFS_SITE = http://podgorny.cz/unionfs-fuse/releases UNIONFS_SOURCE = unionfs-fuse-$(UNIONFS_VERSION).tar.bz2 UNIONFS_DEPENDENCIES = libfuse