From: Vsevolod Stakhov Date: Wed, 11 Sep 2019 13:00:43 +0000 (+0100) Subject: [Minor] Add lz4 support X-Git-Tag: 2.0~221 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=941bde42665f81e65f63fa8a35e9774571cea32a;p=thirdparty%2Frspamd.git [Minor] Add lz4 support --- diff --git a/lualib/lua_magic/patterns.lua b/lualib/lua_magic/patterns.lua index f0759de5d4..1b0f895773 100644 --- a/lualib/lua_magic/patterns.lua +++ b/lualib/lua_magic/patterns.lua @@ -190,17 +190,17 @@ local patterns = { lz4 = { matches = { { - hex = "184d2204", + hex = "04224d18", relative_position = 0, weight = 60, }, { - hex = "184c2103", + hex = "03214c18", relative_position = 0, weight = 60, }, { - hex = "184c2102", + hex = "02214c18", relative_position = 0, weight = 60, },