diff --git a/net/snort3/Makefile b/net/snort3/Makefile index 907154464c..9adb0c680b 100644 --- a/net/snort3/Makefile +++ b/net/snort3/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=snort3 -PKG_VERSION:=3.1.82.0 -PKG_RELEASE:=3 +PKG_VERSION:=3.1.84.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/snort3/snort3/archive/refs/tags/ -PKG_HASH:=64304315e1c172b80cb9fef8c27fa457357329ecf02ee27a6604a79fd6cfa10f +PKG_HASH:=dca1707a66f6ca56ddd526163b2d951cefdb168bddc162c791adc74c0d226c7f PKG_MAINTAINER:=W. Michael Petullo , John Audia PKG_LICENSE:=GPL-2.0-only @@ -44,11 +44,6 @@ define Package/snort3/description attacks. endef -# Hyperscan and gperftools only builds for x86 -ifdef CONFIG_TARGET_x86_64 - CMAKE_OPTIONS += -DHS_INCLUDE_DIRS=$(STAGING_DIR)/usr/include/hs -endif - # Hyperscan and gperftools only builds for x86 ifdef CONFIG_TARGET_x86_64 CMAKE_OPTIONS += -DHS_INCLUDE_DIRS=$(STAGING_DIR)/usr/include/hs \ diff --git a/net/snort3/patches/110-packet_capture-Fix-compilation-with-GCC-13.patch b/net/snort3/patches/110-packet_capture-Fix-compilation-with-GCC-13.patch index a1b4eb5832..5d6fb79e34 100644 --- a/net/snort3/patches/110-packet_capture-Fix-compilation-with-GCC-13.patch +++ b/net/snort3/patches/110-packet_capture-Fix-compilation-with-GCC-13.patch @@ -12,9 +12,9 @@ src/network_inspectors/packet_capture/packet_capture.h:25:54: error: 'int16_t' d --- a/src/network_inspectors/packet_capture/packet_capture.h +++ b/src/network_inspectors/packet_capture/packet_capture.h -@@ -21,6 +21,7 @@ - #define PACKET_CAPTURE_H +@@ -22,6 +22,7 @@ + #include #include +#include