Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 6182863B874 for ; Thu, 10 Mar 2011 23:38:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DEF5819D0E1; Thu, 10 Mar 2011 23:38:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A3ACB19D0DF for ; Thu, 10 Mar 2011 23:38:43 +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 pXLdTVABxZej for ; Thu, 10 Mar 2011 23:38:42 +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 B22F019D0BF for ; Thu, 10 Mar 2011 23:38:42 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 9FA7F175DD; Thu, 10 Mar 2011 23:38:42 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Thu, 10 Mar 2011 23:38:42 +0000 From: "Fredrik Pettai" Subject: CVS commit: pkgsrc/net/lftp To: pkgsrc-changes@NetBSD.org Reply-To: pettai@netbsd.org X-Mailer: log_accum Message-Id: <20110310233842.9FA7F175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: pettai Date: Thu Mar 10 23:38:42 UTC 2011 Modified Files: pkgsrc/net/lftp: Makefile PLIST.perl distinfo options.mk pkgsrc/net/lftp/patches: patch-aa Log Message: Version 4.1.3 - 2011-01-17 fixed a coredump in torrent (introduced in 4.1.2). Version 4.1.2 - 2010-12-31 new command ln [-s], supported by FTP (SITE [SYM]LINK), FISH, SFTP, and locally via file: schema. create remote symlinks in mirror -R if supported by server. detect and remove duplicate peers in torrent. Version 4.1.0 - 2010-11-22 send path components to ftp server separately, unless TVFS is in FEAT reply. save pget status at the very beginning of pget execution. allow mirror pget continuation (mirror -c --use-pget). allow multiple torrent startup at once (e.g. torrent *.torrent). pre-allocate disk space in torrent, if posix_fallocate(3) is supported. new command prefix `local'. It makes the following command use local session instead of remote. added torrent multi-tracker support. fixed convert-mozilla-cookies cookie duplication. Version 4.0.10 - 2010-09-01 use cached file set, don't parse file listing again. updated convert-netscape-cookies. fixed a problem with zeroed errno in http. fixed coredump on mirror --log=file when the file cannot be opened. translations updated (de, ru). To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 pkgsrc/net/lftp/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/lftp/PLIST.perl cvs rdiff -u -r1.54 -r1.55 pkgsrc/net/lftp/distinfo cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/lftp/options.mk cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/lftp/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.