pkgsrc-wip/honeyd/Makefile
Adrian Portelli 690a09240a Version bump from 0.7 to 0.8. Mainly a security fix addressing:
- Do not answer to TCP segments that carry both SYN and RST flags. Without
  this fix, it is easy to remotely detect Honeyd.
- Drop privileges if permitted by configuration.
2004-02-10 23:31:45 +00:00

24 lines
607 B
Makefile

# $NetBSD: Makefile,v 1.2 2004/02/10 23:31:45 adrian_p Exp $
#
DISTNAME= honeyd-0.8
CATEGORIES= security net
MASTER_SITES= http://niels.xtdnet.nl/honeyd/
MAINTAINER= adrianp@stindustries.net
HOMEPAGE= http://niels.xtdnet.nl/honeyd/index.php
COMMENT= Small daemon that creates virtual hosts on a network
DEPENDS+= honeyd-arpd>=0.2:../../wip/honeyd-arpd
USE_PKGINSTALL= YES
RCD_SCRIPTS= honeyd
GNU_CONFIGURE= YES
USE_BUILDLINK2= YES
.include "../../devel/libevent/buildlink2.mk"
.include "../../net/libdnet/buildlink2.mk"
.include "../../net/libpcap/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"