Package: curlftpfs / 0.9.2-9
Metadata
Package | Version | Patches format |
---|---|---|
curlftpfs | 0.9.2-9 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
fix CURLOPT_INFILESIZE.patch | (download) |
ftpfs.c |
1 0 + 1 - 0 ! |
--- |
free_ftpfs_file memleak fix.patch | (download) |
ftpfs.c |
2 2 + 0 - 0 ! |
--- |
nocache memleak fix.patch | (download) |
cache.c |
2 1 + 1 - 0 ! |
--- |
curlftpfs__no_verify_hostname.patch | (download) |
ftpfs.c |
7 4 + 3 - 0 ! |
fix no_verify_hostname option with recent versions of curl |
consistent feature flag.patch | (download) |
Makefile.am |
2 1 + 1 - 0 ! |
ensure consistent use of _xopen_source See bug #748143 |
getpass prototype.patch | (download) |
ftpfs.c |
2 2 + 0 - 0 ! |
add getpass() prototype This function has been deprecated and is not declared with _XOPEN_SOURCE>=600. To avoid fiddling too much with feature flags, we just add its prototype to ensure a correct declaration. Bug: #795879 |