aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2021-05-10 14:29:32 -0700
committerGitHub <noreply@github.com>2021-05-10 14:29:32 -0700
commit2878586b6d4103842d4f5b975ebb72e3c980faf5 (patch)
treef217f9bf32331e0bc4db0b1f01cd6d5158b94102 /net
parentd80aec75f91baf6a11f699fd2a2615e150a14e85 (diff)
parentea5081b511d2b5d5a5d8f8ae062992780e3e19b4 (diff)
Merge pull request #15594 from flyn-org/snort
snort: update 2.9.17.1
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)