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>
This commit is contained in:
Yi Zhao 2024-08-29 15:10:54 +08:00 committed by Khem Raj
parent dac3c9f062
commit 4506ce1031
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -11,7 +11,7 @@ SRC_URI = "git://github.com/snort3/snort3.git;protocol=https;branch=master \
file://0001-cmake-Check-for-HP-libunwind.patch \
file://0001-cmake-Pass-noline-flag-to-flex.patch"
SRCREV = "276ee7604f84f393033324b624421bef1622af66"
SRCREV = "5598e8dd87829cb1bbb478a7b6d4f6fb8b5dabfe"
S = "${WORKDIR}/git"