Module Name: src
Committed By: martin
Date: Mon Jun 14 12:00:45 UTC 2021
Modified Files:
src/doc [netbsd-9]: CHANGES-9.3
Log Message:
Tickets #1290 - #1295
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.7 -r1.1.2.8 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.7 src/doc/CHANGES-9.3:1.1.2.8
--- src/doc/CHANGES-9.3:1.1.2.7 Wed Jun 9 19:47:29 2021
+++ src/doc/CHANGES-9.3 Mon Jun 14 12:00:44 2021
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.3,v 1.1.2.7 2021/06/09 19:47:29 martin Exp $
+# $NetBSD: CHANGES-9.3,v 1.1.2.8 2021/06/14 12:00:44 martin Exp $
A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3
release:
@@ -92,3 +92,42 @@ external/bsd/libpcap/bin/Makefile 1.3
Fix pcap-config output.
[dholland, ticket #1284]
+usr.bin/ftp/ftp.c 1.170
+usr.bin/ftp/version.h 1.90
+
+ ftp(1): improve signal handler restoration.
+ [lukem, ticket #1290]
+
+usr.bin/ftp/ftp.c 1.169
+usr.bin/ftp/util.c 1.161
+
+ ftp(1): exit if lostpeer() is invoked by a signal.
+ [lukem, ticket #1291]
+
+usr.bin/ftp/fetch.c 1.232
+
+ ftp(1): improve signal handler restoration.
+ [lukem, ticket #1292]
+
+usr.bin/ftp/ftp.c 1.172
+
+ ftp(1): PR 56129: attempt to prevent timeouts of the control
+ connection.
+ [lukem, ticket #1293]
+
+usr.bin/ftp/cmds.c 1.141
+usr.bin/ftp/ftp.1 1.143
+
+ ftp(1): fix description of "debug".
+ [lukem, ticket #1294]
+
+usr.bin/ftp/Makefile 1.39
+usr.bin/ftp/ssl.c 1.10
+usr.bin/ftp/ssl.h 1.5
+usr.bin/ftp/version.h 1.93
+
+ ftp(1): PR 56219: in crunched builds (e.g. some install media)
+ use fetch_* functions for I/O.
+ Set version to 20210603.
+ [lukem, ticket #1295]
+