From 6b9d2c117ba2e4c82a0aef9e3356a8d5609e63e0 Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 30 Apr 2001 07:33:39 +0000 Subject: Upgrade to gftp 2.0.8 and mark FORBIDDEN. gftp 2.0.8 was a security update to fix a remotely exploitable format string vulnerability, but in the course of trying to make the new version actually build I discovered that it also has local tempfile vulnerabilities, among other problems. --- ftp/gftp/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ftp/gftp/Makefile') diff --git a/ftp/gftp/Makefile b/ftp/gftp/Makefile index 4de93c2..d20db25 100644 --- a/ftp/gftp/Makefile +++ b/ftp/gftp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gftp -PORTVERSION= 2.0.7b +PORTVERSION= 2.0.8 CATEGORIES= ftp MASTER_SITES= http://gftp.seul.org/ \ ftp://gftp.seul.org/pub/gftp/ @@ -20,6 +20,8 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" +FORBIDDEN= "Insecure temporary files up the wazoo" + MAN1= gftp.1 .include -- cgit v1.1