diff options
author | Dan Langille <dvl@FreeBSD.org> | 2022-08-25 20:29:55 +0000 |
---|---|---|
committer | Dan Langille <dvl@FreeBSD.org> | 2022-08-25 20:30:53 +0000 |
commit | 542382c041d2bbd2e25a662cfa489f1318c2cb77 (patch) | |
tree | ac6c53667bf14be6afe3ba45d2364955c9ee172b | |
parent | 892cf6fc03dca1e106605301fd2880f90a59d9b6 (diff) | |
download | ports-542382c041d2bbd2e25a662cfa489f1318c2cb77.tar.gz ports-542382c041d2bbd2e25a662cfa489f1318c2cb77.zip |
security/snort3: Update to 3.1.40.0,1
-rw-r--r-- | security/snort3/Makefile | 2 | ||||
-rw-r--r-- | security/snort3/distinfo | 6 | ||||
-rw-r--r-- | security/snort3/pkg-plist | 3 |
3 files changed, 7 insertions, 4 deletions
diff --git a/security/snort3/Makefile b/security/snort3/Makefile index 1ade36d3a4f5..8352ca14e218 100644 --- a/security/snort3/Makefile +++ b/security/snort3/Makefile @@ -1,5 +1,5 @@ PORTNAME= snort -DISTVERSION= 3.1.39.0 +DISTVERSION= 3.1.40.0 PORTEPOCH= 1 CATEGORIES= security PKGNAMESUFFIX= 3 diff --git a/security/snort3/distinfo b/security/snort3/distinfo index 1d4429e70548..325c67dd40a9 100644 --- a/security/snort3/distinfo +++ b/security/snort3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1660345419 -SHA256 (snort3-snort3-3.1.39.0_GH0.tar.gz) = 2b2ff78b46302296f9cf9104a9e95df10f95dbc2c6b62ddb668666bae846426b -SIZE (snort3-snort3-3.1.39.0_GH0.tar.gz) = 3152831 +TIMESTAMP = 1661458308 +SHA256 (snort3-snort3-3.1.40.0_GH0.tar.gz) = d787d954f21d4cd6a048e10b8c53c78cb6287ec448108fc573b951639c8947b3 +SIZE (snort3-snort3-3.1.40.0_GH0.tar.gz) = 3157674 diff --git a/security/snort3/pkg-plist b/security/snort3/pkg-plist index a54918ea3ba2..fb97b1075082 100644 --- a/security/snort3/pkg-plist +++ b/security/snort3/pkg-plist @@ -88,6 +88,8 @@ 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/process.h +include/snort/helpers/sigsafe.h include/snort/helpers/scratch_allocator.h include/snort/host_tracker/cache_allocator.h include/snort/host_tracker/cache_interface.h @@ -205,6 +207,7 @@ include/snort/pub_sub/http_events.h include/snort/pub_sub/http_request_body_event.h include/snort/pub_sub/netflow_event.h include/snort/pub_sub/opportunistic_tls_event.h +include/snort/pub_sub/reputation_events.h include/snort/pub_sub/rna_events.h include/snort/pub_sub/sip_events.h include/snort/pub_sub/smb_events.h |