Your message dated Tue, 10 Oct 2006 02:54:39 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#243673: fixed in checkmp3 1.98-6 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: checkmp3 Version: 1.98-5 Severity: important Tags: patch when checkmp3 is invoked with '-sf' in order to fix a "broken" .mp3 and send the fixed data to stdout, it may send an error message ("Something happened at byte xxx. Next expected frame: xxx.") to stdout too, e.g. if you try 'checkmp3 -sf brokenmp3 > fixed.mp3', the error message will end up in "fixed.mp3". this obviously corrupts data and breaks the mp3 stream (even if some mp3 decoders won't complain). trivial patch: --- mp3_check_misc.c.default 2003-09-21 13:55:32.000000000 +0200 +++ mp3_check_misc.c 2003-09-21 13:59:32.000000000 +0200 @@ -166,7 +166,7 @@ file_info.good_frame_count++; file_info.frame_sequence_count++; } else - printf("\nSomething happened at byte %d. Next expected frame: %d.\n", file_info.byte_count, file_info.next_expected_frame); + fprintf(stderr, "\nSomething happened at byte %d. Next expected frame: %d.\n", file_info.byte_count, file_info.next_expected_frame); // regards, thias -- Matthias Brill <[EMAIL PROTECTED]>
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---Source: checkmp3 Source-Version: 1.98-6 We believe that the bug you reported is fixed in the latest version of checkmp3, which is due to be installed in the Debian FTP archive: checkmp3_1.98-6.diff.gz to pool/main/c/checkmp3/checkmp3_1.98-6.diff.gz checkmp3_1.98-6.dsc to pool/main/c/checkmp3/checkmp3_1.98-6.dsc checkmp3_1.98-6_i386.deb to pool/main/c/checkmp3/checkmp3_1.98-6_i386.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. Nicholas Breen <[EMAIL PROTECTED]> (supplier of updated checkmp3 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: Sun, 8 Oct 2006 18:04:39 -0700 Source: checkmp3 Binary: checkmp3 Architecture: source i386 Version: 1.98-6 Distribution: unstable Urgency: low Maintainer: Nicholas Breen <[EMAIL PROTECTED]> Changed-By: Nicholas Breen <[EMAIL PROTECTED]> Description: checkmp3 - Identify MP3s that do not follow the MP3 format Closes: 69143 227313 235326 243673 343418 390863 Changes: checkmp3 (1.98-6) unstable; urgency=low . * New maintainer. (Closes: #390863) * Update Standards-Version to 3.7.2. * Acknowledge NMUs. Thanks, Luk. (Closes: #69143, #227313, #235326, #243673, #343418). Files: db06c57173d2248612a6153a745a8486 559 sound optional checkmp3_1.98-6.dsc 0968d5f568f9f276afa279d64bf0032f 4296 sound optional checkmp3_1.98-6.diff.gz aa5c06dd58ebb7142a5143e3456aaf7e 20332 sound optional checkmp3_1.98-6_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFK0WOr/RnCw96jQERApbcAJ44JOKl32bGBaaQ+478vUX95hdA4ACfYQhs yctGCoE0I8iw1jOvyn5yhho= =pAw0 -----END PGP SIGNATURE-----
--- End Message ---

