libdaq: upgrade 3.0.19 -> 3.0.20

Changelog:
=============
- decode: add check for ipv4 fragmentation for decode_ip
- example: added IP configs for other systems

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2025-07-07 17:06:29 +08:00 committed by Khem Raj
parent be2ceaad0d
commit dd8508039b
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -9,10 +9,10 @@ DEPENDS = "libdnet libpcap"
inherit autotools pkgconfig
SRC_URI = "git://github.com/snort3/libdaq.git;protocol=https;branch=master \
SRC_URI = "git://github.com/snort3/libdaq.git;protocol=https;branch=master;tag=v${PV} \
file://0001-example-Use-lm-for-the-fst-module.patch"
SRCREV = "434f205cbd45de0961cc42e541b5bf54569e912a"
SRCREV = "ec9741c22f74b6ed8955b5f1fb4113775d4df0d4"
FILES:${PN} += "${libdir}/daq/*.so"