diff options
author | W. Michael Petullo <mike@flyn.org> | 2021-05-10 22:22:23 -0500 |
---|---|---|
committer | W. Michael Petullo <mike@flyn.org> | 2021-05-11 12:58:24 -0500 |
commit | 776f3183528290ef59bdba32649501dc7be82c24 (patch) | |
tree | 5627abaf83c3e7a443df17cd539536ae1518a407 /net/snort3/Makefile | |
parent | a1c06aafb3f149015bf7004f931773dab87d2b4c (diff) |
snort3: update to 3.1.4.0
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Diffstat (limited to 'net/snort3/Makefile')
-rw-r--r-- | net/snort3/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/snort3/Makefile b/net/snort3/Makefile index 24e1ead50..8ccb3f5e7 100644 --- a/net/snort3/Makefile +++ b/net/snort3/Makefile @@ -6,13 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=snort3 -PKG_VERSION:=3.1.0.0 -PKG_RELEASE:=2 +PKG_VERSION:=3.1.4.0 +PKG_RELEASE:=$(AUTORELEASE) -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://www.snort.org/downloads/snortplus/ -PKG_HASH:=c4e2e78e3afa879d7e35e482afe42a6c4b96ed26198a9979edf7953b5151ccbf -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/$(PKG_NAME)-$(PKG_VERSION) +PKG_SOURCE:=$(PKG_VERSION).tar.gz +PKG_SOURCE_URL:=https://github.com/snort3/snort3/archive/refs/tags/ +PKG_HASH:=a68af8ea46a038dfb0ad489e8d11dee62a3e63cb4a639f6bb4fac4ded955fe11 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> PKG_LICENSE:=GPL-2.0-only @@ -45,6 +44,7 @@ CMAKE_OPTIONS += \ -DENABLE_STATIC_DAQ:BOOL=NO \ -DDAQ_INCLUDE_DIR=$(STAGING_DIR)/usr/include/daq3 \ -DDAQ_LIBRARIES_DIR_HINT:PATH=$(STAGING_DIR)/usr/lib/daq3 \ + -DFLEX_INCLUDES:PATH=$(STAGING_DIR_HOST)/include \ -DENABLE_COREFILES:BOOL=NO \ -DENABLE_GDB:BOOL=NO \ -DMAKE_DOC:BOOL=NO \ |