pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/snort-prelude This is a package providing a versio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/81ec5ae98278
branches:  trunk
changeset: 507232:81ec5ae98278
user:      shannonjr <shannonjr%pkgsrc.org@localhost>
date:      Sun Jan 29 16:50:58 2006 +0000

description:
This is a package providing a version of snort that functions as a sensor
in the Prelude hybrid IDS system. This snort version will report alerts
to the coonfigured Prelude manager. The overhead of this reporting option
is comparable to barnyard.

This is one of several new Prelude packages.

diffstat:

 net/snort-prelude/Makefile |  25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diffs (29 lines):

diff -r a84f3a638603 -r 81ec5ae98278 net/snort-prelude/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/snort-prelude/Makefile        Sun Jan 29 16:50:58 2006 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/01/29 16:50:58 shannonjr Exp $
+
+.include "../../net/snort/Makefile.common"
+
+PKGNAME=       ${DISTNAME:S/-/-prelude-/}
+PKGREVISION=   2
+
+COMMENT=       Network Intrusion Detection System (with MySQL support)
+
+CONFLICTS+=    snort-[0-9]*
+CONFLICTS+=    snort-pgsql-[0-9]*
+CONFLICTS+=    snort-mysql-[0-9]*
+
+PKGDIR=                ${.CURDIR}/../../net/snort
+FILESDIR=      ${PKGDIR}/files
+PATCHDIR=      ${PKGDIR}/patches
+DISTINFO_FILE= ${PKGDIR}/distinfo
+
+CONFIGURE_ARGS+=       --enable-prelude
+CONFIGURE_ARGS+=       --localstatedir=/var/run
+CONFIGURE_ARGS+=       --sharedstatedir=/var/run
+
+.include "../../security/libprelude/buildlink3.mk"
+.include "../../security/libpreludedb/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index