diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-02-10 17:00:37 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-02-10 08:45:36 -0800 |
commit | 7d5d9acb2ab88fda0327b3fd6b4baf455310320c (patch) | |
tree | d978e8e513ac27f9dd4f08418621087796f2e1be | |
parent | f1eb45425a3fb976dcede29d369abe19c105a53b (diff) | |
download | meta-openembedded-7d5d9acb2ab88fda0327b3fd6b4baf455310320c.tar.gz |
libdaq: upgrade 3.0.17 -> 3.0.18
Changelog:
api: added a new dioctl for snort latency data
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-networking/recipes-connectivity/daq/libdaq_3.0.18.bb (renamed from meta-networking/recipes-connectivity/daq/libdaq_3.0.17.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/daq/libdaq_3.0.17.bb b/meta-networking/recipes-connectivity/daq/libdaq_3.0.18.bb index 5ca91ced40..3823098f83 100644 --- a/meta-networking/recipes-connectivity/daq/libdaq_3.0.17.bb +++ b/meta-networking/recipes-connectivity/daq/libdaq_3.0.18.bb | |||
@@ -12,7 +12,7 @@ inherit autotools pkgconfig | |||
12 | SRC_URI = "git://github.com/snort3/libdaq.git;protocol=https;branch=master \ | 12 | SRC_URI = "git://github.com/snort3/libdaq.git;protocol=https;branch=master \ |
13 | file://0001-example-Use-lm-for-the-fst-module.patch" | 13 | file://0001-example-Use-lm-for-the-fst-module.patch" |
14 | 14 | ||
15 | SRCREV = "4807f58587dee68f402f736b116c2b82a17459f0" | 15 | SRCREV = "fc6f7d729b5ab65081abd3811dcd79a91c463b37" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||