diff mbox series

[meta-networking] snort3: upgrade 3.3.3.0 -> 3.3.4.0

Message ID 20240829071054.4065901-1-yi.zhao@windriver.com
State Accepted
Headers show
Series [meta-networking] snort3: upgrade 3.3.3.0 -> 3.3.4.0 | expand

Commit Message

Yi Zhao Aug. 29, 2024, 7:10 a.m. UTC
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>
---
 .../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 mbox series

Patch

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 ebb041575..0f3d0e986 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"