From 88e75f45abe8033769a28fc0d6021b33222bee21 Mon Sep 17 00:00:00 2001 From: John Audia Date: Thu, 22 Jan 2026 16:04:22 -0500 Subject: [PATCH] snort3: update to 3.10.2.0 New upstream release. Changelog: appid: configurable midstream service discovery appid: prefer QUIC client appid over SSL appid: prevent out-of-bounds read in bootp option parsing appid: prevent out-of-bounds read in sslv2 server-hello detection control: refactor connection ownership model and improve thread safety extractor: avoid reporting default values for missing SSL fields file_api: coverity fix flow: refactor dump_flows command to dump flow state in binary format mime: fix compile issues react: block flow when packets are not reset candidates show_flows: implement utility program to convert dump_flows binary files to text Flow state data for each flow smtp: handle split CRLF in multi-line response parsing ssl: ssl client hello event is published with empty hostname % snort --version ,,_ -*> Snort++ <*- o" )~ Version 3.10.2.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.24 Using Vectorscan version 5.4.12 2026-01-11 Using libpcap version 1.10.5 (with TPACKET_V3) Using LuaJIT version 2.1.0-beta3 Using LZMA version 5.8.1 Using OpenSSL 3.5.4 30 Sep 2025 Using PCRE2 version 10.47 2025-10-21 Using ZLIB version 1.3.1 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 e7490783b3..e21a107d9b 100644 --- a/net/snort3/Makefile +++ b/net/snort3/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=snort3 -PKG_VERSION:=3.10.1.0 +PKG_VERSION:=3.10.2.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:=fca496990d37adaf1ba9d61b7a89388a1a78b3d59bdc5980bffb39c616e0584f +PKG_HASH:=5a7bad8c0c0c87ee12c74932c6cafbfb28c44abed4055a2862d222ff270a384e PKG_MAINTAINER:=W. Michael Petullo , John Audia PKG_LICENSE:=GPL-2.0-only