security/snort3: Update version 3.0.2-5=>3.0.3-1
Relnotes: https://github.com/snort3/snort3/releases/tag/3.0.3-1
This commit is contained in:
parent
4a873f995f
commit
976bf3bcd1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550644
3 changed files with 11 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= snort
|
||||
DISTVERSION= 3.0.2-5
|
||||
DISTVERSION= 3.0.3-1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= security
|
||||
PKGNAMESUFFIX= 3
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1599073080
|
||||
SHA256 (snort3-snort3-3.0.2-5_GH0.tar.gz) = 09bf06a8f84fb4bc2d2052e157d9a44028ea34b60ba8588dd5a7d4ebb2ca5211
|
||||
SIZE (snort3-snort3-3.0.2-5_GH0.tar.gz) = 5608988
|
||||
TIMESTAMP = 1601433549
|
||||
SHA256 (snort3-snort3-3.0.3-1_GH0.tar.gz) = 30a22cec90d77504db80d8e8902f98c536b1b8160c575fb66a97a6765f83c600
|
||||
SIZE (snort3-snort3-3.0.3-1_GH0.tar.gz) = 2811058
|
||||
|
|
|
@ -41,6 +41,7 @@ include/snort/file_api/file_module.h
|
|||
include/snort/file_api/file_policy.h
|
||||
include/snort/file_api/file_segment.h
|
||||
include/snort/file_api/file_service.h
|
||||
include/snort/flow/deferred_trust.h
|
||||
include/snort/flow/expect_cache.h
|
||||
include/snort/flow/flow.h
|
||||
include/snort/flow/flow_data.h
|
||||
|
@ -81,6 +82,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/json_stream.h
|
||||
include/snort/helpers/literal_search.h
|
||||
include/snort/helpers/scratch_allocator.h
|
||||
include/snort/host_tracker/host_cache.h
|
||||
|
@ -102,6 +104,7 @@ include/snort/main/snort.h
|
|||
include/snort/main/snort_config.h
|
||||
include/snort/main/snort_debug.h
|
||||
include/snort/main/snort_types.h
|
||||
include/snort/main/swapper.h
|
||||
include/snort/main/thread.h
|
||||
include/snort/main/thread_config.h
|
||||
include/snort/managers/codec_manager.h
|
||||
|
@ -129,8 +132,10 @@ include/snort/network_inspectors/packet_tracer/packet_tracer.h
|
|||
include/snort/network_inspectors/reputation/reputation_common.h
|
||||
include/snort/network_inspectors/rna/rna_fingerprint.h
|
||||
include/snort/network_inspectors/rna/rna_fingerprint_tcp.h
|
||||
include/snort/network_inspectors/rna/rna_fp_reader.h
|
||||
include/snort/network_inspectors/rna/rna_fingerprint_ua.h
|
||||
include/snort/network_inspectors/rna/rna_inspector.h
|
||||
include/snort/network_inspectors/rna/rna_logger.h
|
||||
include/snort/network_inspectors/rna/rna_name.h
|
||||
include/snort/packet_io/active.h
|
||||
include/snort/packet_io/sfdaq.h
|
||||
include/snort/packet_io/sfdaq_instance.h
|
||||
|
@ -228,10 +233,10 @@ libdata/pkgconfig/snort.pc
|
|||
%%PORTDOCS%%%%DOCSDIR%%/concepts.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/config_changes.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/connectors.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/consolidated_config.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/daq.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dcerpc.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/differences.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/dump_config.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/enviro.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/errors.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/extending.txt
|
||||
|
|
Loading…
Reference in a new issue