pkgsrc-wip/prelude-nids/Makefile

28 lines
654 B
Makefile
Raw Normal View History

Version bump from 0.8.4 to 0.8.6 2003-12-09 Yoann Vandoorselaere <yoann@prelude-ids.org> * NEWS: updated. * configure.in: bump version number. 2003-12-06 Yoann Vandoorselaere <yoann@mandrakesoft.com> * src/capture.c (capture_get_device_address): * src/pconfig.c (set_capture_from_device): don't issue a warning if we can't retrieve devices address. This might happen in case the interface is not bound to any addr (stealth). The warning here used to confuse the user. 2003-12-05 Yoann Vandoorselaere <yoann@prelude-ids.org> * src/capture.c (setup_capture_from_device): change the error message, that was sometime misinterpreted by the user, to a message notifying the user the interface is configured in stealth mode. 2003-11-09 Yoann Vandoorselaere <yoann@prelude-ids.org> * Makefile.am (EXTRA_DIST): add COPYING.OpenSSL. 2003-10-28 Yoann Vandoorselaere <yoann@prelude-ids.org> * src/rules-default.c (signature_match_content): fix detect_offset_end calculation. This could impact with some rule that use different, absolute offset. 2003-10-22 Yoann Vandoorselaere <yoann@prelude-ids.org> * NEWS: updated. * configure.in: bump version number to 0.8.5. 2003-10-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr> * plugins/detects/snortrules/ruleset/prelude.rules: file deleted. this is a generated file and should have never been there in the first place. 2003-10-21 Yoann Vandoorselaere <yoann@prelude-ids.org> * src/tcp-stream.c (split_segment_if_needed): (is_segment_splited): (store_last_packet): (free_unsplited_chunk): implemented. (tcp_stream_reasm): fix long time happening assertion failure due to partly acked packet. Code cleanup.
2004-02-07 15:32:58 +01:00
# $NetBSD: Makefile,v 1.4 2004/02/07 14:32:58 adrian_p Exp $
Version bump from 0.8.4 to 0.8.6 2003-12-09 Yoann Vandoorselaere <yoann@prelude-ids.org> * NEWS: updated. * configure.in: bump version number. 2003-12-06 Yoann Vandoorselaere <yoann@mandrakesoft.com> * src/capture.c (capture_get_device_address): * src/pconfig.c (set_capture_from_device): don't issue a warning if we can't retrieve devices address. This might happen in case the interface is not bound to any addr (stealth). The warning here used to confuse the user. 2003-12-05 Yoann Vandoorselaere <yoann@prelude-ids.org> * src/capture.c (setup_capture_from_device): change the error message, that was sometime misinterpreted by the user, to a message notifying the user the interface is configured in stealth mode. 2003-11-09 Yoann Vandoorselaere <yoann@prelude-ids.org> * Makefile.am (EXTRA_DIST): add COPYING.OpenSSL. 2003-10-28 Yoann Vandoorselaere <yoann@prelude-ids.org> * src/rules-default.c (signature_match_content): fix detect_offset_end calculation. This could impact with some rule that use different, absolute offset. 2003-10-22 Yoann Vandoorselaere <yoann@prelude-ids.org> * NEWS: updated. * configure.in: bump version number to 0.8.5. 2003-10-21 Stephane Loeuillet <stephane.loeuillet@tiscali.fr> * plugins/detects/snortrules/ruleset/prelude.rules: file deleted. this is a generated file and should have never been there in the first place. 2003-10-21 Yoann Vandoorselaere <yoann@prelude-ids.org> * src/tcp-stream.c (split_segment_if_needed): (is_segment_splited): (store_last_packet): (free_unsplited_chunk): implemented. (tcp_stream_reasm): fix long time happening assertion failure due to partly acked packet. Code cleanup.
2004-02-07 15:32:58 +01:00
DISTNAME= prelude-nids-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 NIDS sensor
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
USE_GNU_TOOLS+= make
USE_PKGINSTALL= YES
PTHREAD_OPTS= require
PKG_SYSCONFSUBDIR= prelude-nids
CONF_FILES= ${WRKSRC}/prelude-nids.conf \
${PKG_SYSCONFDIR}/prelude-nids.conf
CONFIGURE_ARGS+= --enable-ipv6
.include "../../wip/libprelude/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"