mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
4506ce1031
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
40 lines
1.2 KiB
BlitzBasic
40 lines
1.2 KiB
BlitzBasic
SUMMARY = "snort3"
|
|
DESCRIPTION = "snort3 - a free lightweight network intrusion detection system for UNIX and Windows."
|
|
HOMEPAGE = "http://www.snort.org/"
|
|
SECTION = "net"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=78fa8ef966b48fbf9095e13cc92377c5"
|
|
|
|
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 = "5598e8dd87829cb1bbb478a7b6d4f6fb8b5dabfe"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
PACKAGES =+ "${PN}-scripts"
|
|
|
|
inherit cmake pkgconfig
|
|
|
|
do_install:append() {
|
|
sed -i "s#${RECIPE_SYSROOT_NATIVE}##g; s#${RECIPE_SYSROOT}##g" ${D}${libdir}/pkgconfig/snort.pc
|
|
}
|
|
|
|
FILES:${PN} += "${libdir}/snort/daq/*.so"
|
|
|
|
FILES:${PN}-scripts = "${bindir}/appid_detector_builder.sh"
|
|
|
|
RDEPENDS:${PN}-scripts += "bash"
|
|
|
|
# mips64/ppc/ppc64/riscv64/riscv32 is not supported in this release
|
|
COMPATIBLE_HOST:mipsarchn32 = "null"
|
|
COMPATIBLE_HOST:mipsarchn64 = "null"
|
|
COMPATIBLE_HOST:powerpc = "null"
|
|
COMPATIBLE_HOST:powerpc64 = "null"
|
|
COMPATIBLE_HOST:powerpc64le = "null"
|
|
COMPATIBLE_HOST:riscv64 = "null"
|
|
COMPATIBLE_HOST:riscv32 = "null"
|