summaryrefslogtreecommitdiff
path: root/security/prelude-lml/Makefile
diff options
context:
space:
mode:
authorshannonjr <shannonjr>2007-09-03 13:46:04 +0000
committershannonjr <shannonjr>2007-09-03 13:46:04 +0000
commit0b721827a54a485268f0ce505fd2593060b9957c (patch)
tree20c9ca613474455f03a83da553578d9a892249c9 /security/prelude-lml/Makefile
parent2ee0a1ba39d17c7fc73d08fc9a3ada8dbd771c02 (diff)
downloadpkgsrc-0b721827a54a485268f0ce505fd2593060b9957c.tar.gz
Update to 0.9.10.1. Changes:
- Make SSH rules IPv6 compliants, allowing to merge old IPv6 only rules with IPv4 rules. Some additional minor bug fixes (fix #232). - Fix incorrect target user assignment, as well as incorrect PCRE reference in assessment.impact.description (Paul Robert Marino <prmarino1@gmail.com>) (fix #232). - CISCO router acl lists can now use names instead of numbers. This made rule id=500 in cisco-router.rules fail to alert on packet denys on newer cisco devices (Paul Robert Marino <prmarino1@gmail.com>). - Fix Apache formating when Apache logname or user is set (Robin Gruyters <r.gruyters@yirdis.nl> and <andre@vandervlies.xs4all.nl>) (fix #229). - Invalid user.user_id(0).name assignement in SSH rule 1913 (Scott Olihovik <skippylou@gmail.com>) (fix #243). - Various bug fixes and minor improvements.
Diffstat (limited to 'security/prelude-lml/Makefile')
-rw-r--r--security/prelude-lml/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/security/prelude-lml/Makefile b/security/prelude-lml/Makefile
index 7eb8d2d3f0e..db37b0c3e85 100644
--- a/security/prelude-lml/Makefile
+++ b/security/prelude-lml/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2007/08/04 09:29:29 shannonjr Exp $
+# $NetBSD: Makefile,v 1.19 2007/09/03 13:46:04 shannonjr Exp $
#
-DISTNAME= prelude-lml-0.9.10
+DISTNAME= prelude-lml-0.9.10.1
CATEGORIES= security
MASTER_SITES= http://www.prelude-ids.org/download/releases/ \
http://www.prelude-ids.org/download/releases/old/
@@ -29,6 +29,7 @@ CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
RCD_SCRIPTS= preludelml
PRELUDE_USER?= _prelude
PRELUDE_GROUP?= _prelude
+BUILD_DEFS+= VARBASE
PRELUDE_LML_PID_DIR= ${VARBASE}/run/prelude-lml
PRELUDE_HOME= ${VARBASE}/prelude-lml
@@ -65,7 +66,7 @@ CONF_FILES_PERMS+= ${EGDIR}/prelude-lml.conf ${PKG_SYSCONFDIR}/prelude-lml.conf
selinux.rules sendmail.rules shadow-utils.rules single.rules \
squid.rules ssh.rules sudo.rules tripwire.rules vigor.rules \
vpopmail.rules webmin.rules wu-ftp.rules zywall.rules zyxel.rules
-CONF_FILES+= ${EGDIR}/${f:Q} ${PKG_SYSCONFDIR}/${f:Q}
+CONF_FILES+= ${EGDIR}/ruleset/${f:Q} ${PKG_SYSCONFDIR}/ruleset/${f:Q}
.endfor
pre-patch: