tags 293427 + patch thanks Attached patch should close this bug. Tested and working on i386 unstable.
-- Ciao, al ---------------------------------------------------------------------- Al Stone Alter Ego: Linux & Open Source Lab Debian Developer Hewlett-Packard Company http://www.debian.org E-mail: [EMAIL PROTECTED] [EMAIL PROTECTED] ---------------------------------------------------------------------- diff --exclude configure --exclude aclocal.m4 --exclude Makefile --exclude Makefile.in -Naur file-4.12/ChangeLog file-4.12.new/ChangeLog --- file-4.12/ChangeLog 2004-11-24 10:39:06.000000000 -0700 +++ file-4.12.new/ChangeLog 2005-02-15 21:15:38.000000000 -0700 @@ -1,3 +1,7 @@ +2005-02-15 21:15 Al Stone <[EMAIL PROTECTED]> + + * Added in magic for LLVM byte-codes + 2004-11-24 12:39 Christos Zoulas <[EMAIL PROTECTED]> * Stack smash fix, and ELF more conservative reading. diff --exclude configure --exclude aclocal.m4 --exclude Makefile --exclude Makefile.in -Naur file-4.12/debian/changelog file-4.12.new/debian/changelog --- file-4.12/debian/changelog 2005-02-21 16:43:05.299577464 -0700 +++ file-4.12.new/debian/changelog 2005-02-15 21:10:33.000000000 -0700 @@ -1,3 +1,9 @@ +file (4.12-2) unstable; urgency=low + + * Added in magic file for the LLVM byte-code interpreter + + -- Al Stone <[EMAIL PROTECTED]> Tue, 15 Feb 2005 21:09:46 -0700 + file (4.12-1) unstable; urgency=high * New upstream version. Closes: #283316, a potential stack smash in ELF diff --exclude configure --exclude aclocal.m4 --exclude Makefile --exclude Makefile.in -Naur file-4.12/magic/Magdir/llvm file-4.12.new/magic/Magdir/llvm --- file-4.12/magic/Magdir/llvm 1969-12-31 17:00:00.000000000 -0700 +++ file-4.12.new/magic/Magdir/llvm 2005-02-15 21:54:47.000000000 -0700 @@ -0,0 +1,10 @@ + +#------------------------------------------------------------------------------ +# llvm: file(1) magic for LLVM byte-codes +# +# Send additions to <[EMAIL PROTECTED]> +0 string llvm LLVM byte-codes, uncompressed +0 string llvc0 LLVM byte-codes, null compression +0 string llvc1 LLVM byte-codes, gzip compression +0 string llvc2 LLVM byte-codes, bzip2 compression + diff --exclude configure --exclude aclocal.m4 --exclude Makefile --exclude Makefile.in -Naur file-4.12/magic/Makefile.am file-4.12.new/magic/Makefile.am --- file-4.12/magic/Makefile.am 2004-11-24 09:09:00.000000000 -0700 +++ file-4.12.new/magic/Makefile.am 2005-02-15 21:09:18.000000000 -0700 @@ -106,6 +106,7 @@ Magdir/lif \ Magdir/linux \ Magdir/lisp \ +Magdir/llvm \ Magdir/mach \ Magdir/macintosh \ Magdir/magic \ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

