Your message dated Sun, 22 Oct 2006 04:32:07 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#394302: fixed in curlftpfs 0.9-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: curlftpfs
Version: 0.9-1
Severity: grave
Tags: patch
Justification: causes non-serious data loss

Trying to use curlftpfs for mounting ftp server i found
that it doesnot correctly work if length of file bigger then 2Gb.
I just replaced long for size of file with long long.
Patch attached.



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages curlftpfs depends on:
ii  fuse-utils                    2.5.3-4.1  Filesystem in USErspace (utilities
ii  libc6                         2.5-0exp1  GNU C Library: Shared libraries
ii  libcomerr2                    1.37-2     common error description library
ii  libcurl3-gnutls               7.15.5-1   Multi-protocol file transfer libra
ii  libfuse2                      2.5.3-4.1  Filesystem in USErspace library
ii  libgcrypt11                   1.2.2-1    LGPL Crypto library - runtime libr
ii  libglib2.0-0                  2.12.4-1   The GLib library of C routines
ii  libgnutls13                   1.4.1-1    the GNU TLS library - runtime libr
ii  libgpg-error0                 1.4-1      library for common error values an
ii  libidn11                      0.5.18-1   GNU libidn library, implementation
ii  libkrb53                      1.4.3-3    MIT Kerberos runtime libraries
ii  libtasn1-3                    0.3.5-2    Manage ASN.1 structures (runtime)
ii  zlib1g                        1:1.2.3-11 compression library - runtime

curlftpfs recommends no packages.

-- no debconf information
--- ./curlftpfs-0.9/ftpfs-ls.c	2006-10-02 15:32:42.000000000 +0200
+++ ./curlftpfs-0.9_/ftpfs-ls.c	2006-10-20 16:57:49.000000000 +0200
@@ -27,7 +27,7 @@
   long nlink = 1;
   char user[33];
   char group[33];
-  long size;
+  long long size;
   char month[4];
   char day[3];
   char year[6];
@@ -46,7 +46,7 @@
                "%lu"  SPACES
                "%32s" SPACES
                "%32s" SPACES
-               "%lu"  SPACES
+               "%llu"  SPACES
                "%3s"  SPACES
                "%2s"  SPACES
                "%5s"  SPACES
@@ -57,7 +57,7 @@
                  "%11s" SPACES
                  "%32s" SPACES
                  "%32s" SPACES
-                 "%lu"  SPACES
+                 "%llu"  SPACES
                  "%3s"  SPACES
                  "%2s"  SPACES
                  "%5s"  SPACES

--- End Message ---
--- Begin Message ---
Source: curlftpfs
Source-Version: 0.9-2

We believe that the bug you reported is fixed in the latest version of
curlftpfs, which is due to be installed in the Debian FTP archive:

curlftpfs_0.9-2.diff.gz
  to pool/main/c/curlftpfs/curlftpfs_0.9-2.diff.gz
curlftpfs_0.9-2.dsc
  to pool/main/c/curlftpfs/curlftpfs_0.9-2.dsc
curlftpfs_0.9-2_amd64.deb
  to pool/main/c/curlftpfs/curlftpfs_0.9-2_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Frank S. Thomas <[EMAIL PROTECTED]> (supplier of updated curlftpfs package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat, 21 Oct 2006 10:17:33 +0200
Source: curlftpfs
Binary: curlftpfs
Architecture: source amd64
Version: 0.9-2
Distribution: unstable
Urgency: low
Maintainer: Frank S. Thomas <[EMAIL PROTECTED]>
Changed-By: Frank S. Thomas <[EMAIL PROTECTED]>
Description: 
 curlftpfs  - filesystem to access FTP hosts based on FUSE and cURL
Closes: 394302
Changes: 
 curlftpfs (0.9-2) unstable; urgency=low
 .
   * ftpfs-ls.c: Changed type of variable size from "long" to "unsigned long
     long" in parse_dir_unix(). (closes: #394302)
Files: 
 fff4d009c75434e828f912116437d3ac 706 utils optional curlftpfs_0.9-2.dsc
 0a554407c24d31fdbe9e29eef11b3dd7 2173 utils optional curlftpfs_0.9-2.diff.gz
 0c5f0a30961f1e7680c59def23bc3b34 26636 utils optional curlftpfs_0.9-2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFO1VC4QZIHu3wCMURAqdlAJ9J8N9eT1wZwSuqWo/AB+lK24vkDQCdFZs+
CtPjUVczZo+DqIKLED5zyIA=
=ZdYz
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to