From ab0d824775af7f180aa55b58d4ac775abd4c44a7 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:17:05 +0000 Subject: [PATCH] auto-import lftp-2.5.2-6 from lftp-2.5.2-6.src.rpm --- lftp.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/lftp.spec b/lftp.spec index f38bbe1..66feb2a 100644 --- a/lftp.spec +++ b/lftp.spec @@ -1,10 +1,11 @@ Summary: A sophisticated file transfer program Name: lftp Version: 2.5.2 -Release: 5 +Release: 6 License: GPL Group: Applications/Internet -Source: http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-%{version}.tar.gz +Source0: http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-%{version}.tar.gz +Patch0: lftp-2.6.9-ulf.patch URL: http://lftp.yar.ru/ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildPrereq: ncurses-devel, openssl-devel, readline-devel @@ -16,7 +17,8 @@ mirroring, and can transfer several files in parallel. It is designed with reliability in mind. %prep -%setup -q +%setup -q +%patch0 -p1 -b .ulf %build LDFLAGS=-L`pwd`/src/.libs ; export LDFLAGS @@ -50,6 +52,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/lftp/%{version}/proto-http.so %changelog +* Tue Dec 9 2003 Nalin Dahyabhai 2.5.2-6 +- include patch based on patch from Ulf Härnhammar to fix unsafe use of + sscanf when reading http directory listings (CAN-2003-0963) + * Sat Aug 10 2002 Elliot Lee - rebuilt with gcc-3.2 (we hope)