svn commit: r376424 - head/security/snort

Ryan Steinmetz zi at FreeBSD.org
Tue Jan 6 13:19:12 UTC 2015


Author: zi
Date: Tue Jan  6 13:19:10 2015
New Revision: 376424
URL: https://svnweb.freebsd.org/changeset/ports/376424
QAT: https://qat.redports.org/buildarchive/r376424/

Log:
  - Add missing conf/doc/library when FILEINSPECT is enabled
  
  PR:		194955
  Submitted by:	Bill Meeks <bmeeks8 at bellsouth.net>

Modified:
  head/security/snort/Makefile
  head/security/snort/pkg-plist

Modified: head/security/snort/Makefile
==============================================================================
--- head/security/snort/Makefile	Tue Jan  6 13:07:41 2015	(r376423)
+++ head/security/snort/Makefile	Tue Jan  6 13:19:10 2015	(r376424)
@@ -81,7 +81,7 @@ PREPROC_RULE_DIR=	${ETCDIR}/preproc_rule
 LOGS_DIR=		/var/log/snort
 
 CONFIG_FILES=	classification.config gen-msg.map reference.config \
-		snort.conf threshold.conf unicode.map
+		snort.conf threshold.conf unicode.map file_magic.conf
 
 DOCS=		RELEASE.NOTES doc/AUTHORS doc/BUGS doc/CREDITS \
 		doc/README* doc/USAGE doc/*.pdf

Modified: head/security/snort/pkg-plist
==============================================================================
--- head/security/snort/pkg-plist	Tue Jan  6 13:07:41 2015	(r376423)
+++ head/security/snort/pkg-plist	Tue Jan  6 13:19:10 2015	(r376424)
@@ -1,3 +1,4 @@
+%%FILEINSPECT%%bin/file_server
 bin/snort
 bin/u2boat
 bin/u2spewfoo
@@ -30,6 +31,9 @@ etc/snort/threshold.conf-sample
 @unexec if cmp  -s %D/etc/snort/unicode.map-sample %D/etc/snort/unicode.map; then rm -f %D/etc/snort/unicode.map; fi
 etc/snort/unicode.map-sample
 @exec if [ ! -f %D/etc/snort/unicode.map ] ; then cp -p %D/%F %B/unicode.map; fi
+ at unexec if cmp  -s %D/etc/snort/file_magic.conf-sample %D/etc/snort/file_magic.conf; then rm -f %D/etc/snort/file_magic.conf; fi
+etc/snort/file_magic.conf-sample
+ at exec if [ ! -f %D/etc/snort/file_magic.conf ] ; then cp -p %D/%F %B/file_magic.conf; fi
 include/snort/dynamic_output/bitop.h
 include/snort/dynamic_output/ipv6_port.h
 include/snort/dynamic_output/obfuscation.h
@@ -127,6 +131,10 @@ lib/snort_dynamicpreprocessor/libsf_dns_
 lib/snort_dynamicpreprocessor/libsf_dns_preproc.so
 lib/snort_dynamicpreprocessor/libsf_dns_preproc.so.0
 lib/snort_dynamicpreprocessor/libsf_dns_preproc.so.0.0.0
+%%FILEINSPECT%%lib/snort_dynamicpreprocessor/libsf_file_preproc.a
+%%FILEINSPECT%%lib/snort_dynamicpreprocessor/libsf_file_preproc.so
+%%FILEINSPECT%%lib/snort_dynamicpreprocessor/libsf_file_preproc.so.0
+%%FILEINSPECT%%lib/snort_dynamicpreprocessor/libsf_file_preproc.so.0.0.0
 lib/snort_dynamicpreprocessor/libsf_ftptelnet_preproc.a
 lib/snort_dynamicpreprocessor/libsf_ftptelnet_preproc.so
 lib/snort_dynamicpreprocessor/libsf_ftptelnet_preproc.so.0
@@ -204,6 +212,7 @@ man/man8/snort.8.gz
 %%PORTDOCS%%%%DOCSDIR%%/README.event_queue
 %%PORTDOCS%%%%DOCSDIR%%/README.file
 %%PORTDOCS%%%%DOCSDIR%%/README.file_ips
+%%FILEINSPECT%%%%PORTDOCS%%%%DOCSDIR%%/README.file_server
 %%PORTDOCS%%%%DOCSDIR%%/README.filters
 %%PORTDOCS%%%%DOCSDIR%%/README.flowbits
 %%PORTDOCS%%%%DOCSDIR%%/README.frag3


More information about the svn-ports-all mailing list