Your message dated Wed, 13 Dec 2006 09:17:02 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#336542: fixed in sox 12.18.2-1 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: sox Version: 12.17.8-1 Severity: important Tags: patch Sox gets stuck in a loop in mp3.c in st_mp3startread when reading an mp3 file with a 8192 byte header - with strace, it opens the file, reads 8k once, then nothing. This change seems to fix things: --- src/mp3.c.orig 2005-10-30 22:09:49.586474750 -0500 +++ src/mp3.c 2005-10-30 22:09:55.454841500 -0500 @@ -184,7 +184,7 @@ * means that we really need a loop to continue reading * more data. */ - if (tagsize > remaining) + if (tagsize >= remaining) { /* Discard the remaining data and read the rest of the tag * data from the file and start over. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.14 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages sox depends on: ii libc6 2.3.5-7 GNU C Library: Shared libraries an ii libmad0 0.15.1b-2.1 MPEG audio decoder library ii libogg0 1.1.2-1 Ogg Bitstream Library ii libvorbis0a 1.1.0-1 The Vorbis General Audio Compressi ii libvorbisenc2 1.1.0-1 The Vorbis General Audio Compressi ii libvorbisfile3 1.1.0-1 The Vorbis General Audio Compressi sox recommends no packages. -- no debconf information
--- End Message ---
--- Begin Message ---Source: sox Source-Version: 12.18.2-1 We believe that the bug you reported is fixed in the latest version of sox, which is due to be installed in the Debian FTP archive: sox-dev_12.18.2-1_i386.deb to pool/main/s/sox/sox-dev_12.18.2-1_i386.deb sox_12.18.2-1.diff.gz to pool/main/s/sox/sox_12.18.2-1.diff.gz sox_12.18.2-1.dsc to pool/main/s/sox/sox_12.18.2-1.dsc sox_12.18.2-1_i386.deb to pool/main/s/sox/sox_12.18.2-1_i386.deb sox_12.18.2.orig.tar.gz to pool/main/s/sox/sox_12.18.2.orig.tar.gz 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. Guenter Geiger (Debian/GNU) <[EMAIL PROTECTED]> (supplier of updated sox 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: Tue, 5 Dec 2006 18:40:43 +0100 Source: sox Binary: sox-dev sox Architecture: source i386 Version: 12.18.2-1 Distribution: unstable Urgency: low Maintainer: Guenter Geiger (Debian/GNU) <[EMAIL PROTECTED]> Changed-By: Guenter Geiger (Debian/GNU) <[EMAIL PROTECTED]> Description: sox - A universal sound sample translator sox-dev - Soundfile library from sox Closes: 336542 374369 390715 397388 398723 402862 Changes: sox (12.18.2-1) unstable; urgency=low . * Changes by Pascal Giard <[EMAIL PROTECTED]> - New upstream version (closes: #397388, #374369). - [debian/rules]: Compiling with -fPIC (closes: #390715). - [debian/control]: Standards-Version bumped to 3.7.2, -fPIC was required. - [debian/copyright]: Fixed license attribution (closes: #398723). - [debian/patches/06_eof.patch]: Deleted, fixed upstream. * Fixed date format in changelog - New upstream version (closes: #336542, #402862) Files: 42523a9be52555bf61b1ae4cdd5b0419 687 sound optional sox_12.18.2-1.dsc 9ce12e7dc861181386720342032a7d9e 485278 sound optional sox_12.18.2.orig.tar.gz b7d24658bc6a3c8f79883b325baf40d0 11237 sound optional sox_12.18.2-1.diff.gz b1bcd28621527ff115aa878e43ba5807 310212 sound optional sox_12.18.2-1_i386.deb 9d90adfcfa98c1a5d76e3b78d618e8a7 211008 devel optional sox-dev_12.18.2-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFf8EJ1pbKhmC2uVgRAuoRAJ9h5NrTGwXiMs5chNzGrQbrxSEkCACfQvmR Js6sSLcIWna4lnimlA3KiI8= =8uyi -----END PGP SIGNATURE-----
--- End Message ---

