aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorW. Michael Petullo <mike@flyn.org>2021-12-12 14:33:50 -0600
committerRosen Penev <rosenp@gmail.com>2021-12-16 15:31:07 -0800
commit605d06a014b8c05f7515d3d507bf0cf49f9d4c53 (patch)
treed574ec16080bb0be13042c95679ec88084f68373 /net
parent6c57db2bea030b6fee395147ff6204a6d9879b0c (diff)
snort: update to 2.9.19
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Diffstat (limited to 'net')
-rw-r--r--net/snort/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/snort/Makefile b/net/snort/Makefile
index 62fdafe4b..bd347a4e6 100644
--- a/net/snort/Makefile
+++ b/net/snort/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=snort
-PKG_VERSION:=2.9.17.1
+PKG_VERSION:=2.9.19
PKG_RELEASE:=$(AUTORELEASE)
PKG_LICENSE:=GPL-2.0
@@ -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:=303d3d5dc5affecfeaad3a331d3163f901d48d960fdd6598cb55c6d1591eed82
+PKG_HASH:=b12fc6db72afb58987a2bf1954b8f45bde02047c235513c7663857b9506369c7
PKG_BUILD_DEPENDS:=libtirpc
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/$(PKG_NAME)-$(PKG_VERSION)