snort3: compile with lzma support
authorJohn Audia <therealgraysky@proton.me>
Sun, 17 Dec 2023 10:36:47 +0000 (05:36 -0500)
committerRosen Penev <rosenp@gmail.com>
Tue, 2 Jan 2024 23:29:11 +0000 (15:29 -0800)
commit224a3816d876a302cf299cc369e847ff4a32f458
tree0cff01045aebaa81dd19209c111cc2c08ddb50c9
parent7735cdfe6046a4f8690c8cf7e4a05a8cff5622dd
snort3: compile with lzma support

This PR adds the ability of snort to process rules that target
swf and pdf files requiring lzma decompression to look for
malicious payloads therein.  This change only increases the size
of the snort3 executable by a fraction of a KB and the added
dependency of liblzma (based on currently offered 5.4.4-1) is
only a 169 KB shared object.  Based on CPU requirements of snort,
x86 users likely represent the majority user-base and space their
rootfs is not an issue as it may be for lower-powered SoCs.

Size of snort3-3.1.76.0-2: 7354403 bytes
Size of snort3-3.1.76.0-3: 7354435 bytes

Build system: x86/64
Build-tested: x86/64/AMD Cezanne
Run-tested: x86/64/AMD Cezanne

Signed-off-by: John Audia <therealgraysky@proton.me>
net/snort3/Makefile