From 9d79b6358f4f5c63e466075354ba55ad6f47b207 Mon Sep 17 00:00:00 2001 From: jvdias Date: Feb 15 2006 22:29:33 +0000 Subject: fix bug 181694: segfault on redirection to non-existent location --- diff --git a/lftp.spec b/lftp.spec index a00c8b6..195a1f8 100644 --- a/lftp.spec +++ b/lftp.spec @@ -1,7 +1,7 @@ Summary: A sophisticated file transfer program Name: lftp Version: 3.4.2 -Release: 1.1 +Release: 2 License: GPL Group: Applications/Internet Source0: http://ftp.yars.free.net/lftp/lftp-%{version}.tar.bz2 @@ -11,6 +11,7 @@ BuildPrereq: ncurses-devel, openssl-devel, pkgconfig, readline-devel Requires: perl-String-CRC32 Patch173276: lftp-3.3.5-bz173276.patch Patch2: lftp-3.4.1-dont_core.patch +Patch181694: lftp-3.4.2-fix-redirect-coredump.patch %description LFTP is a sophisticated ftp/http file transfer program. Like bash, it has job @@ -24,6 +25,7 @@ reliability in mind. #^- now fixed upstream #%patch2 -p1 -b .dont_core #^- now fixed upstream +%patch181694 -p1 -b .bz181694 %build if pkg-config openssl ; then @@ -71,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/lftp/%{version}/proto-sftp.so %changelog +* Wed Feb 15 2006 Jason Vas Dias - 3.4.2-2 +- fix bug 181694: segfault on redirection to non-existent location + * Fri Feb 10 2006 Jesse Keating - 3.4.2-1.1 - bump again for double-long bug on ppc(64)