pkgsrc-wip/prelude-lml/Makefile
Adrian Portelli 8ba52559ce Version bump from 0.8.5 to 0.8.6
2003-10-22  Yoann Vandoorselaere  <yoann@prelude-ids.org>

        * NEWS: updated.
        * configure.in: bump version to 0.8.6.

        * plugins/simple/simple.c:
        (create_service_port): if the variable is prefixed with 0x or 0X,
        then set VARIABLE_CONTENT_TYPE_HEX. So that we force it to be read
        as a base 16 value later.

        (resolve_variable): do not use atoi() anymore, but use strtol().
        Default base argument is 0, allowing to automatically handle decimal,
        hexadecimal, and octal. For value that contain hex, but not prefixed
        by 0x, then 0x should added as the variable prefix, so that we know
        how to handle it.

        * plugins/simple/simple.c (resolve_variable):
        Avoid to test the value with isdigit if VARIABLE_CONTENT_TYPE_HEX
        is set. This is used for hexadecimal value only. Fix problem if
        first byte of an hexadecimal value is not a digit.

2003-10-21  Stéphane Loeuillet <stephane.loeuillet@tiscali.fr>

        * plugins/simple/ruleset/portsentry.rules :
        add a new rule concerning dropped packets

        * plugins/simple/ruleset/zyxel.rules :
        add a rule for PPP logs
        specify ruleset/rule number concerned by a Filter log
        add a H before port number as they are in hexadecimal in those logs

2003-10-11  Krzysztof Zaraska  <kzaraska@student.uci.agh.edu.pl>

        * src/lml-alert.c(generate_target):
        fixed handling return value of prelude_inet_getaddrinfo().

        * plugins/simple/ipfw.rules:
        fixed ICMP rules. Thanks to mark@fantoma.net for the report.
2004-02-07 14:52:14 +00:00

28 lines
731 B
Makefile

# $NetBSD: Makefile,v 1.4 2004/02/07 14:52:14 adrian_p Exp $
DISTNAME= prelude-lml-0.8.6
CATEGORIES= net www
MASTER_SITES= http://www.prelude-ids.org/download/releases/
MAINTAINER= adrianp@stindustries.net
HOMEPAGE= http://www.prelude-ids.org/
COMMENT= Prelude HIDS sensor
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_GNU_TOOLS+= make
USE_PKGINSTALL= YES
PKG_SYSCONFSUBDIR= prelude-lml
CONF_FILES= ${WRKSRC}/prelude-lml.conf \
${PKG_SYSCONFDIR}/prelude-lml.conf
CONF_FILES+= ${WRKSRC}/plugins.rules \
${PKG_SYSCONFDIR}/plugins.rules
PTHREAD_OPTS= require
.include "../../wip/libprelude/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"
.include "../../devel/pcre/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"