Module Name: othersrc Committed By: lukem Date: Sat May 6 09:45:20 UTC 2023
Modified Files: othersrc/usr.bin/tnftp: ChangeLog Log Message: ChangeLog: import NetBSD ftp 20230505 To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 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.79 othersrc/usr.bin/tnftp/ChangeLog:1.80 --- othersrc/usr.bin/tnftp/ChangeLog:1.79 Sun Apr 9 06:49:34 2023 +++ othersrc/usr.bin/tnftp/ChangeLog Sat May 6 09:45:20 2023 @@ -1,4 +1,13 @@ -$NetBSD: ChangeLog,v 1.79 2023/04/09 06:49:34 lukem Exp $ +$NetBSD: ChangeLog,v 1.80 2023/05/06 09:45:20 lukem Exp $ + +Sat May 6 09:43:04 UTC 2023 + + * Merge NetBSD ftp from 20230226 to 20230505: + * Add timeout for SSL connection setup, defaulting to 60 + seconds. + * Consistently use poll(2) instead of select(2). + * Check EAGAIN as well as EINTR. + * Simplify includes. Sun Apr 9 06:45:06 UTC 2023