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
|
Summary: A sophisticated file transfer program
|
||||||
Name: lftp
|
Name: lftp
|
||||||
Version: 3.4.2
|
Version: 3.4.2
|
||||||
Release: 1.1
|
Release: 2
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Source0: http://ftp.yars.free.net/lftp/lftp-%{version}.tar.bz2
|
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
|
Requires: perl-String-CRC32
|
||||||
Patch173276: lftp-3.3.5-bz173276.patch
|
Patch173276: lftp-3.3.5-bz173276.patch
|
||||||
Patch2: lftp-3.4.1-dont_core.patch
|
Patch2: lftp-3.4.1-dont_core.patch
|
||||||
|
Patch181694: lftp-3.4.2-fix-redirect-coredump.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
LFTP is a sophisticated ftp/http file transfer program. Like bash, it has job
|
LFTP is a sophisticated ftp/http file transfer program. Like bash, it has job
|
||||||
@ -24,6 +25,7 @@ reliability in mind.
|
|||||||
#^- now fixed upstream
|
#^- now fixed upstream
|
||||||
#%patch2 -p1 -b .dont_core
|
#%patch2 -p1 -b .dont_core
|
||||||
#^- now fixed upstream
|
#^- now fixed upstream
|
||||||
|
%patch181694 -p1 -b .bz181694
|
||||||
|
|
||||||
%build
|
%build
|
||||||
if pkg-config openssl ; then
|
if pkg-config openssl ; then
|
||||||
@ -71,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/lftp/%{version}/proto-sftp.so
|
%{_libdir}/lftp/%{version}/proto-sftp.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.4.2-1.1
|
||||||
- bump again for double-long bug on ppc(64)
|
- bump again for double-long bug on ppc(64)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user