- Update to 2.9.4
Feature safe: yes
This commit is contained in:
parent
9681875c45
commit
62259d23d8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308246
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= snort
|
||||
PORTVERSION= 2.9.3.1
|
||||
PORTVERSION= 2.9.4
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= SF/snort/snort \
|
||||
http://mirrors.rit.edu/zi/
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (snort-2.9.3.1.tar.gz) = b1b2154df54c5bb6f81aa99e2c6c8081288399c0094983b8ffa3b2ee542cbe50
|
||||
SIZE (snort-2.9.3.1.tar.gz) = 5295237
|
||||
SHA256 (snort-2.9.4.tar.gz) = 4202ae0f666a5348c624476a4543f1d059a70998deb0dcadab6865cd6ba499b5
|
||||
SIZE (snort-2.9.4.tar.gz) = 5289321
|
||||
|
@ -32,9 +32,10 @@ etc/snort/preproc_rules/sensitive-data.rules-sample
|
||||
@exec if [ ! -f %D/etc/snort/preproc_rules/decoder.rules ] ; then cp -p %D/%F %B/; fi
|
||||
@dirrmtry etc/snort/preproc_rules
|
||||
@dirrmtry etc/snort
|
||||
%%DYNAMIC%%src/snort_dynamicsrc/attribute_table_api.h
|
||||
%%DYNAMIC%%src/snort_dynamicsrc/bitop.h
|
||||
%%DYNAMIC%%src/snort_dynamicsrc/event.h
|
||||
%%DYNAMIC%%src/snort_dynamicsrc/file_api.h
|
||||
%%DYNAMIC%%src/snort_dynamicsrc/file_lib.h
|
||||
%%DYNAMIC%%src/snort_dynamicsrc/obfuscation.h
|
||||
%%DYNAMIC%%src/snort_dynamicsrc/pcap_pkthdr32.h
|
||||
%%DYNAMIC%%src/snort_dynamicsrc/plugin_enum.h
|
||||
@ -95,7 +96,6 @@ include/snort/dynamic_output/sfrt.h
|
||||
include/snort/dynamic_output/sfrt_dir.h
|
||||
include/snort/dynamic_output/sfrt_trie.h
|
||||
@dirrmtry include/snort/dynamic_output
|
||||
%%DYNAMIC%%include/snort/dynamic_preproc/attribute_table_api.h
|
||||
%%DYNAMIC%%include/snort/dynamic_preproc/ssl.h
|
||||
%%DYNAMIC%%include/snort/dynamic_preproc/sfcommon.h
|
||||
%%DYNAMIC%%include/snort/dynamic_preproc/sf_preproc_info.h
|
||||
@ -108,6 +108,8 @@ include/snort/dynamic_output/sfrt_trie.h
|
||||
%%DYNAMIC%%include/snort/dynamic_preproc/snort_debug.h
|
||||
%%DYNAMIC%%include/snort/dynamic_preproc/snort_bounds.h
|
||||
%%DYNAMIC%%include/snort/dynamic_preproc/cpuclock.h
|
||||
%%DYNAMIC%%include/snort/dynamic_preproc/file_api.h
|
||||
%%DYNAMIC%%include/snort/dynamic_preproc/file_lib.h
|
||||
%%DYNAMIC%%include/snort/dynamic_preproc/profiler.h
|
||||
%%DYNAMIC%%include/snort/dynamic_preproc/bitop.h
|
||||
%%DYNAMIC%%include/snort/dynamic_preproc/idle_processing.h
|
||||
@ -239,6 +241,7 @@ lib/snort/dynamic_output/libsf_dynamic_output.la
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.dnp3
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.dns
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.event_queue
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.file
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.filters
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.flowbits
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.frag3
|
||||
|
Loading…
Reference in New Issue
Block a user