From 4506ce1031898d92e1856041e2d1a678acb6f6cb Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Thu, 29 Aug 2024 15:10:54 +0800 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- .../snort/{snort3_3.3.3.0.bb => snort3_3.3.4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-connectivity/snort/{snort3_3.3.3.0.bb => snort3_3.3.4.0.bb} (95%) 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 similarity index 95% rename from meta-networking/recipes-connectivity/snort/snort3_3.3.3.0.bb rename to 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 \ file://0001-cmake-Check-for-HP-libunwind.patch \ file://0001-cmake-Pass-noline-flag-to-flex.patch" -SRCREV = "276ee7604f84f393033324b624421bef1622af66" +SRCREV = "5598e8dd87829cb1bbb478a7b6d4f6fb8b5dabfe" S = "${WORKDIR}/git"