Date: Wednesday, May 29, 2013 @ 17:12:46 Author: andyrtr Revision: 186571
upgpkg: lftp 4.4.8-1 upstream update 4.4.8 Modified: lftp/trunk/PKGBUILD Deleted: lftp/trunk/f8ee088.diff --------------+ PKGBUILD | 15 ++++----------- f8ee088.diff | 11 ----------- 2 files changed, 4 insertions(+), 22 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-05-29 14:28:53 UTC (rev 186570) +++ PKGBUILD 2013-05-29 15:12:46 UTC (rev 186571) @@ -3,8 +3,8 @@ # Contributor: Aaron Griffin <[email protected]> pkgname=lftp -pkgver=4.4.7 -pkgrel=2 +pkgver=4.4.8 +pkgrel=1 pkgdesc="Sophisticated command line based FTP client" arch=('i686' 'x86_64') license=('GPL3') @@ -12,18 +12,11 @@ optdepends=('perl: needed for convert-netscape-cookies and verify-file') url="http://lftp.yar.ru/" backup=('etc/lftp.conf') -source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2 - f8ee088.diff) -md5sums=('a4e7b88d6b7aca389010ce6d6dca8099' - 'a8f1c1bb3f5ab60b48507c9722c64d1c') +source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2 ) +md5sums=('7140263fbe12f17f74183cf065a7d381') build() { cd ${srcdir}/${pkgname}-${pkgver} - - # fix sftp transfer - FS#35456 - # upstream: https://github.com/lavv17/lftp/issues/39 - patch -Np0 -i ${srcdir}/f8ee088.diff - ./configure --prefix=/usr \ --with-gnutls \ --without-openssl \ Deleted: f8ee088.diff =================================================================== --- f8ee088.diff 2013-05-29 14:28:53 UTC (rev 186570) +++ f8ee088.diff 2013-05-29 15:12:46 UTC (rev 186571) @@ -1,11 +0,0 @@ ---- src/SFtp.cc 2013-04-18 09:24:36.000000000 +0200 -+++ src/SFtp.cc.new 2013-05-27 15:06:40.998423663 +0200 -@@ -2256,7 +2256,7 @@ - return MOVED; - } - if(b) -- return MOVED; -+ return m; - // eof - if(!result && session->IsOpen()) - result=session.Cast<SFtp>()->GetFileSet();
