Module Name: src Committed By: martin Date: Sun Oct 24 10:19:01 UTC 2021
Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Tickets #1365 - #1367 To generate a diff of this commit: cvs rdiff -u -r1.1.2.41 -r1.1.2.42 src/doc/CHANGES-9.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-9.3 diff -u src/doc/CHANGES-9.3:1.1.2.41 src/doc/CHANGES-9.3:1.1.2.42 --- src/doc/CHANGES-9.3:1.1.2.41 Sat Oct 23 11:23:05 2021 +++ src/doc/CHANGES-9.3 Sun Oct 24 10:19:01 2021 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-9.3,v 1.1.2.41 2021/10/23 11:23:05 martin Exp $ +# $NetBSD: CHANGES-9.3,v 1.1.2.42 2021/10/24 10:19:01 martin Exp $ A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3 release: @@ -889,3 +889,19 @@ sys/dev/usb/usbdevs_data.h (regen) urtwn(4): add Edimax N150 adapter. [jnemeth, ticket #1364] +usr.bin/ftp/fetch.c 1.233 + + ftp(1): use raw write(2) instead of fwrite(3) to avoid stream + corruption because of the progress bar interrupts. + [lukem, ticket #1365] + +usr.bin/ftp/ftp.c 1.173 + + ftp(1): validate address from PASV and LPSV response. + [lukem, ticket #1366] + +usr.bin/ftp/ftp.c 1.174 + + ftp(1): cleanup after previous security fix. + [lukem, ticket #1367] +