rpms/lftp/devel lftp.spec, 1.28, 1.29 sources, 1.17, 1.18 .cvsignore, 1.17, 1.18

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Oct 18 16:51:47 UTC 2005


Author: jvdias

Update of /cvs/dist/rpms/lftp/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv769

Modified Files:
	lftp.spec sources .cvsignore 
Log Message:
fix bug 171096


Index: lftp.spec
===================================================================
RCS file: /cvs/dist/rpms/lftp/devel/lftp.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- lftp.spec	15 Oct 2005 16:11:55 -0000	1.28
+++ lftp.spec	18 Oct 2005 16:51:43 -0000	1.29
@@ -1,13 +1,12 @@
 Summary: A sophisticated file transfer program
 Name: lftp 
-Version: 3.3.1
+Version: 3.3.2
 Release: 1
 License: GPL
 Group: Applications/Internet
-Source0: http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-%{version}.tar.gz
-#Source1: http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-%{version}.tar.bz2.asc
-#Source2: http://search.cpan.org/CPAN/authors/id/S/SO/SOENKE/String-CRC32-1.3.tar.gz
-Source2: String-CRC32-1.3.tar.gz
+Source0: http://ftp.yars.free.net/lftp/lftp-3.3.1.tar.gz
+Source1: http://search.cpan.org/CPAN/authors/id/S/SO/SOENKE/String-CRC32-1.3.tar.gz
+Source2: http://ftp.yars.free.net/lftp/lftp-3.3.1-3.3.2.diff.gz
 URL: http://lftp.yar.ru/
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildPrereq: ncurses-devel, openssl-devel, pkgconfig, readline-devel, perl
@@ -20,7 +19,9 @@
 reliability in mind.
 
 %prep
-%setup -q
+%setup -q -n lftp-3.3.1
+gunzip < %SOURCE2 > lftp-3.3.1-3.3.2.patch
+patch -p1 -b --suffix=.3.3.2 -s < lftp-3.3.1-3.3.2.patch
 
 %build
 if pkg-config openssl ; then
@@ -31,7 +32,7 @@
 %configure --with-modules --disable-static --with-ssl --with-debug
 export tagname=CC
 make LIBTOOL=%{_bindir}/libtool
-gunzip < %SOURCE2 | tar -xpf -
+gunzip < %SOURCE1 | tar -xpf -
 pushd String-CRC32-1.3
 CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=$RPM_BUILD_ROOT%{_prefix}  < /dev/null
 make OPTIMIZE="$RPM_OPT_FLAGS"
@@ -84,10 +85,19 @@
 %{_libdir}/lftp/%{version}/proto-sftp.so
 
 %changelog
-* Sat Oct 15 2005 Florian La Roche <laroche at redhat.com>
+* Tue Oct 18 2005 Jason Vas Dias <jvdias at redhat.com> - 3.3.2-1
+- *** PLEASE COULD ANYONE MODIFYING lftp TEST IT BEFORE SUBMITTING! ***
+  (and preferably contact me first - thank you!)
+  bug 171096 : 'mget files in lftp causes abort' (core dump actually)
+  resulted from not doing so .
+  See http://lftp.yar.ru:
+      Recent events:
+      2005-10-17: lftp-3.3.2 released. Fixed a coredump caused by double-free.
+
+* Sat Oct 15 2005 Florian La Roche <laroche at redhat.com> - 3.3.1-1
 - 3.3.1
 
-* Wed Aug 24 2005 Jason Vas Dias <jvdias at redhat.com> 3.3.0-1
+* Wed Aug 24 2005 Jason Vas Dias <jvdias at redhat.com> - 3.3.0-1
 - Upgrade to upstream version 3.3.0
 
 * Mon Aug  8 2005 Tomas Mraz <tmraz at redhat.com> - 3.2.1-2


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/lftp/devel/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- sources	15 Oct 2005 16:08:52 -0000	1.17
+++ sources	18 Oct 2005 16:51:43 -0000	1.18
@@ -1,2 +1,3 @@
 7683cd1b183a6af807f20ee5fd076d0b  String-CRC32-1.3.tar.gz
 bc938b38acf61e8a9f40ceca32eefb05  lftp-3.3.1.tar.gz
+c3a2e51cafa153e84c13ec413330439b  lftp-3.3.1-3.3.2.diff.gz


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/lftp/devel/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- .cvsignore	15 Oct 2005 16:08:52 -0000	1.17
+++ .cvsignore	18 Oct 2005 16:51:43 -0000	1.18
@@ -3,3 +3,5 @@
 lftp-3.3.0.tar.bz2.asc
 String-CRC32-1.3.tar.gz
 lftp-3.3.1.tar.gz
+lftp-3.2.1.tar.bz2.asc
+lftp-3.3.1-3.3.2.diff.gz




More information about the fedora-cvs-commits mailing list