From ed12fbab353ae5547940d2d0fb19500ea6415c67 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Tue, 24 Apr 2018 23:14:53 +0000 Subject: [PATCH] reduce tar strength for mp3 to win. --- magic/Magdir/archive | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/magic/Magdir/archive b/magic/Magdir/archive index 12fcfe98..805a0785 100644 --- a/magic/Magdir/archive +++ b/magic/Magdir/archive @@ -1,5 +1,5 @@ #------------------------------------------------------------------------------ -# $File: archive,v 1.117 2018/03/17 02:11:04 christos Exp $ +# $File: archive,v 1.118 2018/04/24 23:14:53 christos Exp $ # archive: file(1) magic for archive formats (see also "msdos" for self- # extracting compressed archives) # @@ -11,6 +11,7 @@ # Reference: https://www.freebsd.org/cgi/man.cgi?query=tar&sektion=5&manpath=FreeBSD+8-current # header mainly padded with nul bytes 500 quad 0 +!:strength /2 # filename or extended attribute printable strings in range space null til umlaut ue >0 ubeshort >0x1F00 >>0 ubeshort <0xFCFD -- 2.40.0