Module Name:    othersrc
Committed By:   lukem
Date:           Sun Jun  2 06:54:55 UTC 2019

Modified Files:
        othersrc/libexec/tnftpd: ChangeLog NEWS configure configure.ac

Log Message:
tnftpd 20190602 release

Changes in tnftpd from 20130325 to 20190602:
* Security fixes to avoid resource exhaustion when globbing paths,
  traversing directories, or parsing numbers.
* Support NetBSD blacklistd(8).
* Add -f option to ftpd to stay in foreground with -D.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 othersrc/libexec/tnftpd/ChangeLog
cvs rdiff -u -r1.13 -r1.14 othersrc/libexec/tnftpd/NEWS
cvs rdiff -u -r1.49 -r1.50 othersrc/libexec/tnftpd/configure
cvs rdiff -u -r1.43 -r1.44 othersrc/libexec/tnftpd/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/libexec/tnftpd/ChangeLog
diff -u othersrc/libexec/tnftpd/ChangeLog:1.62 othersrc/libexec/tnftpd/ChangeLog:1.63
--- othersrc/libexec/tnftpd/ChangeLog:1.62	Sun Feb  3 06:25:58 2019
+++ othersrc/libexec/tnftpd/ChangeLog	Sun Jun  2 06:54:55 2019
@@ -1,5 +1,8 @@
-$NetBSD: ChangeLog,v 1.62 2019/02/03 06:25:58 lukem Exp $
+$NetBSD: ChangeLog,v 1.63 2019/06/02 06:54:55 lukem Exp $
 
+Sun Jun  2 05:56:12 UTC 2019	lukem
+
+	* Release as "tnftpd 20190602".
 
 Tue Jan 29 23:12:52 UTC 2019	lukem
 

Index: othersrc/libexec/tnftpd/NEWS
diff -u othersrc/libexec/tnftpd/NEWS:1.13 othersrc/libexec/tnftpd/NEWS:1.14
--- othersrc/libexec/tnftpd/NEWS:1.13	Mon Mar 25 04:29:01 2013
+++ othersrc/libexec/tnftpd/NEWS	Sun Jun  2 06:54:55 2019
@@ -1,6 +1,15 @@
-$NetBSD: NEWS,v 1.13 2013/03/25 04:29:01 lukem Exp $
+$NetBSD: NEWS,v 1.14 2019/06/02 06:54:55 lukem Exp $
 
-This is tnftpd version 20130325.
+This is tnftpd version 20190602.
+
+Changes in tnftpd from 20130325 to 20190602:
+
+	Security fixes to avoid resource exhaustion when globbing paths,
+	traversing directories, or parsing numbers.
+
+	Support NetBSD blacklistd(8).
+
+	Add -f option to ftpd to stay in foreground with -D.
 
 Changes in tnftpd from 20130322 to 20130325:
 

Index: othersrc/libexec/tnftpd/configure
diff -u othersrc/libexec/tnftpd/configure:1.49 othersrc/libexec/tnftpd/configure:1.50
--- othersrc/libexec/tnftpd/configure:1.49	Tue Jan 29 23:21:17 2019
+++ othersrc/libexec/tnftpd/configure	Sun Jun  2 06:54:55 2019
@@ -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 tnftpd 20130325.
+# Generated by GNU Autoconf 2.69 for tnftpd 20190602.
 #
 # Report bugs to <lu...@netbsd.org>.
 #
@@ -596,8 +596,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='tnftpd'
 PACKAGE_TARNAME='tnftpd'
-PACKAGE_VERSION='20130325'
-PACKAGE_STRING='tnftpd 20130325'
+PACKAGE_VERSION='20190602'
+PACKAGE_STRING='tnftpd 20190602'
 PACKAGE_BUGREPORT='lu...@netbsd.org'
 PACKAGE_URL=''
 
@@ -1335,7 +1335,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 tnftpd 20130325 to adapt to many kinds of systems.
+\`configure' configures tnftpd 20190602 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1405,7 +1405,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of tnftpd 20130325:";;
+     short | recursive ) echo "Configuration of tnftpd 20190602:";;
    esac
   cat <<\_ACEOF
 
@@ -1528,7 +1528,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-tnftpd configure 20130325
+tnftpd configure 20190602
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2113,7 +2113,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 tnftpd $as_me 20130325, which was
+It was created by tnftpd $as_me 20190602, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3104,7 +3104,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='tnftpd'
- VERSION='20130325'
+ VERSION='20190602'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -16195,7 +16195,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 tnftpd $as_me 20130325, which was
+This file was extended by tnftpd $as_me 20190602, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -16261,7 +16261,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="\\
-tnftpd config.status 20130325
+tnftpd config.status 20190602
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 

Index: othersrc/libexec/tnftpd/configure.ac
diff -u othersrc/libexec/tnftpd/configure.ac:1.43 othersrc/libexec/tnftpd/configure.ac:1.44
--- othersrc/libexec/tnftpd/configure.ac:1.43	Tue Jan 29 22:39:11 2019
+++ othersrc/libexec/tnftpd/configure.ac	Sun Jun  2 06:54:55 2019
@@ -1,15 +1,15 @@
-# $NetBSD: configure.ac,v 1.43 2019/01/29 22:39:11 lukem Exp $
+# $NetBSD: configure.ac,v 1.44 2019/06/02 06:54:55 lukem Exp $
 #
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([tnftpd], [20130325], [lu...@netbsd.org])
+AC_INIT([tnftpd], [20190602], [lu...@netbsd.org])
 AC_PREREQ([2.69])
 
 AC_COPYRIGHT([
 Copyright (c) 2001-2019 The NetBSD Foundation, Inc.
 All rights reserved.
 ])
-AC_REVISION([$Revision: 1.43 $])
+AC_REVISION([$Revision: 1.44 $])
 
 AS_SHELL_SANITIZE()
 

Reply via email to