diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2003-12-12 16:48:47 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2003-12-12 16:48:47 +0000 |
commit | 269805f42176e32e43ca584807e3918c46125b0a (patch) | |
tree | 7f328027a8efdb3e8edf28823a647593232ac8b6 /ftp/lftp | |
parent | d5f65aeebc09555250d1bf7addeb62d851020819 (diff) |
A buffer overflow exists in lftp <= 2.6.9 which may be triggered when
requesting a directory listing from a malicious server over HTTP.
From the `NEWS' file:
* security fixes in html parsing code
Notes
Notes:
svn path=/head/; revision=95675
Diffstat (limited to 'ftp/lftp')
-rw-r--r-- | ftp/lftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/lftp/distinfo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 095d309a3648..c8ffe6e9d458 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= lftp -PORTVERSION= 2.6.9 +PORTVERSION= 2.6.10 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/ \ ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/old/ \ diff --git a/ftp/lftp/distinfo b/ftp/lftp/distinfo index e665cf294ff7..3f2295a60b8a 100644 --- a/ftp/lftp/distinfo +++ b/ftp/lftp/distinfo @@ -1 +1 @@ -MD5 (lftp-2.6.9.tar.bz2) = 34ae6b74b003e99ccae4dd82122192ed +MD5 (lftp-2.6.10.tar.bz2) = 851387ab94bad8013d20ba7d3758b603 |