Hey @ports,

simple math/lftp update to 4.6.0.

changes since last version in tree:

 Version 4.6.0 - 2014-10-13

    new torrent --share option.
    new setting mirror:require-source.
    new settings xfer:use-temp-file and xfer:temp-file-name.
    ftp: wait for QUIT reply before closing control socket. 

Version 4.5.6 - 2014-10-13

    display valid IDN in URLs without percent encoding.
    ftp: shutdown SSL connection before closing control socket.
    ftp: avoid duplication of PROT command.
    fixed debug -o to append to the log file.
    fixed compilation without SSL.
    http: don't uncompress files ending with .gz, .Z or .tgz
    http: fixed inflation of some files.
    minor fixes in torrent protocol.


tested with some ftp server on amd64!

Regards,

Rafael Sadowski



Index: Makefile
===================================================================
RCS file: /cvs/ports/net/lftp/Makefile,v
retrieving revision 1.100
diff -u -p -u -p -r1.100 Makefile
--- Makefile    1 Oct 2014 15:25:59 -0000       1.100
+++ Makefile    21 Dec 2014 21:11:07 -0000
@@ -2,8 +2,7 @@
 
 COMMENT=       shell-like command line ftp and sftp client
 
-DISTNAME=      lftp-4.5.5
-REVISION=      0
+DISTNAME=      lftp-4.6.0
 CATEGORIES=    net
 
 HOMEPAGE=      http://lftp.yar.ru/
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/lftp/distinfo,v
retrieving revision 1.61
diff -u -p -u -p -r1.61 distinfo
--- distinfo    16 Sep 2014 12:35:18 -0000      1.61
+++ distinfo    21 Dec 2014 21:11:07 -0000
@@ -1,2 +1,2 @@
-SHA256 (lftp-4.5.5.tar.gz) = osm3MFB2iCRVeRGJVw2VpeE4RIFkfVM6xISwfcwMmO8=
-SIZE (lftp-4.5.5.tar.gz) = 2621174
+SHA256 (lftp-4.6.0.tar.gz) = 4jErIXXVdQOnTU90dO3LJ3JWFrb4/E5iwOLQZ20nqaE=
+SIZE (lftp-4.6.0.tar.gz) = 2626600
Index: patches/patch-configure
===================================================================
RCS file: /cvs/ports/net/lftp/patches/patch-configure,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 patch-configure
--- patches/patch-configure     16 Sep 2014 12:35:18 -0000      1.5
+++ patches/patch-configure     21 Dec 2014 21:11:07 -0000
@@ -3,9 +3,9 @@ $OpenBSD: patch-configure,v 1.5 2014/09/
 Use GNU readline as our base readline lacks add_history_time().
 Fix failing test for libssl, LibreSSL doesn't provide RAND_egd.
 
---- configure.orig     Thu Sep  4 12:29:23 2014
-+++ configure  Tue Sep 16 13:21:48 2014
-@@ -48071,7 +48071,7 @@ if ${lftp_cv_precompiled_readline+:} false; then :
+--- configure.orig     Mon Oct 13 11:41:55 2014
++++ configure  Sun Dec 21 22:01:12 2014
+@@ -48087,7 +48087,7 @@ if ${lftp_cv_precompiled_readline+:} false; then :
  else
  
     old_LIBS="$LIBS"
@@ -14,7 +14,7 @@ Fix failing test for libssl, LibreSSL do
     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  /* end confdefs.h.  */
  extern int (*rl_getc_function)();
-@@ -48111,7 +48111,7 @@ if test $lftp_cv_precompiled_readline = yes; then
+@@ -48127,7 +48127,7 @@ if test $lftp_cv_precompiled_readline = yes; then
     READLINE_DIR=''
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  $as_echo "yes" >&6; }
@@ -23,7 +23,7 @@ Fix failing test for libssl, LibreSSL do
     READLINE_DEPEND=''
     COMPILE_READLINE=no
  else
-@@ -48404,7 +48404,7 @@ else
+@@ -48420,7 +48420,7 @@ else
  int
  main ()
  {

Reply via email to