Package: file
Version: 4.24-2
Severity: normal
Tags: patch

$ file -s -b /dev/zero
, 44.1 kHz, Stereo

Older versions identified such files as `data', which was probably more
accurate.

I believe the problem can be fixed by the following patch, which reverts a
change made in upstream 4.24:

--- magic/Magdir/animation      2008-02-19 22:57:27.000000000 +0530
+++ magic/Magdir/animation.new  2008-05-15 21:24:15.000000000 +0530
@@ -276,7 +276,7 @@
 # modified by Joerg Jenderek
 # GRR the original test are too common for many DOS files
 # so don't accept as MP3 until we've tested the rate
-0       beshort&0xFFFE
+0       beshort&0xFFFE  0xFFFA
 # rates
 >2      byte&0xF0       0x10           MPEG ADTS, layer III, v1,  32 kbps
 !:mime audio/mpeg

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-rc2
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages file depends on:
ii  libc6                         2.7-10     GNU C Library: Shared libraries
ii  libmagic1                     4.24-2     File type determination library us

file recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to