|
|
54376c |
From b3842fb61c829b0b62e7b8a058b8a86cd83aa0e7 Mon Sep 17 00:00:00 2001
|
|
|
54376c |
From: Christos Zoulas <christos@zoulas.com>
|
|
|
54376c |
Date: Tue, 22 Jan 2019 16:17:25 +0000
|
|
|
54376c |
Subject: [PATCH] Make netpbm beat DOS/MBR magic again (Kamil Dudka)
|
|
|
54376c |
|
|
|
54376c |
Upstream-commit: d2f82e2601e551badc03c4ac7a463d8e18f53e32
|
|
|
54376c |
Signed-off-by: Kamil Dudka <kdudka@redhat.com>
|
|
|
54376c |
---
|
|
|
54376c |
magic/Magdir/images | 12 ++++++------
|
|
|
54376c |
1 file changed, 6 insertions(+), 6 deletions(-)
|
|
|
54376c |
|
|
|
54376c |
diff --git a/magic/Magdir/images b/magic/Magdir/images
|
|
|
54376c |
index fd20261..afe906c 100644
|
|
|
54376c |
--- a/magic/Magdir/images
|
|
|
54376c |
+++ b/magic/Magdir/images
|
|
|
54376c |
@@ -175,42 +175,42 @@
|
|
|
54376c |
>0 regex/4 P1[\040\t\f\r\n]
|
|
|
54376c |
>>0 use netpbm
|
|
|
54376c |
>>>0 string x \b, bitmap
|
|
|
54376c |
-!:strength + 45
|
|
|
54376c |
+!:strength + 65
|
|
|
54376c |
!:mime image/x-portable-bitmap
|
|
|
54376c |
|
|
|
54376c |
0 search/1 P2
|
|
|
54376c |
>0 regex/4 P2[\040\t\f\r\n]
|
|
|
54376c |
>>0 use netpbm
|
|
|
54376c |
>>>0 string x \b, greymap
|
|
|
54376c |
-!:strength + 45
|
|
|
54376c |
+!:strength + 65
|
|
|
54376c |
!:mime image/x-portable-greymap
|
|
|
54376c |
|
|
|
54376c |
0 search/1 P3
|
|
|
54376c |
>0 regex/4 P3[\040\t\f\r\n]
|
|
|
54376c |
>>0 use netpbm
|
|
|
54376c |
>>>0 string x \b, pixmap
|
|
|
54376c |
-!:strength + 45
|
|
|
54376c |
+!:strength + 65
|
|
|
54376c |
!:mime image/x-portable-pixmap
|
|
|
54376c |
|
|
|
54376c |
0 string P4
|
|
|
54376c |
>0 regex/4 P4[\040\t\f\r\n]
|
|
|
54376c |
>>0 use netpbm
|
|
|
54376c |
>>>0 string x \b, rawbits, bitmap
|
|
|
54376c |
-!:strength + 45
|
|
|
54376c |
+!:strength + 65
|
|
|
54376c |
!:mime image/x-portable-bitmap
|
|
|
54376c |
|
|
|
54376c |
0 string P5
|
|
|
54376c |
>0 regex/4 P5[\040\t\f\r\n]
|
|
|
54376c |
>>0 use netpbm
|
|
|
54376c |
>>>0 string x \b, rawbits, greymap
|
|
|
54376c |
-!:strength + 45
|
|
|
54376c |
+!:strength + 65
|
|
|
54376c |
!:mime image/x-portable-greymap
|
|
|
54376c |
|
|
|
54376c |
0 string P6
|
|
|
54376c |
>0 regex/4 P6[\040\t\f\r\n]
|
|
|
54376c |
>>0 use netpbm
|
|
|
54376c |
>>>0 string x \b, rawbits, pixmap
|
|
|
54376c |
-!:strength + 45
|
|
|
54376c |
+!:strength + 65
|
|
|
54376c |
!:mime image/x-portable-pixmap
|
|
|
54376c |
|
|
|
54376c |
0 string P7 Netpbm PAM image file
|
|
|
54376c |
--
|
|
|
54376c |
2.20.1
|
|
|
54376c |
|