commit 1b33cc82c39b902d05395de2437a4d72c869a083 parent 7081db84154a9b54f59a7dbf15a30204460fdc07 Author: Steven Barth <steven@midlink.org> Date: Sat, 13 Dec 2014 18:18:49 +0100 Merge pull request #639 from fededim/master net/lftp: upgrade to version 4.6.0 Diffstat:
| M | net/lftp/Makefile | | | 4 | ++-- |
| D | net/lftp/patches/010-main_code_fix.patch | | | 12 | ------------ |
2 files changed, 2 insertions(+), 14 deletions(-)
diff --git a/net/lftp/Makefile b/net/lftp/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lftp -PKG_VERSION:=4.5.5 +PKG_VERSION:=4.6.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://lftp.yar.ru/ftp \ http://lftp.cybermirror.org \ http://lftp.cybermirror.org/old -PKG_MD5SUM:=e58fc886e3d7c6d994de5ce51de46087 +PKG_MD5SUM:=fc5f4e3b45c9011a193eb8c0c12eb2eb PKG_LICENSE:=GPL-3.0+ PKG_LICENSE_FILES:=COPYING diff --git a/net/lftp/patches/010-main_code_fix.patch b/net/lftp/patches/010-main_code_fix.patch @@ -1,12 +0,0 @@ ---- a/src/ftpclass.cc -+++ b/src/ftpclass.cc -@@ -1071,7 +1071,9 @@ Ftp::Connection::~Connection() - - control_send=0; - control_recv=0; -+#if USE_SSL - control_ssl=0; // ssl should be freed after send/recv -+#endif - - if(control_sock!=-1) - {