- SECURITY update of lftp to 4.0.8

SA39861: LFTP Insecure "Content-Disposition" Suggested Filename Handling Weakness

ok kevlo@ (MAINTAINER)
This commit is contained in:
jasper 2010-05-26 06:55:53 +00:00
parent e2584a3007
commit 039e1f150c
4 changed files with 15 additions and 15 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.82 2009/12/31 14:31:37 kevlo Exp $
# $OpenBSD: Makefile,v 1.83 2010/05/26 06:55:53 jasper Exp $
COMMENT= shell-like command line ftp and sftp client
DISTNAME= lftp-4.0.5
DISTNAME= lftp-4.0.8
CATEGORIES= net
HOMEPAGE= http://lftp.yar.ru/

View File

@ -1,5 +1,5 @@
MD5 (lftp-4.0.5.tar.gz) = c+pRnJ6c36R7cUxckQk6DQ==
RMD160 (lftp-4.0.5.tar.gz) = obCTGsaSvP1R22QVP9SN7GNTK7A=
SHA1 (lftp-4.0.5.tar.gz) = sj65dOz9DOS66UOX3qum5pTtecc=
SHA256 (lftp-4.0.5.tar.gz) = Os8RnLF8Gh10UzxDGmyROq30TaUPZQf57U3EO+sb35I=
SIZE (lftp-4.0.5.tar.gz) = 2198059
MD5 (lftp-4.0.8.tar.gz) = EztEbohzVLkxy3HSDsymXw==
RMD160 (lftp-4.0.8.tar.gz) = Q70EyiyEOXWN+pIVPZkhe8uSU+I=
SHA1 (lftp-4.0.8.tar.gz) = EiYjnyQkEbN1zEy3Jf2ZT/uKGSE=
SHA256 (lftp-4.0.8.tar.gz) = Mm6GKTP36UKGOaOQG/Pb8D/rlhvSP4+L5Xm+EDGpSMs=
SIZE (lftp-4.0.8.tar.gz) = 2244978

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_Makefile_in,v 1.3 2009/09/24 06:40:05 jasper Exp $
--- src/Makefile.in.orig Wed Sep 23 09:49:12 2009
+++ src/Makefile.in Wed Sep 23 18:51:33 2009
@@ -141,7 +141,7 @@ libLTLIBRARIES_INSTALL = $(INSTALL)
$OpenBSD: patch-src_Makefile_in,v 1.4 2010/05/26 06:55:53 jasper Exp $
--- src/Makefile.in.orig Mon May 24 17:19:13 2010
+++ src/Makefile.in Tue May 25 15:19:16 2010
@@ -148,7 +148,7 @@ libLTLIBRARIES_INSTALL = $(INSTALL)
pkgverlibLTLIBRARIES_INSTALL = $(INSTALL)
LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) \
$(pkgverlib_LTLIBRARIES)

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-src_Resolver_cc,v 1.7 2009/09/24 06:40:05 jasper Exp $
--- src/Resolver.cc.orig Tue Jan 27 22:43:12 2009
+++ src/Resolver.cc Thu Apr 2 17:47:17 2009
@@ -764,8 +764,6 @@ void Resolver::LookupOne(const char *name)
$OpenBSD: patch-src_Resolver_cc,v 1.8 2010/05/26 06:55:53 jasper Exp $
--- src/Resolver.cc.orig Tue Nov 17 09:16:44 2009
+++ src/Resolver.cc Tue May 25 15:19:16 2010
@@ -795,8 +795,6 @@ void Resolver::LookupOne(const char *name)
# undef h_errno // it could be a macro, but we want it to be local variable.
int h_errno=0;
ha=getipnodebyname(name,af,0,&h_errno);