Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id A8EB5A654B for ; Sat, 25 Jul 2015 03:29:59 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 54D8F14A19A; Sat, 25 Jul 2015 03:29:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9B67414A187 for ; Sat, 25 Jul 2015 03:29:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id PbTtVBVCA9ll for ; Sat, 25 Jul 2015 03:29:57 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 9903714A181 for ; Sat, 25 Jul 2015 03:29:57 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 93C6598; Sat, 25 Jul 2015 03:29:57 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 25 Jul 2015 03:29:57 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/net/lftp To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20150725032957.93C6598@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: ryoon Date: Sat Jul 25 03:29:57 UTC 2015 Modified Files: pkgsrc/net/lftp: Makefile PLIST distinfo pkgsrc/net/lftp/patches: patch-lib_inttypes.in.h Removed Files: pkgsrc/net/lftp/patches: patch-configure.ac patch-src_SSH__Access.cc Log Message: Update to 4.6.3a * Update MASTER_SITES. Changelog: Version 4.6.3 - 2015-06-17 * new mirror setting mirror:overwrite and options --overwrite/--no-overwrite. * new mirror option --upload-older. * new mirror option --recursion={always,never,missing,newer}. * try to download zero sized files as they may be non-empty. * torrent: new options --only-new, --only-incomplete. * torrent: fixed endless loop in FD deallocation. * fixed a memleak when parsing a directory listing with special files. * fixed one byte buffer overflow in cls. * fixed cmd:fail-exit description in the man page. * fixed large stack usage when parsing fish directory listings. Version 4.6.2 - 2015-04-16 * new command "edit" instead of the edit alias. * new setting ssl:priority for disabling selected protocols. * new settings fish:auto-confirm and sftp:auto-confirm. * new setting file:use-lock to lock local files before accessing. * ftp: fixed disconnecting on timeout (broken in 4.6.0). * http: enclose ipv6 address in brackets in URLs and Host header. * fixed mirror for http protocol with redirections. * fixed `bookmark edit' to use correct XDG path if XDG is used. * fixed a wildcard certificate validation vulnerability (CVE-2014-0139). * fixed proxy authentication for CONNECT method. * fixed exit code of `help' command. * fixed sftp to show file names with slashes. * fixed pget status display when all chunks are done except the first one. * Ukrainian translation updated (Yuri Chornoivan). * Russian translation updated. Version 4.6.1 - 2014-12-29 * new mirror option --scan-all-first. * mirror --Remove-source-files now removes files already present at the target. * added a workaround for FUSE with HadoopFS I/O error during rename(2). * fixed du to round file size up to block size. * fixed compilation with libressl. * fixed OPTS MLST, removed trailing semicolon. * fixed put to sftp with special files (like /dev/stdin). * fixed ftp to copy SID properly with GnuTLS (Tim Kosse). * fixed mirror to follow redirections to files (Tomas Hozza). 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. Version 4.5.5 - 2014-09-04 * added support for internationalized domain names. * added lftp --norc option. * added mirror "Finished" message. * added ftp:catch-size setting. * fixed net:max-retries setting. * fixed byte counters in mirror status. * fixed a segfault in ftps. * fixed a spurious error message in fxp and ftp. Version 4.5.4 - 2014-08-07 * new setting mirror:sort-by (name, size, date). * torrent: reduced cpu and memory usage. * fixed occasional "BUG:deadlock" message. * fixed a segfault when a directory contains duplicate file names. * fixed a memory leak in torrent. * fixed byte counters in mirror --depth-first. * fixed timeout checks in FISH. * translations updated (pl). Version 4.5.3 - 2014-07-06 * new setting ftp:site. * don't uncompress http body when Contrent-Type is compressed. * check source address of DHT replies. * discard disconnected torrent peers only after a timeout. Version 4.5.2 - 2014-06-11 * fixed a coredump on startup when compiled with certain gcc versions. * mkdir -q option for quiet operation. * glob --exist and --not-exist options. * improved torrent status, show piece availability statistics. * remove unconnectable torrent peers on trackerless torrents. Version 4.5.1 - 2014-06-02 * show piece availabilty in torrent status. * fixed a coredump in ftp when data connection fails. * fixed default values of some settings. * fixed http redirection handling. * fixed compilation with gcc-4.8.3. Version 4.5.0 - 2014-05-23 * optimized cpu usage for 10Gb/s transfers by using better data structures and algorithms. * new open option --env-password to take password from LFTP_PASSWORD environment variable. * new `exit parent' subcommand. * new settings http:accept-encoding, http:decode. * new setting xfer:max-log-size to limit transfer log size. * show last disconnect cause for a few seconds in the session status. * improved mirror status to display real-time aggregated byte count and rate. * save torrent matadata on disk and load if available when needed. * improved torrent DHT search. * fixed exit behavior to flush buffered commands. * fixed transfer rate reporting for mirror --parallel. Version 4.4.16 - 2014-05-07 * fixed mirror --loop to re-check base directory contents. * fixed sftp and fish authentication by password with FreeBSD server. * fixed directory index parsing for some http servers. * fixed find command output to avoid extra slash for plain files. * fixed several bugs which could cause segfault. Version 4.4.15 - 2014-01-21 * new setting pget:min-chunk-size. * improved DHT search by preferring responded nodes. * allow UTC timezone in http timestamps. * fixed WebDAV rmdir operation. * fixed torrent hang on shutdown when a tracker is unresposive. * fixed adding too many slashes to URLs in http. Version 4.4.14 - 2013-12-13 * fixed HEAD/PROPFIND handling in http. * a minor memory leak fixed. Version 4.4.13 - 2013-11-26 * fixed a bug in file size checking code. Version 4.4.12 - 2013-11-26 * new option -l (--ls) for find command. * improve workaround for single NL replies from an FTP server. * Ukrainian translation updated (Yuri Chornoivan). * fixed spinning in "get" when no remote session is open. * don't pre-fetch file information in "get" when not needed. * fixed handling of 400/501 http codes for PROPFIND to switch to HEAD. * fixed a crash after cls. * added file size decrease checking. * used a newer libtool for ppc64le platform. Version 4.4.11 - 2013-11-11 * fixed a slow down in mirror from http (thanks to OGAWA Hirofumi). * fixed a coredump in sftp when accessing an inexistent file. Version 4.4.10 - 2013-10-11 * mirror new option --file/-f to mirror a single file. * mirror new option -O for get/put similarity. * WebDAV fixes and improvements. * new setting ftp:use-utf8 to disable utf-8 activation. * fixed handling of incorrect encoding of file names. * fixed compilation without libiconv. * fixed occasional hang in mirror. * kill ssh when terminating fish or sftp connection. Version 4.4.9 - 2013-08-23 * implemented support for mirror -L in sftp. * pass all 3 std file descriptors when attaching to lftp instance. * ftp: added a workaround for incorrectly formatted multiline replies. * sftp: added a workaround for RouterOS v6. * fixed mirror --no-empty-dirs to skip directories with no included files. * fixed segfault when there is no TERM environment variable. * fixed torrent for meta-info files with % in their names. * fixed compilation when IPV6_V6ONLY if not defined. * fixed compilation with older zlib. * fixed FD_CLOEXEC flag on cwd and transfer_log. * fixed MLSD parsing for semicolons in file names. * new translation: Ukrainian (thanks to Yuri Chornoivan). * man page updated. Version 4.4.8 - 2013-05-29 * add support for redirections in torrent metainfo fetching. * add support for gzip Content-Encoding in http. * fixed an endless loop in mirror from sftp. Version 4.4.7 - 2013-05-23 * translations update (pl, cs). * fixed "get -c" looping in some cases. * fixed translations encoding (pl, it, es, pt_BR). * fixed occasional file corruption and garbage logging in Fish protocol. To generate a diff of this commit: cvs rdiff -u -r1.110 -r1.111 pkgsrc/net/lftp/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/lftp/PLIST cvs rdiff -u -r1.62 -r1.63 pkgsrc/net/lftp/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/net/lftp/patches/patch-configure.ac \ pkgsrc/net/lftp/patches/patch-src_SSH__Access.cc cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/lftp/patches/patch-lib_inttypes.in.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.