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

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