package/snort3: bump version to 3.1.40.0

Changelog: https://github.com/snort3/snort3/blob/master/ChangeLog.md

Removed flatbuffers support due to its upstream removal:
3ec185030e

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Bernd Kuhls 2022-09-01 22:12:03 +02:00 committed by Thomas Petazzoni
parent c05fe1d621
commit 2471520c68
2 changed files with 2 additions and 9 deletions

View File

@ -1,5 +1,5 @@
# Locally computed:
sha256 6e45c16b1815d832b5d6edcd2b705e7838e25c76bfd54b3e86c55ecba6de420a snort3-3.1.18.0.tar.gz
sha256 d787d954f21d4cd6a048e10b8c53c78cb6287ec448108fc573b951639c8947b3 snort3-3.1.40.0.tar.gz
# Hash for license files:
sha256 3f1cbfb20bb2c608e1a474421880d08b8cba6abb00ab7736d22c481d71656a6d COPYING

View File

@ -4,7 +4,7 @@
#
################################################################################
SNORT3_VERSION = 3.1.18.0
SNORT3_VERSION = 3.1.40.0
SNORT3_SITE = $(call github,snort3,snort3,$(SNORT3_VERSION))
SNORT3_LICENSE = GPL-2.0
SNORT3_LICENSE_FILES = COPYING LICENSE
@ -17,13 +17,6 @@ SNORT3_CONF_OPTS = \
-DENABLE_STATIC_DAQ=OFF \
-DMAKE_DOC=OFF
ifeq ($(BR2_PACKAGE_FLATBUFFERS),y)
SNORT3_DEPENDENCIES += flatbuffers
SNORT3_CONF_OPTS += -DHAVE_FLATBUFFERS=ON
else
SNORT3_CONF_OPTS += -DHAVE_FLATBUFFERS=OFF
endif
ifeq ($(BR2_PACKAGE_LIBICONV),y)
SNORT3_DEPENDENCIES += libiconv
SNORT3_CONF_OPTS += -DHAVE_ICONV=ON