diff mbox series

[meta-networking] snort3: upgrade 3.1.84.0 -> 3.3.1.0

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

Commit Message

Yi Zhao July 28, 2024, 8:19 a.m. UTC
ChangeLog:
https://github.com/snort3/snort3/releases/tag/3.2.1.0
https://github.com/snort3/snort3/releases/tag/3.2.2.0
https://github.com/snort3/snort3/releases/tag/3.3.0.0
https://github.com/snort3/snort3/releases/tag/3.3.1.0

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 .../snort/snort3/0001-cmake-Pass-noline-flag-to-flex.patch     | 1 +
 .../snort/{snort3_3.1.84.0.bb => snort3_3.3.1.0.bb}            | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)
 rename meta-networking/recipes-connectivity/snort/{snort3_3.1.84.0.bb => snort3_3.3.1.0.bb} (95%)
diff mbox series

Patch

diff --git a/meta-networking/recipes-connectivity/snort/snort3/0001-cmake-Pass-noline-flag-to-flex.patch b/meta-networking/recipes-connectivity/snort/snort3/0001-cmake-Pass-noline-flag-to-flex.patch
index ec7b90cfb..626f41273 100644
--- a/meta-networking/recipes-connectivity/snort/snort3/0001-cmake-Pass-noline-flag-to-flex.patch
+++ b/meta-networking/recipes-connectivity/snort/snort3/0001-cmake-Pass-noline-flag-to-flex.patch
@@ -8,6 +8,7 @@  could be absolute build paths, since these files end up in dbg packages
 this can be flagged as a build/packaging warning.
 
 Upstream-Status: Pending
+
 Signed-off-by: Khem Raj <raj.khem@gmail.com>
 ---
  cmake/configure_options.cmake | 2 +-
diff --git a/meta-networking/recipes-connectivity/snort/snort3_3.1.84.0.bb b/meta-networking/recipes-connectivity/snort/snort3_3.3.1.0.bb
similarity index 95%
rename from meta-networking/recipes-connectivity/snort/snort3_3.1.84.0.bb
rename to meta-networking/recipes-connectivity/snort/snort3_3.3.1.0.bb
index ee84aa17e..a3de086b4 100644
--- a/meta-networking/recipes-connectivity/snort/snort3_3.1.84.0.bb
+++ b/meta-networking/recipes-connectivity/snort/snort3_3.3.1.0.bb
@@ -10,7 +10,8 @@  DEPENDS = "flex-native hwloc libdaq libdnet libpcap libpcre libtirpc libunwind l
 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 = "e7312efd840d66a52a2019abe1db7cc89ca0f39a"
+
+SRCREV = "9533e17796220b599145a0e2eba555af3f31e773"
 
 S = "${WORKDIR}/git"