auto-import changelog data from lftp-2.6.10-1.src.rpm

Fri Dec 12 2003 Nalin Dahyabhai <nalin@redhat.com> 2.6.10-1
- update to 2.6.10, which folds in the previous patches
- configure with --with-debug so that we get useful debug info
This commit is contained in:
cvsdist 2004-09-09 07:18:31 +00:00
parent 3438459a80
commit 4f6a89a4c9
3 changed files with 10 additions and 12 deletions

View File

@ -1 +1 @@
lftp-2.6.9.tar.gz lftp-2.6.10.tar.bz2

View File

@ -1,13 +1,11 @@
Summary: A sophisticated file transfer program Summary: A sophisticated file transfer program
Name: lftp Name: lftp
Version: 2.6.9 Version: 2.6.10
Release: 1 Release: 1
License: GPL License: GPL
Group: Applications/Internet Group: Applications/Internet
Source0: 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.bz2
Source1: http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-%{version}.tar.gz.asc Source1: http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-%{version}.tar.bz2.asc
Patch0: lftp-2.6.9-ulf.patch
Patch1: lftp-2.6.9-solar-warnings.patch
URL: http://lftp.yar.ru/ URL: http://lftp.yar.ru/
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildPrereq: ncurses-devel, openssl-devel, pkgconfig, readline-devel BuildPrereq: ncurses-devel, openssl-devel, pkgconfig, readline-devel
@ -20,10 +18,6 @@ reliability in mind.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .ulf
pushd src
%patch1 -p0 -b .solar-warnings
popd
%build %build
if pkg-config openssl ; then if pkg-config openssl ; then
@ -31,7 +25,7 @@ if pkg-config openssl ; then
LDFLAGS=`pkg-config --libs-only-L openssl`; export LDFLAGS LDFLAGS=`pkg-config --libs-only-L openssl`; export LDFLAGS
fi fi
LDFLAGS="-L`pwd`/src/.libs $LDFLAGS"; export LDFLAGS LDFLAGS="-L`pwd`/src/.libs $LDFLAGS"; export LDFLAGS
%configure --with-modules --disable-static --with-ssl %configure --with-modules --disable-static --with-ssl --with-debug
export tagname=CC export tagname=CC
make LIBTOOL=%{_bindir}/libtool make LIBTOOL=%{_bindir}/libtool
@ -69,6 +63,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/lftp/%{version}/proto-http.so %{_libdir}/lftp/%{version}/proto-http.so
%changelog %changelog
* Fri Dec 12 2003 Nalin Dahyabhai <nalin@redhat.com> 2.6.10-1
- update to 2.6.10, which folds in the previous patches
- configure with --with-debug so that we get useful debug info
* Tue Dec 9 2003 Nalin Dahyabhai <nalin@redhat.com> 2.6.9-1 * Tue Dec 9 2003 Nalin Dahyabhai <nalin@redhat.com> 2.6.9-1
- include patch based on patch from Ulf Härnhammar to fix unsafe use of - include patch based on patch from Ulf Härnhammar to fix unsafe use of
sscanf when reading http directory listings (CAN-2003-0963) sscanf when reading http directory listings (CAN-2003-0963)

View File

@ -1 +1 @@
1aded77cedac98ca44541a0ade246229 lftp-2.6.9.tar.gz 851387ab94bad8013d20ba7d3758b603 lftp-2.6.10.tar.bz2