From cb17e52db35b20e417376bd2d749cac269c24470 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:19:01 +0000 Subject: [PATCH] auto-import changelog data from lftp-2.6.10-3.src.rpm Tue Dec 16 2003 Nalin Dahyabhai 2.6.10-3 - add patch to avoid DoS when connecting to HTTP servers (or "HTTP" "servers") which don't provide status headers, or provide empty lines instead of status headers --- lftp.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/lftp.spec b/lftp.spec index dffcb06..a2a84c2 100644 --- a/lftp.spec +++ b/lftp.spec @@ -1,11 +1,12 @@ Summary: A sophisticated file transfer program Name: lftp Version: 2.6.10 -Release: 1 +Release: 3 License: GPL Group: Applications/Internet Source0: http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-%{version}.tar.bz2 Source1: http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-%{version}.tar.bz2.asc +Patch0: lftp-2.6.10-malformed.patch URL: http://lftp.yar.ru/ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildPrereq: ncurses-devel, openssl-devel, pkgconfig, readline-devel @@ -18,6 +19,7 @@ reliability in mind. %prep %setup -q +%patch0 -p1 -b .malformed %build if pkg-config openssl ; then @@ -63,6 +65,14 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/lftp/%{version}/proto-http.so %changelog +* Tue Dec 16 2003 Nalin Dahyabhai 2.6.10-3 +- add patch to avoid DoS when connecting to HTTP servers (or "HTTP" "servers") + which don't provide status headers, or provide empty lines instead of status + headers + +* Fri Dec 12 2003 Nalin Dahyabhai 2.6.10-2 +- rebuild + * Fri Dec 12 2003 Nalin Dahyabhai 2.6.10-1 - update to 2.6.10, which folds in the previous patches - configure with --with-debug so that we get useful debug info