89be67
From af069cb735df84c45b9ab06a789eb9fd89bee38d Mon Sep 17 00:00:00 2001
89be67
From: Christos Zoulas <christos@zoulas.com>
89be67
Date: Wed, 11 Dec 2013 17:55:00 +0000
89be67
Subject: [PATCH] Bump the strength of gzip and reorder printing of attributes
89be67
 (Thomas Ledoux)
89be67
89be67
Upstream-commit: 5c945517d8b4e4c7db9f132f04fa4814dc957a83
89be67
89be67
Rordering of attributes dropped from this patch to stay compatible.
89be67
89be67
Signed-off-by: Kamil Dudka <kdudka@redhat.com>
89be67
---
89be67
 magic/Magdir/compress | 1 +
89be67
 1 file changed, 1 insertion(+)
89be67
89be67
diff --git a/magic/Magdir/compress b/magic/Magdir/compress
89be67
index 94c209d..5dc4dcf 100644
89be67
--- a/magic/Magdir/compress
89be67
+++ b/magic/Magdir/compress
89be67
@@ -22,6 +22,7 @@
89be67
 #         other than 8 ("deflate", the only method defined in RFC 1952).
89be67
 0       string          \037\213        gzip compressed data
89be67
 !:mime	application/x-gzip
89be67
+!:strength * 2
89be67
 >2	byte		<8		\b, reserved method
89be67
 >2	byte		>8		\b, unknown method
89be67
 >3	byte		&0x01		\b, ASCII
89be67
-- 
89be67
2.13.5
89be67