pkgsrc/net/lftp/patches/patch-ab
pettai f5f6bf93b5 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
2010-07-25 21:38:34 +00:00

13 lines
497 B
Text

$NetBSD: patch-ab,v 1.4 2010/07/25 21:38:34 pettai Exp $
--- 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;
#if defined _LIBC || WIDE_CHAR_SUPPORT
- wctype_t wt;
+ wint_t wt;
#endif
const CHAR *startp = p;