Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] sshfs: bump to version 2.4
@ 2012-04-16 14:34 Gustavo Zacarias
  2012-04-16 14:34 ` [Buildroot] [PATCH 2/2] unionfs: bump to version 0.25 Gustavo Zacarias
  2012-04-16 20:07 ` [Buildroot] [PATCH 1/2] sshfs: bump to version 2.4 Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2012-04-16 14:34 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/sshfs/sshfs.mk |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/sshfs/sshfs.mk b/package/sshfs/sshfs.mk
index 738b4d0..e60cdeb 100644
--- a/package/sshfs/sshfs.mk
+++ b/package/sshfs/sshfs.mk
@@ -4,8 +4,8 @@
 #
 #############################################################
 
-SSHFS_VERSION = 2.3
-SSHFS_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/fuse/$(SSHFS_VERSION)
+SSHFS_VERSION = 2.4
+SSHFS_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/fuse/sshfs-fuse/$(SSHFS_VERSION)
 SSHFS_SOURCE = sshfs-fuse-$(SSHFS_VERSION).tar.gz
 SSHFS_DEPENDENCIES = \
 	libglib2 libfuse openssh \
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 2/2] unionfs: bump to version 0.25
  2012-04-16 14:34 [Buildroot] [PATCH 1/2] sshfs: bump to version 2.4 Gustavo Zacarias
@ 2012-04-16 14:34 ` Gustavo Zacarias
  2012-04-16 20:07   ` Peter Korsgaard
  2012-04-16 20:07 ` [Buildroot] [PATCH 1/2] sshfs: bump to version 2.4 Peter Korsgaard
  1 sibling, 1 reply; 4+ messages in thread
From: Gustavo Zacarias @ 2012-04-16 14:34 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/unionfs/unionfs-make-mandir.patch |   15 ---------------
 package/unionfs/unionfs.mk                |    2 +-
 2 files changed, 1 insertions(+), 16 deletions(-)
 delete mode 100644 package/unionfs/unionfs-make-mandir.patch

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 <gustavo@zacarias.com.ar>
-
-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
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/2] sshfs: bump to version 2.4
  2012-04-16 14:34 [Buildroot] [PATCH 1/2] sshfs: bump to version 2.4 Gustavo Zacarias
  2012-04-16 14:34 ` [Buildroot] [PATCH 2/2] unionfs: bump to version 0.25 Gustavo Zacarias
@ 2012-04-16 20:07 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2012-04-16 20:07 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 2/2] unionfs: bump to version 0.25
  2012-04-16 14:34 ` [Buildroot] [PATCH 2/2] unionfs: bump to version 0.25 Gustavo Zacarias
@ 2012-04-16 20:07   ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2012-04-16 20:07 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-04-16 20:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-16 14:34 [Buildroot] [PATCH 1/2] sshfs: bump to version 2.4 Gustavo Zacarias
2012-04-16 14:34 ` [Buildroot] [PATCH 2/2] unionfs: bump to version 0.25 Gustavo Zacarias
2012-04-16 20:07   ` Peter Korsgaard
2012-04-16 20:07 ` [Buildroot] [PATCH 1/2] sshfs: bump to version 2.4 Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox