diff options
author | 2007-07-11 05:51:07 +0000 | |
---|---|---|
committer | 2007-07-11 05:51:07 +0000 | |
commit | 38d165f525b63b9b2307a24edd04e3884678b562 (patch) | |
tree | 8f01c621c65bb9fb953cc86972549bbf46727060 /sys-apps/file/files | |
parent | whitespace (diff) | |
download | historical-38d165f525b63b9b2307a24edd04e3884678b562.tar.gz historical-38d165f525b63b9b2307a24edd04e3884678b562.tar.bz2 historical-38d165f525b63b9b2307a24edd04e3884678b562.zip |
Punt resource hogging regex #174217.
Package-Manager: portage-2.1.3_rc7
Diffstat (limited to 'sys-apps/file/files')
-rw-r--r-- | sys-apps/file/files/digest-file-4.21-r1 | 3 | ||||
-rw-r--r-- | sys-apps/file/files/file-4.21-disable-regex.patch | 18 |
2 files changed, 21 insertions, 0 deletions
diff --git a/sys-apps/file/files/digest-file-4.21-r1 b/sys-apps/file/files/digest-file-4.21-r1 new file mode 100644 index 000000000000..b206200b67af --- /dev/null +++ b/sys-apps/file/files/digest-file-4.21-r1 @@ -0,0 +1,3 @@ +MD5 9e3503116f4269a1be70220ee2234b0e file-4.21.tar.gz 549938 +RMD160 c8cfee27ba7a033bae355e458921eac39913b1e0 file-4.21.tar.gz 549938 +SHA256 6f5644d56cc603138533158076a6cb41cd33c33d27e5310cb76cb6576151ca67 file-4.21.tar.gz 549938 diff --git a/sys-apps/file/files/file-4.21-disable-regex.patch b/sys-apps/file/files/file-4.21-disable-regex.patch new file mode 100644 index 000000000000..cc7af288f65d --- /dev/null +++ b/sys-apps/file/files/file-4.21-disable-regex.patch @@ -0,0 +1,18 @@ +The new regex was added but the old one left in. Make sure to punt the old +one for resource issues on glibc. + +http://bugs.gentoo.org/174217 + +--- file-4.21/magic/Magdir/msdos ++++ file-4.21/magic/Magdir/msdos +@@ -17,10 +17,6 @@ + 100 regex/c =^[\ \t]{0,10}call[\ \t]{1,10}rxfunc OS/2 REXX batch file text + 100 regex/c =^[\ \t]{0,10}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 + 0 leshort 0x166 MS Windows COFF MIPS R4000 object file |