There is a bug with curlftpfs which causes it to core dump when an FTP server rejects a file retrieval operation with permission denied. It is reported upstream here: http://code.google.com/p/curlftpfs/issues/detail?id=2 I've updated that report with a patch which fixes it for me. Please could you consider integrating the patch into our port until upstream creates a new release with the fix. Patch attached. Thanks. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->dhn Over to maintainer (via the GNATS Auto Assign Tool)
dhn 2010-01-08 20:02:31 UTC FreeBSD ports repository Modified files: sysutils/fusefs-curlftpfs Makefile Added files: sysutils/fusefs-curlftpfs/files patch-ftpfs.c Log: - Add patch that's fix core dump, when an FTP server rejects a file retrieval operation with permission denied. - bump PORTREVISION PR: ports/142454 Submitted by: Aragon Gouveia <aragon@phat.za.net> Revision Changes Path 1.14 +1 -1 ports/sysutils/fusefs-curlftpfs/Makefile 1.1 +19 -0 ports/sysutils/fusefs-curlftpfs/files/patch-ftpfs.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!