Blame SOURCES/file-5.11-gzip-strength.patch

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