diff options
author | pettai <pettai@pkgsrc.org> | 2010-07-25 21:38:34 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2010-07-25 21:38:34 +0000 |
commit | 53aaf55035ee9687035958e0da4914cbe43ddb4b (patch) | |
tree | 49bcbaf4c6992a516dcdd69fb293ec7db149f07e /net/lftp/patches | |
parent | 94cb293f074e5753f02bad9021a11869c7f2618f (diff) | |
download | pkgsrc-53aaf55035ee9687035958e0da4914cbe43ddb4b.tar.gz |
Version 4.0.9 - 2010-06-10
* torrent: don't try to re-download invalid piece from the same peer.
* added a short lftp.conf(5) man page.
* fixed a problem with zeroed errno.
* fixed status of mget from file: schema.
* fixed a compilation problem on AIX.
Version 4.0.8 - 2010-05-24
* fixed get/mget -c when xfer:clobber is off.
* fixed file verification in pget.
* fixed ftp encoding for servers with LANG but without UTF8 feature.
Version 4.0.7 - 2010-04-29
* make xfer:clobber off by default.
* limit number of attempts to upload a file (net:max-retries).
* handle 426 ftp reply to STOR specially.
* retry FEAT after login even after non-standard 5xx reply.
Version 4.0.6 - 2010-03-25
* use O_EXCL flag when xfer:clobber is off.
* better validation of server-provided file name (CVE-2010-2251).
* new setting xfer:auto-rename (off by default).
* new setting ftp:ssl-copy-sid (for some broken servers).
* fixed CCC ftp command to shutdown SSL connection properly.
* fixed `pget -c' on complete files.
Version 4.0.5 - 2009-12-21
* added support for lighttpd listings.
* fixed sftp rename.
* fixed a core dump on `kill all' with pget.
* fixed interrupting of a torrent with unresponsive tracker.
* Czech translation updated
Diffstat (limited to 'net/lftp/patches')
-rw-r--r-- | net/lftp/patches/patch-ab | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/net/lftp/patches/patch-ab b/net/lftp/patches/patch-ab index 52d2ee8077c..ead25833701 100644 --- a/net/lftp/patches/patch-ab +++ b/net/lftp/patches/patch-ab @@ -1,13 +1,13 @@ -$NetBSD: patch-ab,v 1.3 2009/06/08 09:54:50 hasso Exp $ +$NetBSD: patch-ab,v 1.4 2010/07/25 21:38:34 pettai Exp $ ---- lib/fnmatch_loop.c.orig 2009-01-16 09:58:31 +0200 -+++ lib/fnmatch_loop.c 2009-06-08 12:22:55 +0300 +--- lib/fnmatch_loop.c.orig 2010-01-22 11:06:00.000000000 +0100 ++++ lib/fnmatch_loop.c 2010-07-24 00:20:42.000000000 +0200 @@ -242,7 +242,7 @@ FCT (const CHAR *pattern, const CHAR *st - CHAR str[CHAR_CLASS_MAX_LENGTH + 1]; - size_t c1 = 0; + CHAR str[CHAR_CLASS_MAX_LENGTH + 1]; + size_t c1 = 0; #if defined _LIBC || WIDE_CHAR_SUPPORT -- wctype_t wt; -+ wint_t wt; +- wctype_t wt; ++ wint_t wt; #endif - const CHAR *startp = p; + const CHAR *startp = p; |