mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
92370b46b1
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>
25 lines
420 B
Makefile
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>
|