diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-11-05 21:54:46 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-11-05 21:54:46 +0000 |
commit | dff5dcf9576f244154d7946374b777c580e3cbbe (patch) | |
tree | 0e1abd56e7b1a1d5e85bd8919a52d81efc510f73 /ftp/gftp/Makefile | |
parent | - gftp -- multiple vulnerabilities (diff) |
- Kalle Olavi Niemitalo discovered two boundary errors in fsplib code
included in gFTP when processing overly long directory or file names.
- Bump PORTREVISION
Reviewed by: simon
Approved by: portmgr (erwin)
Obtained from: gentoo cvs
Security: http://www.vuxml.org/freebsd/f8b0f83c-8bb3-11dc-bffa-0016179b2dd5.html
Diffstat (limited to 'ftp/gftp/Makefile')
-rw-r--r-- | ftp/gftp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/gftp/Makefile b/ftp/gftp/Makefile index 43275c0bdbf9..88b428064136 100644 --- a/ftp/gftp/Makefile +++ b/ftp/gftp/Makefile @@ -7,7 +7,7 @@ PORTNAME= gftp PORTVERSION= 2.0.18 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= ftp MASTER_SITES= http://gftp.seul.org/ \ ftp://gftp.seul.org/pub/gftp/ |