diff options
author | Dan Langille <dvl@FreeBSD.org> | 2021-12-21 21:09:24 +0000 |
---|---|---|
committer | Dan Langille <dvl@FreeBSD.org> | 2021-12-21 21:09:24 +0000 |
commit | 6936b1e43052b73acdfad53e042cb26ab472677e (patch) | |
tree | 54d1567c6913910637c13f9e9e894c8c8a41d169 | |
parent | ee4e1a8ab5706ddfe63c294d1780e3f54fab5f65 (diff) | |
download | ports-6936b1e43052b73acdfad53e042cb26ab472677e.tar.gz ports-6936b1e43052b73acdfad53e042cb26ab472677e.zip |
security/snort3: Update to 3.1.19.0
Approved by: maintainer (via private email)
-rw-r--r-- | security/snort3/Makefile | 2 | ||||
-rw-r--r-- | security/snort3/distinfo | 6 | ||||
-rw-r--r-- | 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 |