Path to this page:
./
filesystems/fuse-curlftpfs,
FUSE filesystem for acessing FTP hosts
Branch: CURRENT,
Version: 0.9.2nb2,
Package name: fuse-curlftpfs-0.9.2nb2,
Maintainer: pkgsrc-usersCurlFtpFS is a file system for accessing FTP hosts based on FUSE and libcurl.
Features
CurlFtpFS differentiates itself from other FTP file systems because it features:
* SSLv3 and TLSv1 support
* connecting through tunneling HTTP proxies
* automatically reconnection if the server times out
* transform absolute symlinks to point back into the ftp file system
Required to run:[
www/curl] [
devel/glib2]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 83f148afe6bd4d44c9790790f1c30986c8b9ea56
RMD160: 16740731fc75b4249a8fddcae355ad1a9d408061
Filesize: 356.937 KB
Version history: (Expand)
- (2020-05-22) Updated to version: fuse-curlftpfs-0.9.2nb2
- (2020-05-06) Updated to version: fuse-curlftpfs-0.9.2nb1
- (2020-04-21) Updated to version: fuse-curlftpfs-0.9.2
- (2020-03-08) Updated to version: fuse-curlftpfs-0.9.1nb23
- (2020-01-19) Updated to version: fuse-curlftpfs-0.9.1nb22
- (2020-01-13) Updated to version: fuse-curlftpfs-0.9.1nb21
CVS history: (Expand)
2020-05-22 12:56:49 by Adam Ciarcinski | Files touched by this commit (624) |
Log message:
revbump after updating security/nettle
|
2020-05-06 16:05:09 by Adam Ciarcinski | Files touched by this commit (591) |  |
Log message:
revbump after boost update
|
2020-04-21 15:56:26 by Nia Alarie | Files touched by this commit (6) |  |
Log message:
fuse-curlftpfs: Update to 0.9.2
- new helper function cancel_previous_multi() which checks for errors.
- patch by Miklos Szeredi: fixes 'du' for files >= 4GB.
- remove buffered writes completely and handle O_RDWR
- Fix "hang" when curl_easy_perform(fh->write_conn) in the write \
thread fails; Detect write errors in the write thread; Synchronize writing with \
the new semaphore "data_written" to be able to report write errors \
earlier; Fix that ftpfs_truncate created empty files with no permissions set \
(caused problems with gedit and others)
- Patch from Miklos Szeredi to support streaming writes (includes changes from \
Robson Braga Araujo)
- Added option to use a custom command to list files.
- Add ftp_method option to make it faster to browse directories.
- Fix broken header dependencies.
- Put the FTP server name in fsname by default. Upgraded FUSE_USE_VERSION to 26.
- Disable EPSV by default because it can cause the program to hang.
|
2020-03-20 12:58:37 by Nia Alarie | Files touched by this commit (640) |
Log message:
*: Convert broken sourceforge HOMEPAGEs back to http
|
2020-03-08 17:51:54 by Thomas Klausner | Files touched by this commit (2833) |
Log message:
*: recursive bump for libffi
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2020-01-18 22:51:16 by Jonathan Perkin | Files touched by this commit (1836) |
Log message:
*: Recursive revision bump for openssl 1.1.1.
|
2020-01-12 21:20:50 by Ryo ONODERA | Files touched by this commit (574) |
Log message:
*: Recursive revbump from devel/boost-libs
|