summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2024-08-29 15:10:54 +0800
committerKhem Raj <raj.khem@gmail.com>2024-08-29 07:27:26 -0700
commit4506ce1031898d92e1856041e2d1a678acb6f6cb (patch)
treeaccb378d1adade5a83ca50f38aa195cdd09be596 /meta-networking
parentdac3c9f062d5d5cdbd0e0c69e2bfa99e0d13332b (diff)
downloadmeta-openembedded-4506ce1031898d92e1856041e2d1a678acb6f6cb.tar.gz
snort3: upgrade 3.3.3.0 -> 3.3.4.0
ChangeLog: https://github.com/snort3/snort3/releases/tag/3.3.4.0 * appid: notify binder on service change * appid: replaced hsessions vector of raw pointers into vector of smart pointers * ftp_telnet: refactoring ftp-data * latency, dce, stream_ip: fix max pegs incorrectly declared sum * telnet: avoid flush when cr or lf is between commands Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-connectivity/snort/snort3_3.3.4.0.bb (renamed from meta-networking/recipes-connectivity/snort/snort3_3.3.3.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/snort/snort3_3.3.3.0.bb b/meta-networking/recipes-connectivity/snort/snort3_3.3.4.0.bb
index ebb041575b..0f3d0e986f 100644
--- a/meta-networking/recipes-connectivity/snort/snort3_3.3.3.0.bb
+++ b/meta-networking/recipes-connectivity/snort/snort3_3.3.4.0.bb
@@ -11,7 +11,7 @@ SRC_URI = "git://github.com/snort3/snort3.git;protocol=https;branch=master \
11 file://0001-cmake-Check-for-HP-libunwind.patch \ 11 file://0001-cmake-Check-for-HP-libunwind.patch \
12 file://0001-cmake-Pass-noline-flag-to-flex.patch" 12 file://0001-cmake-Pass-noline-flag-to-flex.patch"
13 13
14SRCREV = "276ee7604f84f393033324b624421bef1622af66" 14SRCREV = "5598e8dd87829cb1bbb478a7b6d4f6fb8b5dabfe"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17