1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/misc/splitvt/Makefile
Kris Kennaway e7762da999 Mark FORBIDDEN because the splitvt binary is not installed setuid,
therefore it can't change the permissions on the child tty and leaves it
world readable/writable. Furthermore, there's a buffer overflow when the
binary *is* setuid.

Submitted by:	Joey Hess <joey@kitenet.net>
2000-06-20 01:41:26 +00:00

29 lines
675 B
Makefile

# ex:ts=8
# Ports collection makefile for: Splitvt
# Date created: Fri Oct 4, 1996
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
# $FreeBSD$
#
PORTNAME= splitvt
PORTVERSION= 1.6.3
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= utils/console
MAINTAINER= obrien@FreeBSD.org
FORBIDDEN= "Doesn't change permissions on pty, leaving it mode 666. Making it setuid isn't a solution because there's a buffer overflow."
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
ALL_TARGET=
MAN1= splitvt.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/splitvt ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/splitvt.1 ${PREFIX}/man/man1
.include <bsd.port.mk>