net/lftp: import from old packages version 4.3.6

net/lftp: update to latest 4.5.5, added maintainer, updated description

Signed-off-by: Federico Di Marco <fededim@gmail.com>
This commit is contained in:
Rupan
2014-09-14 11:15:01 +02:00
parent 090d73e56c
commit c76d4cc8d5
2 changed files with 81 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
--- 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)
{