]> git.pld-linux.org Git - packages/file.git/commitdiff
- updated for 4.25
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 19 Jul 2008 20:42:02 +0000 (20:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    file-msdos.patch -> 1.5

file-msdos.patch

index ca3a2a01150a922ee7059cc7939ef2d37d7d303e..20f6296af87b52ec2ed407d8901f14f914bceff1 100644 (file)
@@ -1,36 +1,40 @@
---- file-4.19/magic/Magdir/msdos       2006-12-20 19:48:05.070673271 +0100
-+++ file-4.24/magic/Magdir/msdos       2008-04-23 23:49:15.706057277 +0300
-@@ -5,11 +5,10 @@
+--- file-4.25/magic/Magdir/msdos.orig  2008-07-19 21:53:45.598043088 +0200
++++ file-4.25/magic/Magdir/msdos       2008-07-19 22:14:11.858041412 +0200
+@@ -5,14 +5,13 @@
  
  # .BAT files (Daniel Quinlan, quinlan@yggdrasil.com)
  # updated by Joerg Jenderek
 -0     string  @                       
 ->1    string/cB       \ echo\ off     MS-DOS batch file text
-->1    string/cB       echo\ off       MS-DOS batch file text
-->1    string/cB       rem\            MS-DOS batch file text
-->1    string/cB       set\            MS-DOS batch file text
 +0     string/cB       @\ echo\ off    MS-DOS batch file text
+ !:mime        text/x-msdos-batch
+->1    string/cB       echo\ off       MS-DOS batch file text
 +0     string/cB       @echo\ off      MS-DOS batch file text
+ !:mime        text/x-msdos-batch
+->1    string/cB       rem\            MS-DOS batch file text
 +0     string/cB       @rem\           MS-DOS batch file text
+ !:mime        text/x-msdos-batch
+->1    string/cB       set\            MS-DOS batch file text
 +0     string/cB       @set\           MS-DOS batch file text
+ !:mime        text/x-msdos-batch
  
  
- # OS/2 batch files are REXX. the second regex is a bit generic, oh well
-@@ -304,11 +303,11 @@
- #>0x20e       string          SFX\ by\ LARC   \b, LARC self-extracting archive
+@@ -322,11 +321,12 @@
+ #>0x20e string                SFX\ by\ LARC   \b, LARC self-extracting archive
  #0    byte            0xb8            COM executable
  # modified by Joerg Jenderek
-->1    lelong          !0x21cd4cff     for DOS
-+#>1   lelong          !0x21cd4cff     for DOS
+->1    lelong          !0x21cd4cff     for DOS
++#>1   lelong          !0x21cd4cff     for DOS
  # http://syslinux.zytor.com/comboot.php
  # (32-bit COMBOOT) programs *.C32 contain 32-bit code and run in flat-memory 32-bit protected mode
  # start with assembler instructions mov eax,21cd4cffh
-->1    lelong          0x21cd4cff      (32-bit COMBOOT)
-+#>1   lelong          0x21cd4cff      (32-bit COMBOOT)
+->1    lelong          0x21cd4cff      (32-bit COMBOOT)
++#>1   lelong          0x21cd4cff      (32-bit COMBOOT)
++0     string  \xb8\xff\x4c\xcd\x21    COM executable (32-bit COMBOOT)
  0     string  \x81\xfc                
  >4    string  \x77\x02\xcd\x20\xb9    
- >>36  string  UPX!                    FREE-DOS executable (COM), UPX compressed
-@@ -316,27 +315,27 @@
+ >>36  string  UPX!                    FREE-DOS executable (COM), UPX compressed
+@@ -334,27 +334,27 @@
  # GRR search is not working
  #2    search/28       \xcd\x21        COM executable for MS-DOS
  #WHICHFAT.cOM
This page took 0.101682 seconds and 4 git commands to generate.