aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorW. Michael Petullo <mike@flyn.org>2021-05-10 12:50:01 -0500
committerW. Michael Petullo <mike@flyn.org>2021-05-10 12:50:01 -0500
commitea5081b511d2b5d5a5d8f8ae062992780e3e19b4 (patch)
tree6da8c8fa8c911a0168c613c925c97210c20b3de9 /net
parentdc27d43f29f3807118f8f6f8adda91c9163dc18d (diff)
snort: update 2.9.17.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Diffstat (limited to 'net')
-rw-r--r--net/snort/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/snort/Makefile b/net/snort/Makefile
index b5eeccc74..62fdafe4b 100644
--- a/net/snort/Makefile
+++ b/net/snort/Makefile
@@ -8,8 +8,8 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=snort
-PKG_VERSION:=2.9.17
-PKG_RELEASE:=2
+PKG_VERSION:=2.9.17.1
+PKG_RELEASE:=$(AUTORELEASE)
PKG_LICENSE:=GPL-2.0
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
@@ -18,7 +18,7 @@ PKG_CPE_ID:=cpe:/a:snort:snort
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.snort.org/downloads/archive/snort/ \
@SF/$(PKG_NAME)
-PKG_HASH:=c3b234c3922a09b0368b847ddb8d1fa371b741f032f42aa9ab53d67b428dc648
+PKG_HASH:=303d3d5dc5affecfeaad3a331d3163f901d48d960fdd6598cb55c6d1591eed82
PKG_BUILD_DEPENDS:=libtirpc
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/$(PKG_NAME)-$(PKG_VERSION)