summaryrefslogtreecommitdiff
path: root/net/snort/Makefile.common
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2005-04-27 18:36:25 +0000
committeradrianp <adrianp@pkgsrc.org>2005-04-27 18:36:25 +0000
commit3dee82540ae463e9f2b5e98aebcd36b1c20a7915 (patch)
treea8e4238063f327c85fa03c4f2a2740a62a2336fb /net/snort/Makefile.common
parentc2cfecc642b84bddab50bab04805d8d876f03a8d (diff)
downloadpkgsrc-3dee82540ae463e9f2b5e98aebcd36b1c20a7915.tar.gz
- Update snort to 2.3.3
- Fix /var => ${VARBASE} - Changes Include: > * Issues with suppressing sfPortscan Open Ports have been fixed. > > * Added a new mini-preprocessor to catch the X-Link2State > vulnerability. This preprocessor can be configured to drop the > offending connection when in Inline-mode. Please read snort.conf or > the snort manual for more details. This preprocessor is enabled by > default in snort.conf.
Diffstat (limited to 'net/snort/Makefile.common')
-rw-r--r--net/snort/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/snort/Makefile.common b/net/snort/Makefile.common
index 4fe113da173..1d4659cf23e 100644
--- a/net/snort/Makefile.common
+++ b/net/snort/Makefile.common
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.19 2005/04/11 21:46:59 tv Exp $
+# $NetBSD: Makefile.common,v 1.20 2005/04/27 18:36:25 adrianp Exp $
#
-DISTNAME= snort-2.3.2
+DISTNAME= snort-2.3.3
CATEGORIES= net security
MASTER_SITES= http://www.snort.org/dl/current/ \
ftp://the.wiretapped.net/pub/security/network-intrusion-detection/snort/ \
@@ -27,7 +27,7 @@ PKG_GROUPS= ${SNORT_GROUP}
PKG_USERS= ${SNORT_USER}:${SNORT_GROUP}::Snort\\ user
FILES_SUBST+= SNORT_USER="${SNORT_USER}" SNORT_GROUP="${SNORT_GROUP}"
-OWN_DIRS_PERMS= /var/log/snort ${SNORT_USER} ${SNORT_GROUP} 700
+OWN_DIRS_PERMS= ${VARBASE}/log/snort ${SNORT_USER} ${SNORT_GROUP} 700
CONF_FILES= ${EGDIR}/snort.conf.default \
${PKG_SYSCONFDIR}/snort.conf
CONF_FILES+= ${EGDIR}/threshold.conf \