auto-import changelog data from lftp-2.6.10-3.src.rpm

Tue Dec 16 2003 Nalin Dahyabhai <nalin@redhat.com> 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
This commit is contained in:
cvsdist 2004-09-09 07:19:01 +00:00
parent 4f6a89a4c9
commit cb17e52db3

View File

@ -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 <nalin@redhat.com> 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 <nalin@redhat.com> 2.6.10-2
- rebuild
* Fri Dec 12 2003 Nalin Dahyabhai <nalin@redhat.com> 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