Module Name: othersrc Committed By: lukem Date: Sun Apr 25 08:05:49 UTC 2021
Modified Files: othersrc/usr.bin/tnftp: ChangeLog Log Message: ChangeLog: previous va_copy fix. today's import To generate a diff of this commit: cvs rdiff -u -r1.73 -r1.74 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.73 othersrc/usr.bin/tnftp/ChangeLog:1.74 --- othersrc/usr.bin/tnftp/ChangeLog:1.73 Sun Jul 5 11:37:02 2020 +++ othersrc/usr.bin/tnftp/ChangeLog Sun Apr 25 08:05:49 2021 @@ -1,4 +1,22 @@ -$NetBSD: ChangeLog,v 1.73 2020/07/05 11:37:02 lukem Exp $ +$NetBSD: ChangeLog,v 1.74 2021/04/25 08:05:49 lukem Exp $ + +Sun Apr 25 08:00:14 UTC 2021 lukem + + * Merge NetBSD ftp from 20200608 to 20210131: + * Fix signal handler restoration. Avoids intermittent crash. + Bug class reported by Joyu Liao from Juniper Networks. + * Improve ftp(1) manual page formatting, "debug" command + description, and $https_proxy documentation. + NetBSD PR/51883. + * Add -? to display synopsis and usage to stdout. + * Don't use restartable signals (SA_RESTART). + Should fix intermittent failures with -q QUITTIME. + NetBSD PR/55857. + +Fri Feb 12 12:39:18 UTC 2021 lukem + + * configure: soft-fail (instead of hard fail) when cross-compile + checking for va_copy(). Sun Jul 5 11:18:52 UTC 2020 lukem