From 56d802eefb1e5b20cc4e5d6155d3b5ea10de1b13 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 07:16:01 +0000 Subject: [PATCH] =?UTF-8?q?auto-import=20changelog=20data=20from=20lftp-2.?= =?UTF-8?q?4.9-2.src.rpm=20Tue=20Dec=2009=202003=20Nalin=20Dahyabhai=20=202.4.9-2=20-=20include=20patch=20based=20on=20?= =?UTF-8?q?patch=20from=20Ulf=20H=C3=A4rnhammar=20to=20fix=20unsafe=20use?= =?UTF-8?q?=20of=20=20=20=20=20sscanf=20when=20reading=20http=20directory?= =?UTF-8?q?=20listings=20(CAN-2003-0963)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lftp.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/lftp.spec b/lftp.spec index 364989e..f29d6fc 100644 --- a/lftp.spec +++ b/lftp.spec @@ -1,10 +1,11 @@ Summary: A sophisticated file transfer program Name: lftp Version: 2.4.9 -Release: 1 +Release: 2 License: GPL Group: Applications/Internet -Source: http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-%{version}.tar.bz2 +Source0: http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-%{version}.tar.bz2 +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 @@ -49,6 +51,10 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/lftp/%{version}/proto-http.so %changelog +* Tue Dec 9 2003 Nalin Dahyabhai 2.4.9-2 +- include patch based on patch from Ulf Härnhammar to fix unsafe use of + sscanf when reading http directory listings (CAN-2003-0963) + * Fri Feb 22 2002 Nalin Dahyabhai 2.4.9-1 - update to 2.4.9-1