From 66c1a6dab01d4ff4e9b4264db8ca9325a87adb45 Mon Sep 17 00:00:00 2001 From: John Audia Date: Sat, 28 Feb 2026 08:42:02 -0500 Subject: [PATCH] snort3: update to v3.11.1.0 Changelog: https://github.com/snort3/snort3/releases/tag/3.11.1.0 Signed-off-by: John Audia --- net/snort3/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/snort3/Makefile b/net/snort3/Makefile index e21a107d9b..37e1d44d07 100644 --- a/net/snort3/Makefile +++ b/net/snort3/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=snort3 -PKG_VERSION:=3.10.2.0 +PKG_VERSION:=3.11.1.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/snort3/snort3/tar.gz/$(PKG_VERSION)? -PKG_HASH:=5a7bad8c0c0c87ee12c74932c6cafbfb28c44abed4055a2862d222ff270a384e +PKG_HASH:=9465d19b0925088266504e8962e97e55359bafd6a19f66b4169dcd21ef1d8ec5 PKG_MAINTAINER:=W. Michael Petullo , John Audia PKG_LICENSE:=GPL-2.0-only