aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-09-22 16:47:25 +0800
committerclsung <clsung@FreeBSD.org>2006-09-22 16:47:25 +0800
commit04e9f2ff3565ed1ca7268132ed8d6f908e8d8c94 (patch)
tree10a2b39c7ba2b38df91b93dcb5d9220d1198b63e
parent21d0305a2ff8ebb242b0bb8048df720cfb26a905 (diff)
downloadfreebsd-ports-gnome-04e9f2ff3565ed1ca7268132ed8d6f908e8d8c94.tar.gz
freebsd-ports-gnome-04e9f2ff3565ed1ca7268132ed8d6f908e8d8c94.tar.zst
freebsd-ports-gnome-04e9f2ff3565ed1ca7268132ed8d6f908e8d8c94.zip
- Update to 2.6.0.2
- let snort to packet sniff several different network interfaces - Contributed by Matthew Seaman <matthew dot seaman_AT_thebunker dot net>
-rw-r--r--security/snort/Makefile3
-rw-r--r--security/snort/distinfo12
-rw-r--r--security/snort/files/snort.sh.in3
-rw-r--r--security/snort/pkg-plist6
4 files changed, 12 insertions, 12 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile
index c627146b5b8b..351822a8464f 100644
--- a/security/snort/Makefile
+++ b/security/snort/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= snort
-PORTVERSION= 2.6.0
-PORTREVISION= 1
+PORTVERSION= 2.6.0.2
CATEGORIES= security
MASTER_SITES= http://www.snort.org/dl/current/
diff --git a/security/snort/distinfo b/security/snort/distinfo
index 8e68cce097c3..9841061b8d96 100644
--- a/security/snort/distinfo
+++ b/security/snort/distinfo
@@ -1,9 +1,3 @@
-MD5 (snort-2.6.0.tar.gz) = 88bb7f628e5bf1edc6409fbb126eaed0
-SHA256 (snort-2.6.0.tar.gz) = 0acbfedf728df3d63ed075a56259b81ab5e26099051ceb5808e0c87329fe588d
-SIZE (snort-2.6.0.tar.gz) = 3322826
-MD5 (snort-2.6.0.tar.gz.sig) = bc867f80d02cd31b6ffe73e74aa83e77
-SHA256 (snort-2.6.0.tar.gz.sig) = 86010b715ea3ee4a384f4e87261d9e634766306edac49a79bfcb7bbf14e55015
-SIZE (snort-2.6.0.tar.gz.sig) = 65
-MD5 (sp_respond2.diff.gz) = ebf5985b3baef3be2e99d11074f06ada
-SHA256 (sp_respond2.diff.gz) = 14902da7779524801ff8130ac77bc2d95467f446e30050aba3db0ebdb17cee27
-SIZE (sp_response2.diff.gz) = 13452
+MD5 (snort-2.6.0.2.tar.gz) = 5c094ff6d82db845a5f023e4a492103e
+SHA256 (snort-2.6.0.2.tar.gz) = 07bd7ac7b645d1380ace65b33c064ed58d9dc21bd736b1f76bc575dc22e1a5e2
+SIZE (snort-2.6.0.2.tar.gz) = 3350277
diff --git a/security/snort/files/snort.sh.in b/security/snort/files/snort.sh.in
index e81c40b90e97..583595cd6f61 100644
--- a/security/snort/files/snort.sh.in
+++ b/security/snort/files/snort.sh.in
@@ -30,7 +30,8 @@ load_rc_config $name
[ -z "$snort_conf" ] && snort_conf="%%PREFIX%%/etc/snort/snort.conf"
[ -z "$snort_flags" ] && snort_flags="-Dq"
-[ -n "$snort_interface" ] && snort_flags="$snort_flags -i $snort_interface"
+[ -n "$snort_interface" ] && snort_flags="$snort_flags -i $snort_interface" \
+ && pidfile="/var/run/snort_${snort_interface}.pid"
[ -n "$snort_conf" ] && snort_flags="$snort_flags -c $snort_conf"
run_rc_command "$1"
diff --git a/security/snort/pkg-plist b/security/snort/pkg-plist
index d31df9368107..9d86a06a8e27 100644
--- a/security/snort/pkg-plist
+++ b/security/snort/pkg-plist
@@ -51,6 +51,10 @@ etc/snort/unicode.map-sample
%%DYNAMIC%%lib/snort/dynamicengine/libsf_engine.la
%%DYNAMIC%%lib/snort/dynamicengine/libsf_engine.a
%%DYNAMIC%%@dirrmtry lib/snort/dynamicengine
+%%DYNAMIC%%lib/snort/dynamicpreprocessor/libsf_dns_preproc.so
+%%DYNAMIC%%lib/snort/dynamicpreprocessor/libsf_dns_preproc.so.0
+%%DYNAMIC%%lib/snort/dynamicpreprocessor/libsf_dns_preproc.la
+%%DYNAMIC%%lib/snort/dynamicpreprocessor/libsf_dns_preproc.a
%%DYNAMIC%%lib/snort/dynamicpreprocessor/libsf_ftptelnet_preproc.so
%%DYNAMIC%%lib/snort/dynamicpreprocessor/libsf_ftptelnet_preproc.so.0
%%DYNAMIC%%lib/snort/dynamicpreprocessor/libsf_ftptelnet_preproc.la
@@ -62,6 +66,7 @@ etc/snort/unicode.map-sample
%%DYNAMIC%%@dirrmtry lib/snort/dynamicpreprocessor
%%DYNAMIC%%@dirrmtry lib/snort
%%EXAMPLESDIR%%/classification.config-sample
+%%EXAMPLESDIR%%/create_db2
%%EXAMPLESDIR%%/create_mssql
%%EXAMPLESDIR%%/create_mysql
%%EXAMPLESDIR%%/create_oracle.sql
@@ -91,6 +96,7 @@ etc/snort/unicode.map-sample
%%PORTDOCS%%%%DOCSDIR%%/README.asn1
%%PORTDOCS%%%%DOCSDIR%%/README.csv
%%PORTDOCS%%%%DOCSDIR%%/README.database
+%%PORTDOCS%%%%DOCSDIR%%/README.dns
%%PORTDOCS%%%%DOCSDIR%%/README.event_queue
%%PORTDOCS%%%%DOCSDIR%%/README.flow
%%PORTDOCS%%%%DOCSDIR%%/README.flowbits