1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/devel/cscope/Makefile
Pete Fritchman 92370b46b1 Fix CAN-2004-0996 vulnerability & bump PORTREVISION:
main.c in cscope 15-4 and 15-5 creates temporary files with
	predictable filenames, which allows local users to overwrite
	arbitrary files via a symlink attack.

PR:		75104
Submitted by:	Matthias Andree <matthias.andree@gmx.de>
2004-12-15 16:37:44 +00:00

25 lines
420 B
Makefile

# ex:ts=8
# ports collection makefile for: cscope
# Date created: 1998-11-21
# Whom: Castor Fu
#
# $FreeBSD$
#
PORTNAME= cscope
PORTVERSION= 15.5
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= petef@FreeBSD.org
COMMENT= An interactive C program browser
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-yacc
MAN1= cscope.1
.include <bsd.port.mk>