From 2234d10e649ce7f78dd2de89ad07bfc33a928329 Mon Sep 17 00:00:00 2001 From: Chris Wolfe Date: Fri, 9 Mar 2012 10:52:17 -0500 Subject: [PATCH] sshfs-fuse: pull in version 2.4 from upstream The upstream version 2.4 adds `-o slave`, which allows us to spawn sshfs attached to the server end of an SSH pipe. As a result files on your workstation can easily be pushed to a chromium-os device, rather than needing to open a terminal on the device and SSH back. BUG=chromium-os:25146 TEST=clean build and install test image on x86-alex TEST=ran chrome over sshfs with and without -o slave Change-Id: I0d4641bb4a4b0310ceb0afcb5042c7873c05357f Reviewed-on: https://gerrit.chromium.org/gerrit/17724 Reviewed-by: Mike Frysinger Commit-Ready: Chris Wolfe Tested-by: Chris Wolfe --- .../src/third_party/portage-stable/sys-fs/sshfs-fuse/Manifest | 2 +- .../{sshfs-fuse-2.3.ebuild => sshfs-fuse-2.4.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename sdk_container/src/third_party/portage-stable/sys-fs/sshfs-fuse/{sshfs-fuse-2.3.ebuild => sshfs-fuse-2.4.ebuild} (88%) diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/sshfs-fuse/Manifest b/sdk_container/src/third_party/portage-stable/sys-fs/sshfs-fuse/Manifest index 973797ab43..7077ad6a66 100644 --- a/sdk_container/src/third_party/portage-stable/sys-fs/sshfs-fuse/Manifest +++ b/sdk_container/src/third_party/portage-stable/sys-fs/sshfs-fuse/Manifest @@ -1 +1 @@ -DIST sshfs-fuse-2.3.tar.gz 129222 RMD160 5ea1180cbc60ff9401d7e53774dfda3a78f37ab1 SHA1 dc0094a671fa39a46e1e7179e1da615415c45774 SHA256 ce229f87869d136c8347cca646f1dd6394c604127d021507a57205668d9288bb +DIST sshfs-fuse-2.4.tar.gz 132930 RMD160 01e40fda6272ee601ff2d45050f9d1e635ee38f2 SHA1 81f9b8079075d9e139e331a728fb72d66af3d601 SHA256 3c93ba8522568093c94ff9c5a3763929380dd229365d905769ff82475d774dd1 diff --git a/sdk_container/src/third_party/portage-stable/sys-fs/sshfs-fuse/sshfs-fuse-2.3.ebuild b/sdk_container/src/third_party/portage-stable/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild similarity index 88% rename from sdk_container/src/third_party/portage-stable/sys-fs/sshfs-fuse/sshfs-fuse-2.3.ebuild rename to sdk_container/src/third_party/portage-stable/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild index 6f7fe42b1b..1532293079 100644 --- a/sdk_container/src/third_party/portage-stable/sys-fs/sshfs-fuse/sshfs-fuse-2.3.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.3.ebuild,v 1.6 2011/09/24 16:44:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/sshfs-fuse/sshfs-fuse-2.4.ebuild,v 1.1 2012/03/09 12:20:54 radhermit Exp $ EAPI="4"