Date: Tue, 21 Dec 2021 21:10:07 GMT From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6936b1e43052 - main - security/snort3: Update to 3.1.19.0 Message-ID: <202112212110.1BLLA7Nj053142@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=6936b1e43052b73acdfad53e042cb26ab472677e commit 6936b1e43052b73acdfad53e042cb26ab472677e Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2021-12-21 21:09:24 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2021-12-21 21:09:24 +0000 security/snort3: Update to 3.1.19.0 Approved by: maintainer (via private email) --- security/snort3/Makefile | 2 +- security/snort3/distinfo | 6 +++--- security/snort3/pkg-plist | 2 ++ 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/security/snort3/Makefile b/security/snort3/Makefile index d95575ff29df..dcc4dfc798bf 100644 --- a/security/snort3/Makefile +++ b/security/snort3/Makefile @@ -1,7 +1,7 @@ # Created by: Mark Felder <feld@FreeBSD.org> PORTNAME= snort -DISTVERSION= 3.1.18.0 +DISTVERSION= 3.1.19.0 PORTEPOCH= 1 CATEGORIES= security PKGNAMESUFFIX= 3 diff --git a/security/snort3/distinfo b/security/snort3/distinfo index 7ee63912be7f..068e1399e1e0 100644 --- a/security/snort3/distinfo +++ b/security/snort3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1638980599 -SHA256 (snort3-snort3-3.1.18.0_GH0.tar.gz) = 6e45c16b1815d832b5d6edcd2b705e7838e25c76bfd54b3e86c55ecba6de420a -SIZE (snort3-snort3-3.1.18.0_GH0.tar.gz) = 3102856 +TIMESTAMP = 1640119329 +SHA256 (snort3-snort3-3.1.19.0_GH0.tar.gz) = 60ee32f423fcef72500ffb8514c1ae44398fc48407de6ec12ca2572486d48dfb +SIZE (snort3-snort3-3.1.19.0_GH0.tar.gz) = 3108939 diff --git a/security/snort3/pkg-plist b/security/snort3/pkg-plist index 56d603e2042a..68e716bde386 100644 --- a/security/snort3/pkg-plist +++ b/security/snort3/pkg-plist @@ -84,6 +84,7 @@ include/snort/hash/lru_cache_shared.h include/snort/hash/xhash.h include/snort/helpers/base64_encoder.h include/snort/helpers/boyer_moore_search.h +include/snort/helpers/buffer_data.h include/snort/helpers/json_stream.h include/snort/helpers/literal_search.h include/snort/helpers/scratch_allocator.h @@ -197,6 +198,7 @@ include/snort/pub_sub/http_request_body_event.h include/snort/pub_sub/opportunistic_tls_event.h include/snort/pub_sub/sip_events.h include/snort/pub_sub/smb_events.h +include/snort/pub_sub/ssh_events.h include/snort/search_engines/search_common.h include/snort/search_engines/search_tool.h include/snort/service_inspectors/ssl/ssl_flow_data.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112212110.1BLLA7Nj053142>