freebsd-ports/security/ident2/Makefile
Jacques Vidrine 11758f81a7 Jack of RaptureSecurity reported a double byte buffer overflow in
ident2.  The bug may allow a remote attacker to execute arbitrary code
within the context of the ident2 daemon.  The daemon typically runs as
user-ID `nobody', but with group-ID `wheel'.
2004-04-16 16:25:36 +00:00

23 lines
504 B
Makefile

# New ports collection makefile for: ident2
# Date created: 30 Nov 1999
# Whom: rod@zort.on.ca
#
# $FreeBSD$
#
PORTNAME= ident2
PORTVERSION= 1.04
PORTREVISION= 1
CATEGORIES= security net
MASTER_SITES= http://michael.bacarella.com/projects/ident2/
DISTNAME= ident2-v${PORTVERSION}_FINAL
MAINTAINER= scorpio@drkshdw.org
COMMENT= An RFC1413 identification server which also supports random replies
USE_BZIP2= yes
GNU_CONFIGURE= yes
MAN8= ident2.8
PLIST_FILES= sbin/ident2
.include <bsd.port.mk>