Package: curlftpfs Version: 0.9.2-1 Severity: normal Tags: patch Dear maintainer,
I've prepared an NMU for curlftpfs (versioned as 0.9.2-1.1) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer. Regards. diff -u curlftpfs-0.9.2/debian/rules curlftpfs-0.9.2/debian/rules --- curlftpfs-0.9.2/debian/rules +++ curlftpfs-0.9.2/debian/rules @@ -7,0 +8,2 @@ +include /usr/share/cdbs/1/rules/simple-patchsys.mk + diff -u curlftpfs-0.9.2/debian/changelog curlftpfs-0.9.2/debian/changelog --- curlftpfs-0.9.2/debian/changelog +++ curlftpfs-0.9.2/debian/changelog @@ -1,3 +1,12 @@ +curlftpfs (0.9.2-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Use simple-patchsys for the patch below. + * Fix an incorrect use of CURLOPT_INFILESIZE option causing failures for + any file operation on amd64. Closes: #556012, #556013. + + -- Vincent Bernat <ber...@debian.org> Sun, 14 Feb 2010 15:26:09 +0100 + curlftpfs (0.9.2-1) unstable; urgency=low * New upstream release. (closes: #480320,#449207,#461455) only in patch2: unchanged: --- curlftpfs-0.9.2.orig/debian/patches/fix-CURLOPT_INFILESIZE.patch +++ curlftpfs-0.9.2/debian/patches/fix-CURLOPT_INFILESIZE.patch @@ -0,0 +1,11 @@ +CURLOPT_INFILESIZE does not support -1 arg. This fix bug #556012. +--- curlftpfs-0.9.2/ftpfs.c.old 2009-12-13 14:12:25.000000000 +0100 ++++ curlftpfs-0.9.2/ftpfs.c 2009-12-13 14:12:32.000000000 +0100 +@@ -503,7 +503,6 @@ + + curl_easy_setopt_or_die(fh->write_conn, CURLOPT_URL, fh->full_path); + curl_easy_setopt_or_die(fh->write_conn, CURLOPT_UPLOAD, 1); +- curl_easy_setopt_or_die(fh->write_conn, CURLOPT_INFILESIZE, -1); + curl_easy_setopt_or_die(fh->write_conn, CURLOPT_READFUNCTION, write_data_bg); + curl_easy_setopt_or_die(fh->write_conn, CURLOPT_READDATA, fh); + curl_easy_setopt_or_die(fh->write_conn, CURLOPT_LOW_SPEED_LIMIT, 1); -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org