Module Name: othersrc Committed By: lukem Date: Fri Aug 27 02:29:39 UTC 2021
Modified Files: othersrc/usr.bin/tnftp: ChangeLog NEWS configure configure.ac Log Message: tnftp 20210827 release Changes since tnftp 20200705: * Validate address in server's PASV and LPSV responses. Previously a hostile server could cause ftp to open a data connection elsewhere. * Avoid intermittent crashes by fixing signal handler restoration. * Fix intermittent failures in -q QUITTIME by not using restartable signals. * Set SO_KEEPALIVE on control connection to attempt to avoid timeouts. * Update to NetBSD-ftp 20210826. * Improve configure tests. * Improve manual page. * Display usage to stdout with -?. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 othersrc/usr.bin/tnftp/ChangeLog cvs rdiff -u -r1.15 -r1.16 othersrc/usr.bin/tnftp/NEWS cvs rdiff -u -r1.58 -r1.59 othersrc/usr.bin/tnftp/configure cvs rdiff -u -r1.43 -r1.44 othersrc/usr.bin/tnftp/configure.ac 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.77 othersrc/usr.bin/tnftp/ChangeLog:1.78 --- othersrc/usr.bin/tnftp/ChangeLog:1.77 Fri Aug 27 01:02:54 2021 +++ othersrc/usr.bin/tnftp/ChangeLog Fri Aug 27 02:29:39 2021 @@ -1,5 +1,22 @@ -$NetBSD: ChangeLog,v 1.77 2021/08/27 01:02:54 lukem Exp $ +$NetBSD: ChangeLog,v 1.78 2021/08/27 02:29:39 lukem Exp $ +Fri Aug 27 02:06:34 UTC 2021 + + * Release as "tnftp 20210827". + + * Always build ssl.c. + + * Merge NetBSD ftp from 20210131 to 20210826: + * Use fetch_* instead of stdio to fix support with + interruptable signals. + * Fix typos in comments. + * Manual page improvements. NetBSD PR bin/51883. + * Set SO_KEEPALIVE on control connection to attempt to + avoid timeouts. NetBSD PR bin/56129. + * Validate address in server's PASV and LPSV responses. + Previously a hostile server could cause ftp to open a + data connection elsewhere. + * Remove unnecessary variable assignments. Wed Aug 25 01:48:47 UTC 2021 Index: othersrc/usr.bin/tnftp/NEWS diff -u othersrc/usr.bin/tnftp/NEWS:1.15 othersrc/usr.bin/tnftp/NEWS:1.16 --- othersrc/usr.bin/tnftp/NEWS:1.15 Sun Jul 5 11:37:02 2020 +++ othersrc/usr.bin/tnftp/NEWS Fri Aug 27 02:29:39 2021 @@ -1,6 +1,26 @@ -$NetBSD: NEWS,v 1.15 2020/07/05 11:37:02 lukem Exp $ +$NetBSD: NEWS,v 1.16 2021/08/27 02:29:39 lukem Exp $ -This is tnftp version 20200705. +This is tnftp version 20210827. + +Changes in tnftp 20200705 to 20210827: + + Validate address in server's PASV and LPSV responses. Previously a + hostile server could cause ftp to open a data connection elsewhere. + + Avoid intermittent crashes by fixing signal handler restoration. + + Fix intermittent failures in -q QUITTIME by not using restartable + signals. + + Set SO_KEEPALIVE on control connection to attempt to avoid timeouts. + + Update to NetBSD-ftp 20210826. + + Improve configure tests. + + Improve manual page. + + Display usage to stdout with -?. Changes in tnftp 20151004 to 20200705: Index: othersrc/usr.bin/tnftp/configure diff -u othersrc/usr.bin/tnftp/configure:1.58 othersrc/usr.bin/tnftp/configure:1.59 --- othersrc/usr.bin/tnftp/configure:1.58 Wed Aug 25 01:52:07 2021 +++ othersrc/usr.bin/tnftp/configure Fri Aug 27 02:29:39 2021 @@ -1,7 +1,7 @@ #! /bin/sh # From configure.ac Revision: 1.43 . # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for tnftp 20200705. +# Generated by GNU Autoconf 2.69 for tnftp 20210827. # # Report bugs to <lu...@netbsd.org>. # @@ -596,8 +596,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='tnftp' PACKAGE_TARNAME='tnftp' -PACKAGE_VERSION='20200705' -PACKAGE_STRING='tnftp 20200705' +PACKAGE_VERSION='20210827' +PACKAGE_STRING='tnftp 20210827' PACKAGE_BUGREPORT='lu...@netbsd.org' PACKAGE_URL='' @@ -1341,7 +1341,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures tnftp 20200705 to adapt to many kinds of systems. +\`configure' configures tnftp 20210827 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1411,7 +1411,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of tnftp 20200705:";; + short | recursive ) echo "Configuration of tnftp 20210827:";; esac cat <<\_ACEOF @@ -1537,7 +1537,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -tnftp configure 20200705 +tnftp configure 20210827 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2122,7 +2122,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by tnftp $as_me 20200705, which was +It was created by tnftp $as_me 20210827, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -4493,7 +4493,7 @@ fi # Define the identity of the package. PACKAGE='tnftp' - VERSION='20200705' + VERSION='20210827' cat >>confdefs.h <<_ACEOF @@ -16748,7 +16748,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by tnftp $as_me 20200705, which was +This file was extended by tnftp $as_me 20210827, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -16814,7 +16814,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -tnftp config.status 20200705 +tnftp config.status 20210827 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" Index: othersrc/usr.bin/tnftp/configure.ac diff -u othersrc/usr.bin/tnftp/configure.ac:1.43 othersrc/usr.bin/tnftp/configure.ac:1.44 --- othersrc/usr.bin/tnftp/configure.ac:1.43 Wed Aug 25 01:48:47 2021 +++ othersrc/usr.bin/tnftp/configure.ac Fri Aug 27 02:29:39 2021 @@ -1,15 +1,15 @@ -# $NetBSD: configure.ac,v 1.43 2021/08/25 01:48:47 lukem Exp $ +# $NetBSD: configure.ac,v 1.44 2021/08/27 02:29:39 lukem Exp $ # # Process this file with autoconf to produce a configure script. -AC_INIT([tnftp], [20200705], [lu...@netbsd.org]) +AC_INIT([tnftp], [20210827], [lu...@netbsd.org]) AC_PREREQ([2.69]) AC_COPYRIGHT([ Copyright (c) 1999-2021 The NetBSD Foundation, Inc. All rights reserved. ]) -AC_REVISION([$Revision: 1.43 $]) +AC_REVISION([$Revision: 1.44 $]) AS_SHELL_SANITIZE()