diff options
author | kris <kris@FreeBSD.org> | 2001-04-30 07:33:39 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-04-30 07:33:39 +0000 |
commit | 6b9d2c117ba2e4c82a0aef9e3356a8d5609e63e0 (patch) | |
tree | 628619502c72dbc8ca971469bd14648e3294b1e8 /ftp/gftp/Makefile | |
parent | 283e0a01938e8e6ae11aa9f9ed7bba97bef69b01 (diff) | |
download | FreeBSD-ports-6b9d2c117ba2e4c82a0aef9e3356a8d5609e63e0.zip FreeBSD-ports-6b9d2c117ba2e4c82a0aef9e3356a8d5609e63e0.tar.gz |
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.
Diffstat (limited to 'ftp/gftp/Makefile')
-rw-r--r-- | ftp/gftp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 <bsd.port.pre.mk> |