This commit is contained in:
parent
4952c10f11
commit
e1816a1fdf
@ -1,11 +0,0 @@
|
|||||||
--- magic/Magdir/animation
|
|
||||||
+++ magic/Magdir/animation 2008-04-24 19:27:05.898695896 +0200
|
|
||||||
@@ -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
|
|
@ -1,16 +0,0 @@
|
|||||||
--- magic/Magdir/cafebabe
|
|
||||||
+++ magic/Magdir/cafebabe
|
|
||||||
@@ -12,10 +12,10 @@
|
|
||||||
# (and use as a hack). Let's not use 18, because the Mach-O people
|
|
||||||
# might add another one or two as time goes by...
|
|
||||||
#
|
|
||||||
-0 beshort 0xcafe
|
|
||||||
->2 beshort 0xbabe
|
|
||||||
+0 beshort 0xcafe cafe
|
|
||||||
+>2 beshort 0xbabe babe
|
|
||||||
!:mime application/x-java-applet
|
|
||||||
->>2 belong >30 compiled Java class data,
|
|
||||||
+>>4 belong >30 compiled Java class data,
|
|
||||||
>>>6 beshort x version %d.
|
|
||||||
>>>4 beshort x \b%d
|
|
||||||
>>4 belong 1 Mach-O fat file with 1 architecture
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0657da6b1b430b36cf4d91575e7a83aa8dd00f26d96f1c56144074287e8ac6ee
|
|
||||||
size 432065
|
|
@ -1,74 +1,74 @@
|
|||||||
--- magic/Magdir/commands
|
--- magic/Magdir/commands
|
||||||
+++ magic/Magdir/commands 2008-04-14 17:27:49.969133137 +0200
|
+++ magic/Magdir/commands 2009-05-05 14:01:03.253902298 +0200
|
||||||
@@ -3,81 +3,81 @@
|
@@ -3,66 +3,66 @@
|
||||||
# commands: file(1) magic for various shells and interpreters
|
# commands: file(1) magic for various shells and interpreters
|
||||||
#
|
#
|
||||||
#0 string : shell archive or script for antique kernel text
|
#0 string : shell archive or script for antique kernel text
|
||||||
-0 string/b #!\ /bin/sh POSIX shell script text executable
|
-0 string/b #!\ /bin/sh POSIX shell script text executable
|
||||||
+0 string/b #!\ /bin/sh POSIX shell script text
|
+0 string/b #!\ /bin/sh POSIX shell script text
|
||||||
!:mime application/x-shellscript
|
!:mime text/x-shellscript
|
||||||
-0 string/b #!\ /bin/csh C shell script text executable
|
-0 string/b #!\ /bin/csh C shell script text executable
|
||||||
+0 string/b #!\ /bin/csh C shell script text
|
+0 string/b #!\ /bin/csh C shell script text
|
||||||
!:mime application/x-shellscript
|
!:mime text/x-shellscript
|
||||||
# korn shell magic, sent by George Wu, gwu@clyde.att.com
|
# korn shell magic, sent by George Wu, gwu@clyde.att.com
|
||||||
-0 string/b #!\ /bin/ksh Korn shell script text executable
|
-0 string/b #!\ /bin/ksh Korn shell script text executable
|
||||||
+0 string/b #!\ /bin/ksh Korn shell script text
|
+0 string/b #!\ /bin/ksh Korn shell script text
|
||||||
!:mime application/x-shellscript
|
!:mime text/x-shellscript
|
||||||
-0 string/b #!\ /bin/tcsh Tenex C shell script text executable
|
-0 string/b #!\ /bin/tcsh Tenex C shell script text executable
|
||||||
+0 string/b #!\ /bin/tcsh Tenex C shell script text
|
+0 string/b #!\ /bin/tcsh Tenex C shell script text
|
||||||
!:mime application/x-shellscript
|
!:mime text/x-shellscript
|
||||||
-0 string/b #!\ /usr/bin/tcsh Tenex C shell script text executable
|
-0 string/b #!\ /usr/bin/tcsh Tenex C shell script text executable
|
||||||
+0 string/b #!\ /usr/bin/tcsh Tenex C shell script text
|
+0 string/b #!\ /usr/bin/tcsh Tenex C shell script text
|
||||||
!:mime application/x-shellscript
|
!:mime text/x-shellscript
|
||||||
-0 string/b #!\ /usr/local/tcsh Tenex C shell script text executable
|
-0 string/b #!\ /usr/local/tcsh Tenex C shell script text executable
|
||||||
+0 string/b #!\ /usr/local/tcsh Tenex C shell script text
|
+0 string/b #!\ /usr/local/tcsh Tenex C shell script text
|
||||||
!:mime application/x-shellscript
|
!:mime text/x-shellscript
|
||||||
-0 string/b #!\ /usr/local/bin/tcsh Tenex C shell script text executable
|
-0 string/b #!\ /usr/local/bin/tcsh Tenex C shell script text executable
|
||||||
+0 string/b #!\ /usr/local/bin/tcsh Tenex C shell script text
|
+0 string/b #!\ /usr/local/bin/tcsh Tenex C shell script text
|
||||||
!:mime application/x-shellscript
|
!:mime text/x-shellscript
|
||||||
|
|
||||||
#
|
#
|
||||||
# zsh/ash/ae/nawk/gawk magic from cameron@cs.unsw.oz.au (Cameron Simpson)
|
# zsh/ash/ae/nawk/gawk magic from cameron@cs.unsw.oz.au (Cameron Simpson)
|
||||||
-0 string/b #!\ /bin/zsh Paul Falstad's zsh script text executable
|
-0 string/b #!\ /bin/zsh Paul Falstad's zsh script text executable
|
||||||
+0 string/b #!\ /bin/zsh Paul Falstad's zsh script text
|
+0 string/b #!\ /bin/zsh Paul Falstad's zsh script text
|
||||||
!:mime application/x-shellscript
|
!:mime text/x-shellscript
|
||||||
-0 string/b #!\ /usr/bin/zsh Paul Falstad's zsh script text executable
|
-0 string/b #!\ /usr/bin/zsh Paul Falstad's zsh script text executable
|
||||||
+0 string/b #!\ /usr/bin/zsh Paul Falstad's zsh script text
|
+0 string/b #!\ /usr/bin/zsh Paul Falstad's zsh script text
|
||||||
!:mime application/x-shellscript
|
!:mime text/x-shellscript
|
||||||
-0 string/b #!\ /usr/local/bin/zsh Paul Falstad's zsh script text executable
|
-0 string/b #!\ /usr/local/bin/zsh Paul Falstad's zsh script text executable
|
||||||
+0 string/b #!\ /usr/local/bin/zsh Paul Falstad's zsh script text
|
+0 string/b #!\ /usr/local/bin/zsh Paul Falstad's zsh script text
|
||||||
!:mime application/x-shellscript
|
!:mime text/x-shellscript
|
||||||
-0 string/b #!\ /usr/local/bin/ash Neil Brown's ash script text executable
|
-0 string/b #!\ /usr/local/bin/ash Neil Brown's ash script text executable
|
||||||
+0 string/b #!\ /usr/local/bin/ash Neil Brown's ash script text
|
+0 string/b #!\ /usr/local/bin/ash Neil Brown's ash script text
|
||||||
!:mime application/x-shellscript
|
!:mime text/x-shellscript
|
||||||
-0 string/b #!\ /usr/local/bin/ae Neil Brown's ae script text executable
|
-0 string/b #!\ /usr/local/bin/ae Neil Brown's ae script text executable
|
||||||
+0 string/b #!\ /usr/local/bin/ae Neil Brown's ae script text
|
+0 string/b #!\ /usr/local/bin/ae Neil Brown's ae script text
|
||||||
!:mime application/x-shellscript
|
!:mime text/x-shellscript
|
||||||
-0 string/b #!\ /bin/nawk new awk script text executable
|
-0 string/b #!\ /bin/nawk new awk script text executable
|
||||||
+0 string/b #!\ /bin/nawk new awk script text
|
+0 string/b #!\ /bin/nawk new awk script text
|
||||||
!:mime application/x-nawk
|
!:mime text/x-nawk
|
||||||
-0 string/b #!\ /usr/bin/nawk new awk script text executable
|
-0 string/b #!\ /usr/bin/nawk new awk script text executable
|
||||||
+0 string/b #!\ /usr/bin/nawk new awk script text
|
+0 string/b #!\ /usr/bin/nawk new awk script text
|
||||||
!:mime application/x-nawk
|
!:mime text/x-nawk
|
||||||
-0 string/b #!\ /usr/local/bin/nawk new awk script text executable
|
-0 string/b #!\ /usr/local/bin/nawk new awk script text executable
|
||||||
+0 string/b #!\ /usr/local/bin/nawk new awk script text
|
+0 string/b #!\ /usr/local/bin/nawk new awk script text
|
||||||
!:mime application/x-nawk
|
!:mime text/x-nawk
|
||||||
-0 string/b #!\ /bin/gawk GNU awk script text executable
|
-0 string/b #!\ /bin/gawk GNU awk script text executable
|
||||||
+0 string/b #!\ /bin/gawk GNU awk script text
|
+0 string/b #!\ /bin/gawk GNU awk script text
|
||||||
!:mime application/x-gawk
|
!:mime text/x-gawk
|
||||||
-0 string/b #!\ /usr/bin/gawk GNU awk script text executable
|
-0 string/b #!\ /usr/bin/gawk GNU awk script text executable
|
||||||
+0 string/b #!\ /usr/bin/gawk GNU awk script text
|
+0 string/b #!\ /usr/bin/gawk GNU awk script text
|
||||||
!:mime application/x-gawk
|
!:mime text/x-gawk
|
||||||
-0 string/b #!\ /usr/local/bin/gawk GNU awk script text executable
|
-0 string/b #!\ /usr/local/bin/gawk GNU awk script text executable
|
||||||
+0 string/b #!\ /usr/local/bin/gawk GNU awk script text
|
+0 string/b #!\ /usr/local/bin/gawk GNU awk script text
|
||||||
!:mime application/x-gawk
|
!:mime text/x-gawk
|
||||||
#
|
#
|
||||||
-0 string/b #!\ /bin/awk awk script text executable
|
-0 string/b #!\ /bin/awk awk script text executable
|
||||||
+0 string/b #!\ /bin/awk awk script text
|
+0 string/b #!\ /bin/awk awk script text
|
||||||
!:mime application/x-awk
|
!:mime text/x-awk
|
||||||
-0 string/b #!\ /usr/bin/awk awk script text executable
|
-0 string/b #!\ /usr/bin/awk awk script text executable
|
||||||
+0 string/b #!\ /usr/bin/awk awk script text
|
+0 string/b #!\ /usr/bin/awk awk script text
|
||||||
!:mime application/x-awk
|
!:mime text/x-awk
|
||||||
# update to distinguish from *.vcf files
|
# update to distinguish from *.vcf files
|
||||||
# this is broken because postscript has /EBEGIN{ for example.
|
# this is broken because postscript has /EBEGIN{ for example.
|
||||||
#0 search/Bb BEGIN { awk script text
|
#0 search/Bb BEGIN { awk script text
|
||||||
@ -78,60 +78,53 @@
|
|||||||
+0 string/b #!\ /bin/rc Plan 9 rc shell script text
|
+0 string/b #!\ /bin/rc Plan 9 rc shell script text
|
||||||
|
|
||||||
# bash shell magic, from Peter Tobias (tobias@server.et-inf.fho-emden.de)
|
# bash shell magic, from Peter Tobias (tobias@server.et-inf.fho-emden.de)
|
||||||
-0 string/b #!\ /bin/bash Bourne-Again shell script text executable
|
-0 string/b #!\ /bin/bash Bourne-Again shell script text executable
|
||||||
+0 string/b #!\ /bin/bash Bourne-Again shell script text
|
+0 string/b #!\ /bin/bash Bourne-Again shell script text
|
||||||
!:mime application/x-shellscript
|
!:mime text/x-shellscript
|
||||||
-0 string/b #!\ /usr/bin/bash Bourne-Again shell script text executable
|
-0 string/b #!\ /usr/bin/bash Bourne-Again shell script text executable
|
||||||
+0 string/b #!\ /usr/bin/bash Bourne-Again shell script text
|
+0 string/b #!\ /usr/bin/bash Bourne-Again shell script text
|
||||||
!:mime application/x-shellscript
|
!:mime text/x-shellscript
|
||||||
-0 string/b #!\ /usr/local/bash Bourne-Again shell script text executable
|
-0 string/b #!\ /usr/local/bash Bourne-Again shell script text executable
|
||||||
+0 string/b #!\ /usr/local/bash Bourne-Again shell script text
|
+0 string/b #!\ /usr/local/bash Bourne-Again shell script text
|
||||||
!:mime application/x-shellscript
|
!:mime text/x-shellscript
|
||||||
-0 string/b #!\ /usr/local/bin/bash Bourne-Again shell script text executable
|
-0 string/b #!\ /usr/local/bin/bash Bourne-Again shell script text executable
|
||||||
+0 string/b #!\ /usr/local/bin/bash Bourne-Again shell script text
|
+0 string/b #!\ /usr/local/bin/bash Bourne-Again shell script text
|
||||||
!:mime application/x-shellscript
|
!:mime text/x-shellscript
|
||||||
|
|
||||||
# using env
|
# using env
|
||||||
0 string #!/usr/bin/env a
|
@@ -79,9 +79,9 @@
|
||||||
->15 string >\0 %s script text executable
|
!:mime text/x-php
|
||||||
+>15 string >\0 %s script text
|
|
||||||
0 string #!\ /usr/bin/env a
|
|
||||||
->16 string >\0 %s script text executable
|
|
||||||
+>16 string >\0 %s script text
|
|
||||||
|
|
||||||
# PHP scripts
|
|
||||||
# Ulf Harnhammar <ulfh@update.uu.se>
|
|
||||||
0 search/1/c =<?php PHP script text
|
|
||||||
0 search/1 =<?\n PHP script text
|
|
||||||
0 search/1 =<?\r PHP script text
|
0 search/1 =<?\r PHP script text
|
||||||
|
!:mime text/x-php
|
||||||
-0 search/1/b #!\ /usr/local/bin/php PHP script text executable
|
-0 search/1/b #!\ /usr/local/bin/php PHP script text executable
|
||||||
-0 search/1/b #!\ /usr/bin/php PHP script text executable
|
|
||||||
+0 search/1/b #!\ /usr/local/bin/php PHP script text
|
+0 search/1/b #!\ /usr/local/bin/php PHP script text
|
||||||
|
!:mime text/x-php
|
||||||
|
-0 search/1/b #!\ /usr/bin/php PHP script text executable
|
||||||
+0 search/1/b #!\ /usr/bin/php PHP script text
|
+0 search/1/b #!\ /usr/bin/php PHP script text
|
||||||
|
!:mime text/x-php
|
||||||
|
|
||||||
0 string Zend\x00 PHP script Zend Optimizer data
|
0 string Zend\x00 PHP script Zend Optimizer data
|
||||||
|
|
||||||
--- magic/Magdir/perl
|
--- magic/Magdir/perl
|
||||||
+++ magic/Magdir/perl 2008-04-14 17:27:55.265811334 +0200
|
+++ magic/Magdir/perl 2009-05-05 14:01:33.658402106 +0200
|
||||||
@@ -4,15 +4,15 @@
|
@@ -4,15 +4,15 @@
|
||||||
# The `eval' lines recognizes an outrageously clever hack.
|
# The `eval' lines recognizes an outrageously clever hack.
|
||||||
# Keith Waclena <keith@cerberus.uchicago.edu>
|
# Keith Waclena <keith@cerberus.uchicago.edu>
|
||||||
# Send additions to <perl5-porters@perl.org>
|
# Send additions to <perl5-porters@perl.org>
|
||||||
-0 search/1/b #!\ /bin/perl Perl script text executable
|
-0 search/1/b #!\ /bin/perl Perl script text executable
|
||||||
+0 search/1/b #!\ /bin/perl Perl script text
|
+0 search/1/b #!\ /bin/perl Perl script text
|
||||||
!:mime application/x-perl
|
!:mime text/x-perl
|
||||||
0 search/1 eval\ "exec\ /bin/perl Perl script text
|
0 search/1 eval\ "exec\ /bin/perl Perl script text
|
||||||
!:mime application/x-perl
|
!:mime text/x-perl
|
||||||
-0 search/1/b #!\ /usr/bin/perl Perl script text executable
|
-0 search/1/b #!\ /usr/bin/perl Perl script text executable
|
||||||
+0 search/1/b #!\ /usr/bin/perl Perl script text
|
+0 search/1/b #!\ /usr/bin/perl Perl script text
|
||||||
!:mime application/x-perl
|
!:mime text/x-perl
|
||||||
0 search/1 eval\ "exec\ /usr/bin/perl Perl script text
|
0 search/1 eval\ "exec\ /usr/bin/perl Perl script text
|
||||||
!:mime application/x-perl
|
!:mime text/x-perl
|
||||||
-0 search/1/b #!\ /usr/local/bin/perl Perl script text executable
|
-0 search/1/b #!\ /usr/local/bin/perl Perl script text executable
|
||||||
+0 search/1/b #!\ /usr/local/bin/perl Perl script text
|
+0 search/1/b #!\ /usr/local/bin/perl Perl script text
|
||||||
!:mime application/x-perl
|
!:mime text/x-perl
|
||||||
0 search/1 eval\ "exec\ /usr/local/bin/perl Perl script text
|
0 search/1 eval\ "exec\ /usr/local/bin/perl Perl script text
|
||||||
!:mime application/x-perl
|
!:mime text/x-perl
|
||||||
--- magic/Magdir/python
|
--- magic/Magdir/python
|
||||||
+++ magic/Magdir/python 2006-03-24 14:51:26.000000000 +0100
|
+++ magic/Magdir/python 2006-03-24 14:51:26.000000000 +0100
|
||||||
@@ -4,7 +4,7 @@
|
@@ -4,7 +4,7 @@
|
11
file-5.02-javacheck.dif
Normal file
11
file-5.02-javacheck.dif
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
--- magic/Magdir/cafebabe
|
||||||
|
+++ magic/Magdir/cafebabe 2009-05-05 14:11:37.858402267 +0200
|
||||||
|
@@ -12,7 +12,7 @@
|
||||||
|
# (and use as a hack). Let's not use 18, because the Mach-O people
|
||||||
|
# might add another one or two as time goes by...
|
||||||
|
#
|
||||||
|
-0 belong 0xcafebabe
|
||||||
|
+0 belong 0xcafebabe cafebabe
|
||||||
|
!:mime application/x-java-applet
|
||||||
|
>4 belong >30 compiled Java class data,
|
||||||
|
>>6 beshort x version %d.
|
@ -1,5 +1,5 @@
|
|||||||
--- magic/Magdir/audio
|
--- magic/Magdir/audio
|
||||||
+++ magic/Magdir/audio 2008-04-14 16:17:58.871499001 +0200
|
+++ magic/Magdir/audio 2008-04-14 16:17:59.000000000 +0200
|
||||||
@@ -116,7 +116,7 @@
|
@@ -116,7 +116,7 @@
|
||||||
# Real Audio (Magic .ra\0375)
|
# Real Audio (Magic .ra\0375)
|
||||||
0 belong 0x2e7261fd RealAudio sound file
|
0 belong 0x2e7261fd RealAudio sound file
|
||||||
@ -46,27 +46,29 @@
|
|||||||
>0 byte ^0x80 executable
|
>0 byte ^0x80 executable
|
||||||
>16 belong >0 not stripped
|
>16 belong >0 not stripped
|
||||||
--- magic/Magdir/commands
|
--- magic/Magdir/commands
|
||||||
+++ magic/Magdir/commands 2008-04-14 16:19:46.441325515 +0200
|
+++ magic/Magdir/commands 2009-05-05 13:57:30.778196178 +0200
|
||||||
@@ -12,6 +12,8 @@
|
@@ -12,6 +12,8 @@
|
||||||
!:mime application/x-shellscript
|
!:mime text/x-shellscript
|
||||||
0 string/b #!\ /bin/tcsh Tenex C shell script text executable
|
0 string/b #!\ /bin/tcsh Tenex C shell script text executable
|
||||||
!:mime application/x-shellscript
|
!:mime text/x-shellscript
|
||||||
+0 string/b #!\ /usr/bin/tcsh Tenex C shell script text executable
|
+0 string/b #!\ /usr/bin/tcsh Tenex C shell script text executable
|
||||||
+!:mime application/x-shellscript
|
+!:mime text/x-shellscript
|
||||||
0 string/b #!\ /usr/local/tcsh Tenex C shell script text executable
|
0 string/b #!\ /usr/local/tcsh Tenex C shell script text executable
|
||||||
!:mime application/x-shellscript
|
!:mime text/x-shellscript
|
||||||
0 string/b #!\ /usr/local/bin/tcsh Tenex C shell script text executable
|
0 string/b #!\ /usr/local/bin/tcsh Tenex C shell script text executable
|
||||||
@@ -56,6 +58,10 @@
|
@@ -54,7 +56,11 @@
|
||||||
# bash shell magic, from Peter Tobias (tobias@server.et-inf.fho-emden.de)
|
0 string/b #!\ /bin/rc Plan 9 rc shell script text executable
|
||||||
0 string/b #!\ /bin/bash Bourne-Again shell script text executable
|
|
||||||
!:mime application/x-shellscript
|
|
||||||
+0 string/b #!\ /usr/bin/bash Bourne-Again shell script text executable
|
|
||||||
+!:mime application/x-shellscript
|
|
||||||
+0 string/b #!\ /usr/local/bash Bourne-Again shell script text executable
|
|
||||||
+!:mime application/x-shellscript
|
|
||||||
0 string/b #!\ /usr/local/bin/bash Bourne-Again shell script text executable
|
|
||||||
!:mime application/x-shellscript
|
|
||||||
|
|
||||||
|
# bash shell magic, from Peter Tobias (tobias@server.et-inf.fho-emden.de)
|
||||||
|
-0 string/b #!\ /bin/bash Bourne-Again shell script text executable
|
||||||
|
+0 string/b #!\ /bin/bash Bourne-Again shell script text executable
|
||||||
|
+!:mime text/x-shellscript
|
||||||
|
+0 string/b #!\ /usr/bin/bash Bourne-Again shell script text executable
|
||||||
|
+!:mime text/x-shellscript
|
||||||
|
+0 string/b #!\ /usr/local/bash Bourne-Again shell script text executable
|
||||||
|
!:mime text/x-shellscript
|
||||||
|
0 string/b #!\ /usr/local/bin/bash Bourne-Again shell script text executable
|
||||||
|
!:mime text/x-shellscript
|
||||||
--- magic/Magdir/mach
|
--- magic/Magdir/mach
|
||||||
+++ magic/Magdir/mach 2003-12-08 17:50:03.000000000 +0100
|
+++ magic/Magdir/mach 2003-12-08 17:50:03.000000000 +0100
|
||||||
@@ -74,7 +74,7 @@
|
@@ -74,7 +74,7 @@
|
||||||
@ -80,7 +82,7 @@
|
|||||||
>4 belong 17 rs6000
|
>4 belong 17 rs6000
|
||||||
--- magic/Magdir/msdos
|
--- magic/Magdir/msdos
|
||||||
+++ magic/Magdir/msdos 2005-07-25 15:24:04.000000000 +0200
|
+++ magic/Magdir/msdos 2005-07-25 15:24:04.000000000 +0200
|
||||||
@@ -256,7 +256,7 @@
|
@@ -271,7 +271,7 @@
|
||||||
|
|
||||||
# a few unknown ZIP sfxes, no idea if they are needed or if they are
|
# a few unknown ZIP sfxes, no idea if they are needed or if they are
|
||||||
# already captured by the generic patterns above
|
# already captured by the generic patterns above
|
@ -1,6 +1,6 @@
|
|||||||
--- src/file.c
|
--- src/file.c
|
||||||
+++ src/file.c 2007-06-06 16:33:10.402651296 +0200
|
+++ src/file.c 2009-05-05 14:05:15.133901855 +0200
|
||||||
@@ -240,6 +240,8 @@ main(int argc, char *argv[])
|
@@ -214,6 +214,8 @@ main(int argc, char *argv[])
|
||||||
flags |= MAGIC_DEBUG|MAGIC_CHECK;
|
flags |= MAGIC_DEBUG|MAGIC_CHECK;
|
||||||
break;
|
break;
|
||||||
case 'e':
|
case 'e':
|
||||||
@ -9,15 +9,16 @@
|
|||||||
for (i = 0; i < sizeof(nv) / sizeof(nv[0]); i++)
|
for (i = 0; i < sizeof(nv) / sizeof(nv[0]); i++)
|
||||||
if (strcmp(nv[i].name, optarg) == 0)
|
if (strcmp(nv[i].name, optarg) == 0)
|
||||||
break;
|
break;
|
||||||
@@ -251,13 +253,15 @@ main(int argc, char *argv[])
|
@@ -225,7 +227,7 @@ main(int argc, char *argv[])
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'f':
|
case 'f':
|
||||||
- if(action)
|
- if(action)
|
||||||
+ if(action || !optarg)
|
+ if(action || !optarg)
|
||||||
usage();
|
usage();
|
||||||
load(magicfile, flags);
|
if (magic == NULL)
|
||||||
unwrap(optarg);
|
if ((magic = load(magicfile, flags)) == NULL)
|
||||||
|
@@ -234,6 +236,8 @@ main(int argc, char *argv[])
|
||||||
++didsomefiles;
|
++didsomefiles;
|
||||||
break;
|
break;
|
||||||
case 'F':
|
case 'F':
|
||||||
@ -26,7 +27,7 @@
|
|||||||
separator = optarg;
|
separator = optarg;
|
||||||
break;
|
break;
|
||||||
case 'i':
|
case 'i':
|
||||||
@@ -267,6 +271,8 @@ main(int argc, char *argv[])
|
@@ -243,6 +247,8 @@ main(int argc, char *argv[])
|
||||||
flags |= MAGIC_CONTINUE;
|
flags |= MAGIC_CONTINUE;
|
||||||
break;
|
break;
|
||||||
case 'm':
|
case 'm':
|
@ -12,8 +12,8 @@
|
|||||||
+# to make a pre-compiled magic.mgc for faster execution
|
+# to make a pre-compiled magic.mgc for faster execution
|
||||||
+#
|
+#
|
||||||
--- magic/Makefile.am
|
--- magic/Makefile.am
|
||||||
+++ magic/Makefile.am 2008-04-14 18:09:04.858253210 +0200
|
+++ magic/Makefile.am 2009-05-05 14:17:32.181901712 +0200
|
||||||
@@ -1,7 +1,7 @@
|
@@ -4,7 +4,7 @@
|
||||||
MAGIC_FRAGMENT_BASE = Magdir
|
MAGIC_FRAGMENT_BASE = Magdir
|
||||||
MAGIC_FRAGMENT_DIR = $(top_srcdir)/magic/$(MAGIC_FRAGMENT_BASE)
|
MAGIC_FRAGMENT_DIR = $(top_srcdir)/magic/$(MAGIC_FRAGMENT_BASE)
|
||||||
|
|
||||||
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
EXTRA_DIST = Header Localstuff \
|
EXTRA_DIST = Header Localstuff \
|
||||||
$(MAGIC_FRAGMENT_DIR)/acorn \
|
$(MAGIC_FRAGMENT_DIR)/acorn \
|
||||||
@@ -14,7 +14,6 @@ $(MAGIC_FRAGMENT_DIR)/amanda \
|
@@ -17,7 +17,6 @@ $(MAGIC_FRAGMENT_DIR)/amanda \
|
||||||
$(MAGIC_FRAGMENT_DIR)/amigaos \
|
$(MAGIC_FRAGMENT_DIR)/amigaos \
|
||||||
$(MAGIC_FRAGMENT_DIR)/animation \
|
$(MAGIC_FRAGMENT_DIR)/animation \
|
||||||
$(MAGIC_FRAGMENT_DIR)/apl \
|
$(MAGIC_FRAGMENT_DIR)/apl \
|
||||||
@ -30,7 +30,7 @@
|
|||||||
$(MAGIC_FRAGMENT_DIR)/applix \
|
$(MAGIC_FRAGMENT_DIR)/applix \
|
||||||
$(MAGIC_FRAGMENT_DIR)/archive \
|
$(MAGIC_FRAGMENT_DIR)/archive \
|
||||||
$(MAGIC_FRAGMENT_DIR)/asterix \
|
$(MAGIC_FRAGMENT_DIR)/asterix \
|
||||||
@@ -61,7 +60,6 @@ $(MAGIC_FRAGMENT_DIR)/epoc \
|
@@ -64,7 +63,6 @@ $(MAGIC_FRAGMENT_DIR)/epoc \
|
||||||
$(MAGIC_FRAGMENT_DIR)/erlang \
|
$(MAGIC_FRAGMENT_DIR)/erlang \
|
||||||
$(MAGIC_FRAGMENT_DIR)/esri \
|
$(MAGIC_FRAGMENT_DIR)/esri \
|
||||||
$(MAGIC_FRAGMENT_DIR)/fcs \
|
$(MAGIC_FRAGMENT_DIR)/fcs \
|
||||||
@ -38,7 +38,7 @@
|
|||||||
$(MAGIC_FRAGMENT_DIR)/flash \
|
$(MAGIC_FRAGMENT_DIR)/flash \
|
||||||
$(MAGIC_FRAGMENT_DIR)/fonts \
|
$(MAGIC_FRAGMENT_DIR)/fonts \
|
||||||
$(MAGIC_FRAGMENT_DIR)/fortran \
|
$(MAGIC_FRAGMENT_DIR)/fortran \
|
||||||
@@ -91,18 +89,18 @@ $(MAGIC_FRAGMENT_DIR)/island \
|
@@ -95,19 +93,19 @@ $(MAGIC_FRAGMENT_DIR)/island \
|
||||||
$(MAGIC_FRAGMENT_DIR)/ispell \
|
$(MAGIC_FRAGMENT_DIR)/ispell \
|
||||||
$(MAGIC_FRAGMENT_DIR)/java \
|
$(MAGIC_FRAGMENT_DIR)/java \
|
||||||
$(MAGIC_FRAGMENT_DIR)/jpeg \
|
$(MAGIC_FRAGMENT_DIR)/jpeg \
|
||||||
@ -46,6 +46,7 @@
|
|||||||
+$(MAGIC_FRAGMENT_DIR)/filesystems \
|
+$(MAGIC_FRAGMENT_DIR)/filesystems \
|
||||||
$(MAGIC_FRAGMENT_DIR)/karma \
|
$(MAGIC_FRAGMENT_DIR)/karma \
|
||||||
$(MAGIC_FRAGMENT_DIR)/kde \
|
$(MAGIC_FRAGMENT_DIR)/kde \
|
||||||
|
$(MAGIC_FRAGMENT_DIR)/kml \
|
||||||
$(MAGIC_FRAGMENT_DIR)/lecter \
|
$(MAGIC_FRAGMENT_DIR)/lecter \
|
||||||
$(MAGIC_FRAGMENT_DIR)/lex \
|
$(MAGIC_FRAGMENT_DIR)/lex \
|
||||||
$(MAGIC_FRAGMENT_DIR)/lif \
|
$(MAGIC_FRAGMENT_DIR)/lif \
|
||||||
@ -59,7 +60,7 @@
|
|||||||
$(MAGIC_FRAGMENT_DIR)/magic \
|
$(MAGIC_FRAGMENT_DIR)/magic \
|
||||||
$(MAGIC_FRAGMENT_DIR)/mail.news \
|
$(MAGIC_FRAGMENT_DIR)/mail.news \
|
||||||
$(MAGIC_FRAGMENT_DIR)/maple \
|
$(MAGIC_FRAGMENT_DIR)/maple \
|
||||||
@@ -118,10 +116,10 @@ $(MAGIC_FRAGMENT_DIR)/misctools \
|
@@ -123,10 +121,10 @@ $(MAGIC_FRAGMENT_DIR)/misctools \
|
||||||
$(MAGIC_FRAGMENT_DIR)/mkid \
|
$(MAGIC_FRAGMENT_DIR)/mkid \
|
||||||
$(MAGIC_FRAGMENT_DIR)/mlssa \
|
$(MAGIC_FRAGMENT_DIR)/mlssa \
|
||||||
$(MAGIC_FRAGMENT_DIR)/mmdf \
|
$(MAGIC_FRAGMENT_DIR)/mmdf \
|
||||||
@ -71,7 +72,7 @@
|
|||||||
$(MAGIC_FRAGMENT_DIR)/msvc \
|
$(MAGIC_FRAGMENT_DIR)/msvc \
|
||||||
$(MAGIC_FRAGMENT_DIR)/mup \
|
$(MAGIC_FRAGMENT_DIR)/mup \
|
||||||
$(MAGIC_FRAGMENT_DIR)/natinst \
|
$(MAGIC_FRAGMENT_DIR)/natinst \
|
||||||
@@ -158,6 +156,8 @@ $(MAGIC_FRAGMENT_DIR)/pyramid \
|
@@ -163,6 +161,8 @@ $(MAGIC_FRAGMENT_DIR)/pyramid \
|
||||||
$(MAGIC_FRAGMENT_DIR)/python \
|
$(MAGIC_FRAGMENT_DIR)/python \
|
||||||
$(MAGIC_FRAGMENT_DIR)/revision \
|
$(MAGIC_FRAGMENT_DIR)/revision \
|
||||||
$(MAGIC_FRAGMENT_DIR)/riff \
|
$(MAGIC_FRAGMENT_DIR)/riff \
|
||||||
@ -79,8 +80,8 @@
|
|||||||
+$(MAGIC_FRAGMENT_DIR)/macintosh \
|
+$(MAGIC_FRAGMENT_DIR)/macintosh \
|
||||||
$(MAGIC_FRAGMENT_DIR)/rpm \
|
$(MAGIC_FRAGMENT_DIR)/rpm \
|
||||||
$(MAGIC_FRAGMENT_DIR)/rtf \
|
$(MAGIC_FRAGMENT_DIR)/rtf \
|
||||||
$(MAGIC_FRAGMENT_DIR)/sc \
|
$(MAGIC_FRAGMENT_DIR)/ruby \
|
||||||
@@ -210,8 +210,20 @@ $(MAGIC_FRAGMENT_DIR)/xwindows \
|
@@ -220,8 +220,20 @@ $(MAGIC_FRAGMENT_DIR)/xwindows \
|
||||||
$(MAGIC_FRAGMENT_DIR)/zilog \
|
$(MAGIC_FRAGMENT_DIR)/zilog \
|
||||||
$(MAGIC_FRAGMENT_DIR)/zyxel
|
$(MAGIC_FRAGMENT_DIR)/zyxel
|
||||||
|
|
||||||
@ -102,29 +103,18 @@
|
|||||||
|
|
||||||
# FIXME: Build file natively as well so that it can be used to compile
|
# FIXME: Build file natively as well so that it can be used to compile
|
||||||
# the target's magic file
|
# the target's magic file
|
||||||
@@ -221,6 +233,5 @@ else
|
@@ -233,6 +245,5 @@ FILE_COMPILE = $(top_builddir)/src/file
|
||||||
FILE_COMPILE = $(top_builddir)/src/file
|
FILE_COMPILE_DEP = $(FILE_COMPILE)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
-${MAGIC}: $(EXTRA_DIST) $(FILE_COMPILE)
|
-${MAGIC}: $(EXTRA_DIST) $(FILE_COMPILE_DEP)
|
||||||
- $(FILE_COMPILE) -C -m $(MAGIC_FRAGMENT_DIR)
|
- $(FILE_COMPILE) -C -m $(MAGIC_FRAGMENT_DIR)
|
||||||
- @mv $(MAGIC_FRAGMENT_BASE).mgc $@
|
- @mv $(MAGIC_FRAGMENT_BASE).mgc $@
|
||||||
+${MAGIC}: $(EXTRA_DIST) $(FILE_COMPILE) $(RAW)
|
+${MAGIC}: $(EXTRA_DIST) $(FILE_COMPILE_DEP) $(RAW)
|
||||||
+ $(FILE_COMPILE) -C -m $(RAW)
|
+ $(FILE_COMPILE) -C -m $(RAW)
|
||||||
--- magic/Magdir/compress
|
|
||||||
+++ magic/Magdir/compress 2008-11-27 13:40:46.805632294 +0100
|
|
||||||
@@ -9,7 +9,7 @@
|
|
||||||
# because it tries to uncompress it to figure out what's inside.
|
|
||||||
|
|
||||||
# standard unix compress
|
|
||||||
-#0 string \037\235 compress'd data
|
|
||||||
+0 string \037\235 compress'd data
|
|
||||||
#!:mime application/x-compress
|
|
||||||
>2 byte&0x80 >0 block compressed
|
|
||||||
>2 byte&0x1f x %d bits
|
|
||||||
--- magic/Magdir/elf
|
--- magic/Magdir/elf
|
||||||
+++ magic/Magdir/elf 2006-11-22 15:57:15.000000000 +0100
|
+++ magic/Magdir/elf 2006-11-22 15:57:15.000000000 +0100
|
||||||
@@ -97,7 +97,7 @@
|
@@ -101,7 +101,7 @@
|
||||||
>>18 leshort 47 Renesas H8/300H,
|
>>18 leshort 47 Renesas H8/300H,
|
||||||
>>18 leshort 48 Renesas H8S,
|
>>18 leshort 48 Renesas H8S,
|
||||||
>>18 leshort 49 Renesas H8/500,
|
>>18 leshort 49 Renesas H8/500,
|
||||||
@ -133,7 +123,7 @@
|
|||||||
>>18 leshort 51 Stanford MIPS-X,
|
>>18 leshort 51 Stanford MIPS-X,
|
||||||
>>18 leshort 52 Motorola Coldfire,
|
>>18 leshort 52 Motorola Coldfire,
|
||||||
>>18 leshort 53 Motorola M68HC12,
|
>>18 leshort 53 Motorola M68HC12,
|
||||||
@@ -234,7 +234,7 @@
|
@@ -246,7 +246,7 @@
|
||||||
>>18 beshort 47 Renesas H8/300H,
|
>>18 beshort 47 Renesas H8/300H,
|
||||||
>>18 beshort 48 Renesas H8S,
|
>>18 beshort 48 Renesas H8S,
|
||||||
>>18 beshort 49 Renesas H8/500,
|
>>18 beshort 49 Renesas H8/500,
|
||||||
@ -143,15 +133,15 @@
|
|||||||
>>18 beshort 52 Motorola Coldfire,
|
>>18 beshort 52 Motorola Coldfire,
|
||||||
>>18 beshort 53 Motorola M68HC12,
|
>>18 beshort 53 Motorola M68HC12,
|
||||||
--- magic/Magdir/linux
|
--- magic/Magdir/linux
|
||||||
+++ magic/Magdir/linux 2006-03-27 13:29:19.000000000 +0200
|
+++ magic/Magdir/linux 2009-05-05 14:25:20.898401425 +0200
|
||||||
@@ -81,21 +81,43 @@
|
@@ -81,21 +81,43 @@
|
||||||
# and Nicolás Lichtmaier <nick@debian.org>
|
# and Nicolás Lichtmaier <nick@debian.org>
|
||||||
# All known start with: b8 c0 07 8e d8 b8 00 90 8e c0 b9 00 01 29 f6 29
|
# All known start with: b8 c0 07 8e d8 b8 00 90 8e c0 b9 00 01 29 f6 29
|
||||||
# Linux kernel boot images (i386 arch) (Wolfram Kleff)
|
# Linux kernel boot images (i386 arch) (Wolfram Kleff)
|
||||||
-514 string HdrS Linux kernel
|
-514 string HdrS Linux kernel
|
||||||
->510 leshort 0xAA55 x86 boot executable
|
->510 leshort 0xAA55 x86 boot executable
|
||||||
->>518 leshort >=0x200
|
->>518 leshort >0x1ff
|
||||||
->>529 byte 0 zImage,
|
->>>529 byte 0 zImage,
|
||||||
->>>529 byte 1 bzImage,
|
->>>529 byte 1 bzImage,
|
||||||
->>>(526.s+0x200) string >\0 version %s,
|
->>>(526.s+0x200) string >\0 version %s,
|
||||||
->>498 leshort 1 RO-rootFS,
|
->>498 leshort 1 RO-rootFS,
|
||||||
@ -227,8 +217,8 @@
|
|||||||
+# This must precede the heuristic for raw G3 data
|
+# This must precede the heuristic for raw G3 data
|
||||||
+4 string Standard\ Jet\ DB Microsoft Access Database
|
+4 string Standard\ Jet\ DB Microsoft Access Database
|
||||||
--- magic/Magdir/msdos
|
--- magic/Magdir/msdos
|
||||||
+++ magic/Magdir/msdos 2006-11-22 16:01:01.000000000 +0100
|
+++ magic/Magdir/msdos 2009-05-05 14:29:29.646404153 +0200
|
||||||
@@ -65,6 +65,7 @@
|
@@ -70,6 +70,7 @@
|
||||||
>>&0 leshort 0x290 PA-RISC
|
>>&0 leshort 0x290 PA-RISC
|
||||||
>>&18 leshort&0x0100 >0 32-bit
|
>>&18 leshort&0x0100 >0 32-bit
|
||||||
>>&18 leshort&0x1000 >0 system file
|
>>&18 leshort&0x1000 >0 system file
|
||||||
@ -236,17 +226,17 @@
|
|||||||
>>&0xf4 search/0x140 \x0\x40\x1\x0
|
>>&0xf4 search/0x140 \x0\x40\x1\x0
|
||||||
>>>(&0.l+(4)) string MSCF \b, WinHKI CAB self-extracting archive
|
>>>(&0.l+(4)) string MSCF \b, WinHKI CAB self-extracting archive
|
||||||
>30 string Copyright\ 1989-1990\ PKWARE\ Inc. Self-extracting PKZIP archive
|
>30 string Copyright\ 1989-1990\ PKWARE\ Inc. Self-extracting PKZIP archive
|
||||||
@@ -94,7 +95,7 @@
|
@@ -107,7 +108,7 @@
|
||||||
>>>>(0x3c.l+4) leshort 0x290 PA-RISC
|
>>>(0x3c.l+4) leshort 0x200 Intel Itanium
|
||||||
>>>>(0x3c.l+22) leshort&0x0100 >0 32-bit
|
>>>(0x3c.l+22) leshort&0x0100 >0 32-bit
|
||||||
>>>>(0x3c.l+22) leshort&0x1000 >0 system file
|
>>>(0x3c.l+22) leshort&0x1000 >0 system file
|
||||||
->>>>(0x3c.l+232) lelong >0 Mono/.Net assembly
|
->>>(0x3c.l+232) lelong >0 Mono/.Net assembly
|
||||||
+>>>>(0x3c.l+232) lelong >0 \b, Mono/.Net assembly
|
+>>>(0x3c.l+232) lelong >0 \b, Mono/.Net assembly
|
||||||
|
|
||||||
>>>>(0x3c.l+0xf8) string UPX0 \b, UPX compressed
|
>>>>(0x3c.l+0xf8) string UPX0 \b, UPX compressed
|
||||||
>>>>(0x3c.l+0xf8) search/0x140 PEC2 \b, PECompact2 compressed
|
>>>>(0x3c.l+0xf8) search/0x140 PEC2 \b, PECompact2 compressed
|
||||||
@@ -503,6 +504,13 @@
|
@@ -520,6 +521,13 @@
|
||||||
# Acroread or something files wrongly identified as G3 .pfm
|
# Acroread or something files wrongly identified as G3 .pfm
|
||||||
# these have the form \000 \001 any? \002 \000 \000
|
# these have the form \000 \001 any? \002 \000 \000
|
||||||
# or \000 \001 any? \022 \000 \000
|
# or \000 \001 any? \022 \000 \000
|
||||||
+0 belong&0xffff00ff 0x00010012 PFM data
|
+0 belong&0xffff00ff 0x00010012 PFM data
|
||||||
@ -256,17 +246,17 @@
|
|||||||
+0 belong&0xffff00ff 0x00010002 PFM data
|
+0 belong&0xffff00ff 0x00010002 PFM data
|
||||||
+>4 string \000\000
|
+>4 string \000\000
|
||||||
+>6 string >\060 - %s
|
+>6 string >\060 - %s
|
||||||
#0 string \000\001 pfm?
|
#0 string \000\001 pfm?
|
||||||
#>3 string \022\000\000Copyright\ yes
|
#>3 string \022\000\000Copyright\ yes
|
||||||
#>3 string \002\000\000Copyright\ yes
|
#>3 string \002\000\000Copyright\ yes
|
||||||
--- src/Makefile.am
|
--- src/Makefile.am
|
||||||
+++ src/Makefile.am 2008-04-14 17:14:56.330076493 +0200
|
+++ src/Makefile.am 2008-04-14 17:14:56.000000000 +0200
|
||||||
@@ -1,4 +1,4 @@
|
@@ -1,4 +1,4 @@
|
||||||
-MAGIC = $(pkgdatadir)/magic
|
-MAGIC = $(pkgdatadir)/magic
|
||||||
+MAGIC = $(sysconfdir)/magic:$(pkgdatadir)/magic
|
+MAGIC = $(sysconfdir)/magic:$(pkgdatadir)/magic
|
||||||
lib_LTLIBRARIES = libmagic.la
|
lib_LTLIBRARIES = libmagic.la
|
||||||
include_HEADERS = magic.h
|
include_HEADERS = magic.h
|
||||||
EXTRA_DIST = getopt_long.c
|
|
||||||
--- src/dcore.c
|
--- src/dcore.c
|
||||||
+++ src/dcore.c 2006-03-27 13:29:19.000000000 +0200
|
+++ src/dcore.c 2006-03-27 13:29:19.000000000 +0200
|
||||||
@@ -0,0 +1,207 @@
|
@@ -0,0 +1,207 @@
|
3
file-5.02.tar.bz2
Normal file
3
file-5.02.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4f9893e8ee21ed2085bfafd02e1e1e3631d184848eff5d1936c2345b4eef8bb5
|
||||||
|
size 471203
|
19
file.changes
19
file.changes
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 6 14:37:51 CEST 2009 - werner@suse.de
|
||||||
|
|
||||||
|
- Update to filx version 5.02
|
||||||
|
* Read ~/.magic in addition to the default magic file not instead
|
||||||
|
of, as documented in the man page.
|
||||||
|
* filesystem and msdos patches (Joerg Jenderek)
|
||||||
|
* Added CDF parsing
|
||||||
|
* Add text/x-lua MIME type for Lua scripts.
|
||||||
|
* >= <= is not supported, so fix the magic and warn about it.
|
||||||
|
reported by: Thien-Thi Nguyen <ttn@gnuvola.org>
|
||||||
|
* use memchr instead of strchr because the string
|
||||||
|
might not be NUL terminated (Scott MacVicar)
|
||||||
|
* Fix --mime, --mime-type and --mime-encoding under new scheme.
|
||||||
|
* add loop limits to avoid DoS attacks by constructing
|
||||||
|
looping sector references.
|
||||||
|
* Allow escaping of relation characters, so that we can say \^[A-Z]
|
||||||
|
and the ^ is not eaten as a relation char.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 26 21:17:45 CET 2009 - crrodriguez@suse.de
|
Mon Jan 26 21:17:45 CET 2009 - crrodriguez@suse.de
|
||||||
|
|
||||||
|
36
file.spec
36
file.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package file (Version 4.24)
|
# spec file for package file (Version 5.02)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -30,13 +30,13 @@ Obsoletes: file-64bit
|
|||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
# Set Version also in python-magic.spec
|
# Set Version also in python-magic.spec
|
||||||
Version: 4.24
|
Version: 5.02
|
||||||
Release: 44
|
Release: 1
|
||||||
Summary: A Tool to Determine File Types
|
Summary: A Tool to Determine File Types
|
||||||
Source: ftp://ftp.astron.com/pub/file/file-%{version}.tar.bz2
|
Source: ftp://ftp.astron.com/pub/file/file-%{version}.tar.bz2
|
||||||
Patch: file-%{version}.dif
|
Patch: file-%{version}.dif
|
||||||
Patch1: file-4.24-misc.dif
|
Patch1: file-5.02-misc.dif
|
||||||
Patch3: file-4.24-exec.dif
|
Patch3: file-5.02-exec.dif
|
||||||
Patch4: file-4.24-autoconf.dif
|
Patch4: file-4.24-autoconf.dif
|
||||||
Patch5: file-4.03-tex.dif
|
Patch5: file-4.03-tex.dif
|
||||||
Patch7: file-4.20-ssd.dif
|
Patch7: file-4.20-ssd.dif
|
||||||
@ -44,7 +44,7 @@ Patch8: file-4.20-xen.dif
|
|||||||
Patch9: file-4.24-elf.dif
|
Patch9: file-4.24-elf.dif
|
||||||
Patch10: file-4.18-printf.dif
|
Patch10: file-4.18-printf.dif
|
||||||
Patch11: file-4.24-reg_dos.dif
|
Patch11: file-4.24-reg_dos.dif
|
||||||
Patch12: file-4.21-option.dif
|
Patch12: file-5.02-option.dif
|
||||||
Patch13: file-4.21-scribus.dif
|
Patch13: file-4.21-scribus.dif
|
||||||
Patch14: file-4.24-awk.dif
|
Patch14: file-4.24-awk.dif
|
||||||
Patch15: file-4.21-xcursor.dif
|
Patch15: file-4.21-xcursor.dif
|
||||||
@ -52,9 +52,8 @@ Patch16: file-4.21-reiserfs.dif
|
|||||||
Patch20: file-4.24-mips.dif
|
Patch20: file-4.24-mips.dif
|
||||||
Patch21: file-4.16-python.dif
|
Patch21: file-4.16-python.dif
|
||||||
Patch22: file-4.24-cromfs.dif
|
Patch22: file-4.24-cromfs.dif
|
||||||
Patch23: file-4.24-extfs-mp3.dif
|
|
||||||
Patch24: file-4.24-warn.dif
|
Patch24: file-4.24-warn.dif
|
||||||
Patch25: file-4.24-javacheck.dif
|
Patch25: file-5.02-javacheck.dif
|
||||||
Patch26: file-4.24-solv.dif
|
Patch26: file-4.24-solv.dif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%global _sysconfdir /etc
|
%global _sysconfdir /etc
|
||||||
@ -115,7 +114,6 @@ Authors:
|
|||||||
%patch21 -p0 -b .python
|
%patch21 -p0 -b .python
|
||||||
%endif
|
%endif
|
||||||
%patch22 -p0 -b .cromfs
|
%patch22 -p0 -b .cromfs
|
||||||
%patch23 -p0 -b .extfs-mp3
|
|
||||||
%patch24 -p0 -b .warn
|
%patch24 -p0 -b .warn
|
||||||
%patch25 -p0 -b .javacheck
|
%patch25 -p0 -b .javacheck
|
||||||
%patch26 -p0 -b .solv
|
%patch26 -p0 -b .solv
|
||||||
@ -175,6 +173,22 @@ unset LD_LIBRARY_PATH
|
|||||||
%attr(644,root,root) %{_mandir}/man3/libmagic.3.gz
|
%attr(644,root,root) %{_mandir}/man3/libmagic.3.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 06 2009 werner@suse.de
|
||||||
|
- Update to filx version 5.02
|
||||||
|
* Read ~/.magic in addition to the default magic file not instead
|
||||||
|
of, as documented in the man page.
|
||||||
|
* filesystem and msdos patches (Joerg Jenderek)
|
||||||
|
* Added CDF parsing
|
||||||
|
* Add text/x-lua MIME type for Lua scripts.
|
||||||
|
* >= <= is not supported, so fix the magic and warn about it.
|
||||||
|
reported by: Thien-Thi Nguyen <ttn@gnuvola.org>
|
||||||
|
* use memchr instead of strchr because the string
|
||||||
|
might not be NUL terminated (Scott MacVicar)
|
||||||
|
* Fix --mime, --mime-type and --mime-encoding under new scheme.
|
||||||
|
* add loop limits to avoid DoS attacks by constructing
|
||||||
|
looping sector references.
|
||||||
|
* Allow escaping of relation characters, so that we can say \^[A-Z]
|
||||||
|
and the ^ is not eaten as a relation char.
|
||||||
* Mon Jan 26 2009 crrodriguez@suse.de
|
* Mon Jan 26 2009 crrodriguez@suse.de
|
||||||
- remove "la" files and static libraries
|
- remove "la" files and static libraries
|
||||||
* Wed Dec 10 2008 olh@suse.de
|
* Wed Dec 10 2008 olh@suse.de
|
||||||
@ -261,7 +275,7 @@ unset LD_LIBRARY_PATH
|
|||||||
- Add zlib-devel BuildRequires
|
- Add zlib-devel BuildRequires
|
||||||
* Wed Mar 21 2007 werner@suse.de
|
* Wed Mar 21 2007 werner@suse.de
|
||||||
- Update to file 4.20 due security reason CVE-2007-1536 (#256290)
|
- Update to file 4.20 due security reason CVE-2007-1536 (#256290)
|
||||||
* Tue Mar 06 2007 rguenther@suse.de
|
* Wed Mar 07 2007 rguenther@suse.de
|
||||||
- Fix order of changelog entries
|
- Fix order of changelog entries
|
||||||
* Thu Nov 23 2006 werner@suse.de
|
* Thu Nov 23 2006 werner@suse.de
|
||||||
- Initialize variable in elf patch
|
- Initialize variable in elf patch
|
||||||
@ -419,7 +433,7 @@ unset LD_LIBRARY_PATH
|
|||||||
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
||||||
* Tue Aug 24 1999 uli@suse.de
|
* Tue Aug 24 1999 uli@suse.de
|
||||||
- added -fsigned-char to CFLAGS (PPC)
|
- added -fsigned-char to CFLAGS (PPC)
|
||||||
* Wed Nov 04 1998 ro@suse.de
|
* Thu Nov 05 1998 ro@suse.de
|
||||||
- disabled dcore (won't build with glibc-2.0)
|
- disabled dcore (won't build with glibc-2.0)
|
||||||
* Thu Oct 01 1998 ro@suse.de
|
* Thu Oct 01 1998 ro@suse.de
|
||||||
- update to 3.26
|
- update to 3.26
|
||||||
|
@ -23,11 +23,11 @@ Name: python-magic
|
|||||||
BuildRequires: findutils zlib-devel
|
BuildRequires: findutils zlib-devel
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
Url: http://www.darwinsys.com/file/
|
Url: http://www.darwinsys.com/file/
|
||||||
License: Other uncritical OpenSource License
|
License: BSD 3 Clause, BSD 4 Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 4.24
|
Version: 4.24
|
||||||
Release: 52
|
Release: 53
|
||||||
Summary: Python module to use libmagic
|
Summary: Python module to use libmagic
|
||||||
%py_requires
|
%py_requires
|
||||||
Source99: file.spec
|
Source99: file.spec
|
||||||
|
Loading…
Reference in New Issue
Block a user