Package: curlftpfs / 0.9.2-9

Metadata

Package Version Patches format
curlftpfs 0.9.2-9 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix CURLOPT_INFILESIZE.patch | (download)

ftpfs.c | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

---
free_ftpfs_file memleak fix.patch | (download)

ftpfs.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

---
nocache memleak fix.patch | (download)

cache.c | 2 1 + 1 - 0 !
ftpfs-ls.c | 19 15 + 4 - 0 !
2 files changed, 16 insertions(+), 5 deletions(-)

---
curlftpfs__no_verify_hostname.patch | (download)

ftpfs.c | 7 4 + 3 - 0 !
1 file changed, 4 insertions(+), 3 deletions(-)

 fix no_verify_hostname option with recent versions of curl

consistent feature flag.patch | (download)

Makefile.am | 2 1 + 1 - 0 !
ftpfs-ls.c | 6 0 + 6 - 0 !
tests/Makefile.am | 2 1 + 1 - 0 !
tests/ftpfs-ls_unittest.c | 1 0 + 1 - 0 !
4 files changed, 2 insertions(+), 9 deletions(-)

 ensure consistent use of _xopen_source

See bug #748143

getpass prototype.patch | (download)

ftpfs.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 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