]> git.pld-linux.org Git - packages/file.git/commitdiff
- disable problematic regexps
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 30 Apr 2007 19:27:22 +0000 (19:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    file-DoS.patch -> 1.2

file-DoS.patch

index d358214cc7545d373ce996b5125fec064619f20a..61ff5501c26e936e4286dfc09594af48e5a7d2ba 100644 (file)
@@ -1,13 +1,16 @@
---- file-4.20/magic/Magdir/msdos.orig  2007-04-20 08:12:44.000000000 +0000
-+++ file-4.20/magic/Magdir/msdos       2007-04-20 08:16:55.000000000 +0000
-@@ -13,8 +13,8 @@
+http://mx.gw.com/pipermail/file/2007/000172.html
+http://bugs.gentoo.org/173368
+
+--- magic/Magdir/msdos
++++ magic/Magdir/msdos
+@@ -14,8 +14,8 @@
  
  # OS/2 batch files are REXX. the second regex is a bit generic, oh well
  # the matched commands seem to be common in REXX and uncommon elsewhere
 -100 regex/c =^\\s*call\\s+rxfuncadd.*sysloadfu OS/2 REXX batch file text
 -100 regex/c =^\\s*say\ ['"] OS/2 REXX batch file text
-+100 regex/c =^[\ \t]{0,999}call[\ \t]{1,999}rxfu OS/2 REXX batch file text
-+100 regex/c =^[[:space:]]{0,999}say\ ['"] OS/2 REXX batch file text
++# 100 regex/c =^\\s*call\\s+rxfuncadd.*sysloadfu OS/2 REXX batch file text
++# 100 regex/c =^\\s*say\ ['"] OS/2 REXX batch file text
  
  0     leshort         0x14c   MS Windows COFF Intel 80386 object file
  #>4   ledate          x       stamp %s
This page took 0.077665 seconds and 4 git commands to generate.