mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
e7762da999
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>
29 lines
675 B
Makefile
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>
|