net/lftp: upgrade to version 4.6.0
authorRupan <redacted>
Sat, 13 Dec 2014 17:15:09 +0000 (18:15 +0100)
committerRupan <redacted>
Sat, 13 Dec 2014 17:15:09 +0000 (18:15 +0100)
Signed-off-by: Federico Di Marco <redacted>
net/lftp/Makefile
net/lftp/patches/010-main_code_fix.patch [deleted file]

index e2aa28cd0bd4c8f09dddb6c71b0db1b16282bc0b..ea0aef1ee13abfc64b1deee6d70022ee38a9b298 100644 (file)
@@ -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
 
 include $(INCLUDE_DIR)/uclibc++.mk
 include $(INCLUDE_DIR)/package.mk
diff --git a/net/lftp/patches/010-main_code_fix.patch b/net/lftp/patches/010-main_code_fix.patch
deleted file mode 100644 (file)
index 280c96b..0000000
+++ /dev/null
@@ -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)
-    {
git clone https://git.99rst.org/PROJECT