From 429af9b65cee7781d2df8a06bdc3aa359b325de9 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Mon, 18 Feb 2008 14:17:20 +0000 Subject: [PATCH] Comment out LZMA detection, as according to discussion on Debian bug #364260 it's not possible to make it reliable. Apparently there's a newer version of the archive format that can be detected, but it doesn't seem to be deployed yet; I have asked for more details. --- magic/Magdir/compress | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/magic/Magdir/compress b/magic/Magdir/compress index fd5fa8ba..c4c1b0e8 100644 --- a/magic/Magdir/compress +++ b/magic/Magdir/compress @@ -185,7 +185,9 @@ # Type: LZMA # URL: http://www.7-zip.org/sdk.html # From: Robert Millan and Reuben Thomas -0 string ]\000\000\200\000 LZMA compressed data +# Commented out because apparently not reliable (according to Debian +# bug #364260) +#0 string ]\000\000\200\000 LZMA compressed data # AFX compressed files (Wolfram Kleff) 2 string -afx- AFX compressed file data -- 2.40.0