summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2024-04-16 18:45:02 +0800
committerKhem Raj <raj.khem@gmail.com>2024-04-16 11:00:33 -0700
commit3716379d3f78fa5486f4f0902fe64ba0915c02a9 (patch)
tree38a12503dd5bbe69fdb35531f858c01435a7571a
parent891162dbb44d8e0fdaf59626f0d13bcf1cba7e97 (diff)
downloadmeta-openembedded-3716379d3f78fa5486f4f0902fe64ba0915c02a9.tar.gz
snort3: update to latest stable version 3.1.84.0
ChangeLog: https://github.com/snort3/snort3/releases/tag/3.1.84.0 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-connectivity/snort/snort3_3.1.84.0.bb (renamed from meta-networking/recipes-connectivity/snort/snort3_git.bb)4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-networking/recipes-connectivity/snort/snort3_git.bb b/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"
5LICENSE = "GPL-2.0-only" 5LICENSE = "GPL-2.0-only"
6LIC_FILES_CHKSUM = "file://COPYING;md5=78fa8ef966b48fbf9095e13cc92377c5" 6LIC_FILES_CHKSUM = "file://COPYING;md5=78fa8ef966b48fbf9095e13cc92377c5"
7 7
8PV = "3+git"
9
10DEPENDS = "flex-native hwloc libdaq libdnet libpcap libpcre libtirpc libunwind luajit zlib" 8DEPENDS = "flex-native hwloc libdaq libdnet libpcap libpcre libtirpc libunwind luajit zlib"
11 9
12SRC_URI = "git://github.com/snort3/snort3.git;protocol=https;branch=master \ 10SRC_URI = "git://github.com/snort3/snort3.git;protocol=https;branch=master \
13 file://0001-cmake-Check-for-HP-libunwind.patch \ 11 file://0001-cmake-Check-for-HP-libunwind.patch \
14 file://0001-cmake-Pass-noline-flag-to-flex.patch" 12 file://0001-cmake-Pass-noline-flag-to-flex.patch"
15SRCREV = "e1760a8dbb829bb3fcf1a340ab6cc4bb80a47ecd" 13SRCREV = "e7312efd840d66a52a2019abe1db7cc89ca0f39a"
16 14
17S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
18 16