Module Name:    othersrc
Committed By:   lukem
Date:           Sun May  7 18:32:11 UTC 2023

Modified Files:
        othersrc/usr.bin/tnftp: ChangeLog NEWS configure configure.ac

Log Message:
tnftp 20230507 release

Changes since tnftp 20230409
* Add timeout for SSL connection setup, defaulting to 60 seconds.
* Update to NetBSD-ftp 20230505.


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 othersrc/usr.bin/tnftp/ChangeLog
cvs rdiff -u -r1.17 -r1.18 othersrc/usr.bin/tnftp/NEWS
cvs rdiff -u -r1.62 -r1.63 othersrc/usr.bin/tnftp/configure
cvs rdiff -u -r1.47 -r1.48 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.80 othersrc/usr.bin/tnftp/ChangeLog:1.81
--- othersrc/usr.bin/tnftp/ChangeLog:1.80	Sat May  6 09:45:20 2023
+++ othersrc/usr.bin/tnftp/ChangeLog	Sun May  7 18:32:11 2023
@@ -1,6 +1,12 @@
-$NetBSD: ChangeLog,v 1.80 2023/05/06 09:45:20 lukem Exp $
+$NetBSD: ChangeLog,v 1.81 2023/05/07 18:32:11 lukem Exp $
 
-Sat May  6 09:43:04 UTC 2023
+Sun May  7 18:30:03 UTC 2023	lukem
+
+	* Release as "tnftp 20230507".
+
+	* Consistency fixes in ChangeLog and NEWS.
+
+Sat May  6 09:43:04 UTC 2023	lukem
 
 	* Merge NetBSD ftp from 20230226 to 20230505:
 		* Add timeout for SSL connection setup, defaulting to 60
@@ -9,7 +15,7 @@ Sat May  6 09:43:04 UTC 2023
 		* Check EAGAIN as well as EINTR.
 		* Simplify includes.
 
-Sun Apr  9 06:45:06 UTC 2023
+Sun Apr  9 06:45:06 UTC 2023	lukem
 
 	* Release as "tnftp 20230409".
 
@@ -29,7 +35,7 @@ Sun Apr  9 06:45:06 UTC 2023
 		* Equivalent to "NetBSD-ftp 20230225" with documentation
 		  and portability fixes.
 
-Fri Aug 27 02:06:34 UTC 2021
+Fri Aug 27 02:06:34 UTC 2021	lukem
 
 	* Release as "tnftp 20210827".
 
@@ -47,7 +53,7 @@ Fri Aug 27 02:06:34 UTC 2021
 		  data connection elsewhere.
 		* Remove unnecessary variable assignments.
 
-Wed Aug 25 01:48:47 UTC 2021
+Wed Aug 25 01:48:47 UTC 2021	lukem
 
 	* configure:
 		* Update to automake 1.16.1.

Index: othersrc/usr.bin/tnftp/NEWS
diff -u othersrc/usr.bin/tnftp/NEWS:1.17 othersrc/usr.bin/tnftp/NEWS:1.18
--- othersrc/usr.bin/tnftp/NEWS:1.17	Sun Apr  9 06:49:34 2023
+++ othersrc/usr.bin/tnftp/NEWS	Sun May  7 18:32:11 2023
@@ -1,8 +1,14 @@
-$NetBSD: NEWS,v 1.17 2023/04/09 06:49:34 lukem Exp $
+$NetBSD: NEWS,v 1.18 2023/05/07 18:32:11 lukem Exp $
 
-This is tnftp version 20230409.
+This is tnftp version 20230507.
 
-Changes in tnftp 20210827 to 20230409:
+Changes in tnftp from 20230409 to 20230507:
+
+	Add timeout for SSL connection setup, defaulting to 60 seconds.
+
+	Update to NetBSD-ftp 20230505.
+
+Changes in tnftp from 20210827 to 20230409:
 
 	Validate SSL certificates by default, disabled with
 	FTPSSLNOVERIFY=1 in the environment, or option sslnoverify.
@@ -16,7 +22,7 @@ Changes in tnftp 20210827 to 20230409:
 
 	Update to NetBSD-ftp 20230225.
 
-Changes in tnftp 20200705 to 20210827:
+Changes in tnftp from 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.
@@ -36,7 +42,7 @@ Changes in tnftp 20200705 to 20210827:
 
 	Display usage to stdout with -?.
 
-Changes in tnftp 20151004 to 20200705:
+Changes in tnftp from 20151004 to 20200705:
 
 	Avoid crashes by exiting if lostpeer due to a signal
 	(e.g., remote server disconnection).
@@ -67,7 +73,7 @@ Changes in tnftp 20151004 to 20200705:
 
 	Portability improvements.
 
-Changes in tnftp 20141104 to 20151004:
+Changes in tnftp from 20141104 to 20151004:
 
 	Implement '-x xferbufsize' to set xferbuf size.
 

Index: othersrc/usr.bin/tnftp/configure
diff -u othersrc/usr.bin/tnftp/configure:1.62 othersrc/usr.bin/tnftp/configure:1.63
--- othersrc/usr.bin/tnftp/configure:1.62	Sun Apr  9 06:57:25 2023
+++ othersrc/usr.bin/tnftp/configure	Sun May  7 18:32:11 2023
@@ -1,7 +1,6 @@
 #! /bin/sh
-# From configure.ac Revision: 1.46 .
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for tnftp 20230409.
+# Generated by GNU Autoconf 2.69 for tnftp 20230507.
 #
 # Report bugs to <lu...@netbsd.org>.
 #
@@ -596,8 +595,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='tnftp'
 PACKAGE_TARNAME='tnftp'
-PACKAGE_VERSION='20230409'
-PACKAGE_STRING='tnftp 20230409'
+PACKAGE_VERSION='20230507'
+PACKAGE_STRING='tnftp 20230507'
 PACKAGE_BUGREPORT='lu...@netbsd.org'
 PACKAGE_URL=''
 
@@ -1341,7 +1340,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 20230409 to adapt to many kinds of systems.
+\`configure' configures tnftp 20230507 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1411,7 +1410,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of tnftp 20230409:";;
+     short | recursive ) echo "Configuration of tnftp 20230507:";;
    esac
   cat <<\_ACEOF
 
@@ -1537,7 +1536,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-tnftp configure 20230409
+tnftp configure 20230507
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2122,7 +2121,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 20230409, which was
+It was created by tnftp $as_me 20230507, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2474,7 +2473,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
 
-
 ## -------------------- ##
 ## M4sh Initialization. ##
 ## -------------------- ##
@@ -4493,7 +4491,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='tnftp'
- VERSION='20230409'
+ VERSION='20230507'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -16748,7 +16746,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 20230409, which was
+This file was extended by tnftp $as_me 20230507, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -16814,7 +16812,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 20230409
+tnftp config.status 20230507
 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.47 othersrc/usr.bin/tnftp/configure.ac:1.48
--- othersrc/usr.bin/tnftp/configure.ac:1.47	Sun May  7 18:21:15 2023
+++ othersrc/usr.bin/tnftp/configure.ac	Sun May  7 18:32:11 2023
@@ -1,8 +1,8 @@
-#       $NetBSD: configure.ac,v 1.47 2023/05/07 18:21:15 lukem Exp $
+#       $NetBSD: configure.ac,v 1.48 2023/05/07 18:32:11 lukem Exp $
 #
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([tnftp], [20230409], [lu...@netbsd.org])
+AC_INIT([tnftp], [20230507], [lu...@netbsd.org])
 AC_PREREQ([2.69])
 
 AC_COPYRIGHT([

Reply via email to