diff mbox series

[meta-networking,2/2] snort3: update to latest stable version 3.1.84.0

Message ID 20240416104502.2401209-2-yi.zhao@windriver.com
State Accepted
Headers show
Series [meta-networking,1/2] libdaq: update to latest stable version 3.0.14 | expand

Commit Message

Yi Zhao April 16, 2024, 10:45 a.m. UTC
ChangeLog:
https://github.com/snort3/snort3/releases/tag/3.1.84.0

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 .../snort/{snort3_git.bb => snort3_3.1.84.0.bb}               | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
 rename meta-networking/recipes-connectivity/snort/{snort3_git.bb => snort3_3.1.84.0.bb} (94%)
diff mbox series

Patch

diff --git a/meta-networking/recipes-connectivity/snort/snort3_git.bb b/meta-networking/recipes-connectivity/snort/snort3_3.1.84.0.bb
similarity index 94%
rename from meta-networking/recipes-connectivity/snort/snort3_git.bb
rename to meta-networking/recipes-connectivity/snort/snort3_3.1.84.0.bb
index b8826b068..ee84aa17e 100644
--- a/meta-networking/recipes-connectivity/snort/snort3_git.bb
+++ b/meta-networking/recipes-connectivity/snort/snort3_3.1.84.0.bb
@@ -5,14 +5,12 @@  SECTION = "net"
 LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=78fa8ef966b48fbf9095e13cc92377c5"
 
-PV = "3+git"
-
 DEPENDS = "flex-native hwloc libdaq libdnet libpcap libpcre libtirpc libunwind luajit zlib"
 
 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 = "e1760a8dbb829bb3fcf1a340ab6cc4bb80a47ecd"
+SRCREV = "e7312efd840d66a52a2019abe1db7cc89ca0f39a"
 
 S = "${WORKDIR}/git"