From 0f0f8f34dd3ea45da128e142b16b0fb77449a3c9 Mon Sep 17 00:00:00 2001 From: "W. Michael Petullo" Date: Sat, 30 Jan 2021 19:49:42 -0600 Subject: [PATCH] snort3: update to 3.1.0.0 Signed-off-by: W. Michael Petullo --- net/snort3/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/net/snort3/Makefile b/net/snort3/Makefile index 4db3063a3..149667b81 100644 --- a/net/snort3/Makefile +++ b/net/snort3/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=snort3 -PKG_VERSION:=3.0.3-1 +PKG_VERSION:=3.1.0.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.snort.org/downloads/snortplus/ -PKG_HASH:=30a22cec90d77504db80d8e8902f98c536b1b8160c575fb66a97a6765f83c600 +PKG_HASH:=c4e2e78e3afa879d7e35e482afe42a6c4b96ed26198a9979edf7953b5151ccbf PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/$(PKG_NAME)-$(PKG_VERSION) PKG_MAINTAINER:=W. Michael Petullo @@ -85,10 +85,6 @@ define Package/snort3/install $(PKG_INSTALL_DIR)/usr/include/snort/lua/snort_plugin.lua \ $(1)/usr/share/lua/ - $(CP) \ - $(PKG_INSTALL_DIR)/usr/include/snort/lua/snort_config.lua \ - $(1)/usr/share/lua/ - $(INSTALL_DIR) $(1)/etc/snort $(INSTALL_DIR) $(1)/etc/init.d