diff options
author | Ryan Steinmetz <zi@FreeBSD.org> | 2012-12-04 16:35:08 +0000 |
---|---|---|
committer | Ryan Steinmetz <zi@FreeBSD.org> | 2012-12-04 16:35:08 +0000 |
commit | 62259d23d8c42d36f4212c9f3d84ed7f52782d77 (patch) | |
tree | 28d9f0fdd60e953ae5e57aee1060ada1285a56f1 /security/snort | |
parent | 9681875c45b82f1d35a0d9b63aa873d15d7e36ae (diff) | |
download | ports-62259d23d8c42d36f4212c9f3d84ed7f52782d77.tar.gz ports-62259d23d8c42d36f4212c9f3d84ed7f52782d77.zip |
Notes
Diffstat (limited to 'security/snort')
-rw-r--r-- | security/snort/Makefile | 2 | ||||
-rw-r--r-- | security/snort/distinfo | 4 | ||||
-rw-r--r-- | security/snort/pkg-plist | 7 |
3 files changed, 8 insertions, 5 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile index 3652e20d628f..cd925e0e47d6 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -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/ diff --git a/security/snort/distinfo b/security/snort/distinfo index c62662e16f16..ed9610505427 100644 --- a/security/snort/distinfo +++ b/security/snort/distinfo @@ -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 diff --git a/security/snort/pkg-plist b/security/snort/pkg-plist index 471de61031a4..063df37ae69c 100644 --- a/security/snort/pkg-plist +++ b/security/snort/pkg-plist @@ -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 |