From owner-cvs-all@FreeBSD.ORG Mon Oct 31 12:49:44 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 185A616A41F; Mon, 31 Oct 2005 12:49:44 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA32F43D45; Mon, 31 Oct 2005 12:49:43 +0000 (GMT) (envelope-from barner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j9VCnh16042616; Mon, 31 Oct 2005 12:49:43 GMT (envelope-from barner@repoman.freebsd.org) Received: (from barner@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j9VCnh4q042615; Mon, 31 Oct 2005 12:49:43 GMT (envelope-from barner) Message-Id: <200510311249.j9VCnh4q042615@repoman.freebsd.org> From: Simon Barner Date: Mon, 31 Oct 2005 12:49:43 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/fusefs-sshfs Makefile distinfo pkg-message ports/sysutils/fusefs-sshfs/files patch-sshfs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2005 12:49:44 -0000 barner 2005-10-31 12:49:43 UTC FreeBSD ports repository Modified files: sysutils/fusefs-sshfs Makefile distinfo pkg-message sysutils/fusefs-sshfs/files patch-sshfs.c Log: - Update to 1.3 [1] ChangeLog summary: * bugfixes * Add remote uid detection and translation ('idmap=user' option). Idea and implementation details worked out by Jean-Marc Valin (Since this is rather untested, it's not yet mentioned in pkg-message). * Add support for SSH protocol version 1. Bug reported by Miklos Bagi Jr. * Add atomic create+open and ftruncate operation. This should fix issues with 'cp' and other programs failing with "Permission denied". To be effective, needs FUSE version 2.5 and kernel version 2.6.15 (just a guess, since neither of them is released yet). (Investigations are made whether this is possible/necessary for fuse4bsd) - User lower case in first letter of IGNORE Submitted by: Anish Mistry (maintainer) PR: ports/88265 Revision Changes Path 1.2 +2 -2 ports/sysutils/fusefs-sshfs/Makefile 1.2 +2 -2 ports/sysutils/fusefs-sshfs/distinfo 1.2 +20 -11 ports/sysutils/fusefs-sshfs/files/patch-sshfs.c 1.2 +2 -0 ports/sysutils/fusefs-sshfs/pkg-message