From a814fc3bf3cb08e33411f09247ae9f38bb851f9b Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Sat, 10 Oct 2015 15:36:32 +0000 Subject: [PATCH] PR/482, PR/483, Ville Skytta remove duplicate xar magic and add mime to it --- magic/Magdir/archive | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/magic/Magdir/archive b/magic/Magdir/archive index 2c2ae0ee..63171b47 100644 --- a/magic/Magdir/archive +++ b/magic/Magdir/archive @@ -1,5 +1,5 @@ #------------------------------------------------------------------------------ -# $File: archive,v 1.94 2015/09/30 18:32:46 christos Exp $ +# $File: archive,v 1.95 2015/09/30 18:33:35 christos Exp $ # archive: file(1) magic for archive formats (see also "msdos" for self- # extracting compressed archives) # @@ -918,19 +918,16 @@ # From "Nelson A. de Oliveira" 0 string MPQ\032 MoPaQ (MPQ) archive -# From: Dirk Jagdmann -# xar archive format: http://code.google.com/p/xar/ -0 string xar! xar archive ->6 beshort x - version %d - # From: "Nelson A. de Oliveira" # .kgb 0 string KGB_arch KGB Archiver file >10 string x with compression level %.1s # xar (eXtensible ARchiver) archive +# xar archive format: http://code.google.com/p/xar/ # From: "David Remahl" 0 string xar! xar archive +!:mime application/x-xar #>4 beshort x header size %d >6 beshort x version %d, #>8 quad x compressed TOC: %d, -- 2.40.0