Module Name:    othersrc
Committed By:   lukem
Date:           Sun Jul  5 11:37:02 UTC 2020

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

Log Message:
tnftp 20200705 release

Changes since tnftp 20151004:
* Avoid crashes by exiting if lostpeer due to a signal
  (e.g., remote server disconnection).
* Issue PWD commands to the server only when we actually
  need the results, not speculatively, just in case we might.
  Works around broken servers, and is quicker too.
* Use "anonymous" instead of the local username for anonymous
  ftp. Avoids unnecesary information leak.
* Use the first name we requested the http/https URL for,
  not any name we ended up with after random redirects.
* Support using CONNECT for https:// via proxy.
* Improve SSL error reporting, and IPv6 endpoint reporting.
* Use the system glob() if required extensions are supported.
* Use the system libedit library by default, instead of
  the local (embedded) libedit.
* Update to NetBSD-ftp 20200608.
* Update local (embedded) libedit to NetBSD as at 2020-07-04.
  Fixes various crashes.
* Portability improvements.


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 othersrc/usr.bin/tnftp/ChangeLog
cvs rdiff -u -r1.14 -r1.15 othersrc/usr.bin/tnftp/NEWS
cvs rdiff -u -r1.52 -r1.53 othersrc/usr.bin/tnftp/configure
cvs rdiff -u -r1.37 -r1.38 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.72 othersrc/usr.bin/tnftp/ChangeLog:1.73
--- othersrc/usr.bin/tnftp/ChangeLog:1.72	Sun Jul  5 10:55:11 2020
+++ othersrc/usr.bin/tnftp/ChangeLog	Sun Jul  5 11:37:02 2020
@@ -1,6 +1,11 @@
-$NetBSD: ChangeLog,v 1.72 2020/07/05 10:55:11 lukem Exp $
+$NetBSD: ChangeLog,v 1.73 2020/07/05 11:37:02 lukem Exp $
 
-Sun Jul  5 10:51:50 UTC 2020	lukem
+Sun Jul  5 11:18:52 UTC 2020	lukem
+
+	* Release as "tnftp 20200705".
+
+	* Provide dummy source in libnetbsd to avoid linker errors
+	  if no functions are replaced.
 
 	* Only replace glob if GLOB_BRACE and GLOB_TILDE aren't available.
 

Index: othersrc/usr.bin/tnftp/NEWS
diff -u othersrc/usr.bin/tnftp/NEWS:1.14 othersrc/usr.bin/tnftp/NEWS:1.15
--- othersrc/usr.bin/tnftp/NEWS:1.14	Sun Jul  5 10:55:11 2020
+++ othersrc/usr.bin/tnftp/NEWS	Sun Jul  5 11:37:02 2020
@@ -1,8 +1,8 @@
-$NetBSD: NEWS,v 1.14 2020/07/05 10:55:11 lukem Exp $
+$NetBSD: NEWS,v 1.15 2020/07/05 11:37:02 lukem Exp $
 
-This is tnftp version (unreleased).
+This is tnftp version 20200705.
 
-Changes in tnftp 20151004 to (unreleased):
+Changes in tnftp 20151004 to 20200705:
 
 	Avoid crashes by exiting if lostpeer due to a signal
 	(e.g., remote server disconnection).

Index: othersrc/usr.bin/tnftp/configure
diff -u othersrc/usr.bin/tnftp/configure:1.52 othersrc/usr.bin/tnftp/configure:1.53
--- othersrc/usr.bin/tnftp/configure:1.52	Sun Jul  5 11:14:57 2020
+++ othersrc/usr.bin/tnftp/configure	Sun Jul  5 11:37:02 2020
@@ -1,7 +1,7 @@
 #! /bin/sh
 # From configure.ac Revision: 1.37 .
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for tnftp 20151004.
+# Generated by GNU Autoconf 2.69 for tnftp 20200705.
 #
 # Report bugs to <lu...@netbsd.org>.
 #
@@ -596,8 +596,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='tnftp'
 PACKAGE_TARNAME='tnftp'
-PACKAGE_VERSION='20151004'
-PACKAGE_STRING='tnftp 20151004'
+PACKAGE_VERSION='20200705'
+PACKAGE_STRING='tnftp 20200705'
 PACKAGE_BUGREPORT='lu...@netbsd.org'
 PACKAGE_URL=''
 
@@ -1338,7 +1338,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 20151004 to adapt to many kinds of systems.
+\`configure' configures tnftp 20200705 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1408,7 +1408,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of tnftp 20151004:";;
+     short | recursive ) echo "Configuration of tnftp 20200705:";;
    esac
   cat <<\_ACEOF
 
@@ -1526,7 +1526,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-tnftp configure 20151004
+tnftp configure 20200705
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2111,7 +2111,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 20151004, which was
+It was created by tnftp $as_me 20200705, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3102,7 +3102,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='tnftp'
- VERSION='20151004'
+ VERSION='20200705'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -15291,7 +15291,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 20151004, which was
+This file was extended by tnftp $as_me 20200705, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -15357,7 +15357,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 20151004
+tnftp config.status 20200705
 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.37 othersrc/usr.bin/tnftp/configure.ac:1.38
--- othersrc/usr.bin/tnftp/configure.ac:1.37	Sun Jul  5 11:13:12 2020
+++ othersrc/usr.bin/tnftp/configure.ac	Sun Jul  5 11:37:02 2020
@@ -1,15 +1,15 @@
-#       $NetBSD: configure.ac,v 1.37 2020/07/05 11:13:12 lukem Exp $
+#       $NetBSD: configure.ac,v 1.38 2020/07/05 11:37:02 lukem Exp $
 #
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([tnftp], [20151004], [lu...@netbsd.org])
+AC_INIT([tnftp], [20200705], [lu...@netbsd.org])
 AC_PREREQ([2.69])
 
 AC_COPYRIGHT([
 Copyright (c) 1999-2020 The NetBSD Foundation, Inc.
 All rights reserved.
 ])
-AC_REVISION([$Revision: 1.37 $])
+AC_REVISION([$Revision: 1.38 $])
 
 AS_SHELL_SANITIZE()
 

Reply via email to