From 8ddf8ac20962f4cef3cfedce178db86540504b73 Mon Sep 17 00:00:00 2001 From: John Audia Date: Tue, 1 Jul 2025 14:34:19 -0400 Subject: [PATCH] snort3: update to 3.9.1.0 hangelog: https://github.com/snort3/snort3/releases/tag/3.9.1.0 % # snort --version ,,_ -*> Snort++ <*- o" )~ Version 3.9.1.0 '''' By Martin Roesch & The Snort Team http://snort.org/contact#team Copyright (C) 2014-2025 Cisco and/or its affiliates. All rights reserved. Copyright (C) 1998-2013 Sourcefire, Inc., et al. Using DAQ version 3.0.20 Using Hyperscan version 5.4.2 2025-06-30 Using libpcap version 1.10.5 (with TPACKET_V3) Using LuaJIT version 2.1.0-beta3 Using LZMA version 5.6.2 Using OpenSSL 3.5.0 8 Apr 2025 Using PCRE2 version 10.42 2022-12-11 Using ZLIB version 1.3.1 Build system: x86/64 Build-tested: x86/64 Run-tested: x86/64 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 19714ac172..d9202e1abb 100644 --- a/net/snort3/Makefile +++ b/net/snort3/Makefile @@ -6,13 +6,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=snort3 -PKG_VERSION:=3.8.1.0 +PKG_VERSION:=3.9.1.0 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=$(PKG_VERSION) PKG_SOURCE_URL:=https://github.com/snort3/snort3 -PKG_MIRROR_HASH:=ab6d5c4b433b5f1abc23299ec4c4efd8048f479a2ae1c45203699a5f998cb960 +PKG_MIRROR_HASH:=982a56085c727ea0ea4717e92e0f6f339534520e80d0307cecf7d5eeda3811a5 PKG_MAINTAINER:=W. Michael Petullo , John Audia PKG_LICENSE:=GPL-2.0-only -- 2.30.2