Module Name: othersrc Committed By: lukem Date: Sun May 5 13:34:27 UTC 2013
Modified Files: othersrc/usr.bin/tnftp: ChangeLog Log Message: Merge NetBSD ftp 20130220. Add support for detecting openssl and enabling ssl for https:// fetch To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 othersrc/usr.bin/tnftp/ChangeLog Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: othersrc/usr.bin/tnftp/ChangeLog diff -u othersrc/usr.bin/tnftp/ChangeLog:1.58 othersrc/usr.bin/tnftp/ChangeLog:1.59 --- othersrc/usr.bin/tnftp/ChangeLog:1.58 Tue Jan 12 06:58:57 2010 +++ othersrc/usr.bin/tnftp/ChangeLog Sun May 5 13:34:27 2013 @@ -1,4 +1,35 @@ -$NetBSD: ChangeLog,v 1.58 2010/01/12 06:58:57 lukem Exp $ +$NetBSD: ChangeLog,v 1.59 2013/05/05 13:34:27 lukem Exp $ + + +Sun May 5 13:33:36 UTC 2013 lukem + + * Implement --enable-ssl (and --with-openssl) to enable + https:// fetch support. + + * Merge NetBSD ftp from 20090520 to 20130220. Changes: + - https:// support. + NetBSD problem 47276. + - Allow -R to restart non-existent ftp:// URIs. + - Don't assume AF_INET support is available. + FreeBSD problem 162661. + - Parse HTTP 'Date' entries in the `C' locale rather than the + user's. + NetBSD problem 42917. + - Improve error handling when parsing of URI scheme. + - Silence connection warnings to multi-homed hosts in + non-verbose mode. + - Fix compile warnings. + - Parse HTTP 'Date' entries in the `C' locale rather than + the user's. + - In ftpvis(), prevent incomplete escape sequences at end of + dst, and ensure NUL-termination of dst. + Fix from Uwe Stuehler and Stefan Sperling, via Marc Balmer. + - When using the response to SYST to decide whether to + default to 'binary' be a lot less specific. + + * Replace glob with newer copy from NetBSD that does not suffer + from DoS exhaustion attacks. + Fix in NetBSD from Maksymilian Arciemowicz. See CVE-2011-0418 Tue Jan 12 06:58:15 UTC 2010 lukem