fix bug 181694: segfault on redirection to non-existent location
This commit is contained in:
parent
a14f3c84f8
commit
9d79b6358f
@ -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<jvdias@redhat.com> - 3.4.2-2
|
||||
- fix bug 181694: segfault on redirection to non-existent location
|
||||
|
||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.4.2-1.1
|
||||
- bump again for double-long bug on ppc(64)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user