Module Name:    othersrc
Committed By:   lukem
Date:           Sat Jul  4 06:49:19 UTC 2020

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

Log Message:
tnftpd 20200704 release

Changes since tnftpd 20200704:
- Adapt to NetBSD blocklistd(8) service rename.
- Increase some buffer sizes.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 othersrc/libexec/tnftpd/ChangeLog
cvs rdiff -u -r1.14 -r1.15 othersrc/libexec/tnftpd/NEWS
cvs rdiff -u -r1.45 -r1.46 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.63 othersrc/libexec/tnftpd/ChangeLog:1.64
--- othersrc/libexec/tnftpd/ChangeLog:1.63	Sun Jun  2 06:54:55 2019
+++ othersrc/libexec/tnftpd/ChangeLog	Sat Jul  4 06:49:19 2020
@@ -1,4 +1,15 @@
-$NetBSD: ChangeLog,v 1.63 2019/06/02 06:54:55 lukem Exp $
+$NetBSD: ChangeLog,v 1.64 2020/07/04 06:49:19 lukem Exp $
+
+Sat Jul  4 06:40:38 UTC 2020	lukem
+
+	* Release as "tnftpd 20200704".
+
+	* Change --with-blacklist to --with-blocklist and search for
+	  libblocklist first, falling back to the legacy libblacklist.
+
+	* Update to NetBSD-ftpd 20200615:
+		* Increase some buffer sizes.
+		* Rename blacklist to blocklist.
 
 Sun Jun  2 05:56:12 UTC 2019	lukem
 
@@ -89,7 +100,7 @@ Mon Jan  4 05:51:15 UTC 2010	lukem
 
 Wed Dec 30 01:48:57 UTC 2009	lukem
 
-	* Release as "tnftpd 20091122" 
+	* Release as "tnftpd 20091122"
 
 Sat Nov  7 11:13:38 UTC 2009	lukem
 	

Index: othersrc/libexec/tnftpd/NEWS
diff -u othersrc/libexec/tnftpd/NEWS:1.14 othersrc/libexec/tnftpd/NEWS:1.15
--- othersrc/libexec/tnftpd/NEWS:1.14	Sun Jun  2 06:54:55 2019
+++ othersrc/libexec/tnftpd/NEWS	Sat Jul  4 06:49:19 2020
@@ -1,6 +1,12 @@
-$NetBSD: NEWS,v 1.14 2019/06/02 06:54:55 lukem Exp $
+$NetBSD: NEWS,v 1.15 2020/07/04 06:49:19 lukem Exp $
 
-This is tnftpd version 20190602.
+This is tnftpd version 20200704.
+
+Changes in tnftpd from 20190602 to 20200704:
+
+	Adapt to NetBSD blocklistd(8) service rename.
+
+	Increase some buffer sizes.
 
 Changes in tnftpd from 20130325 to 20190602:
 

Index: othersrc/libexec/tnftpd/configure.ac
diff -u othersrc/libexec/tnftpd/configure.ac:1.45 othersrc/libexec/tnftpd/configure.ac:1.46
--- othersrc/libexec/tnftpd/configure.ac:1.45	Sat Jul  4 04:39:59 2020
+++ othersrc/libexec/tnftpd/configure.ac	Sat Jul  4 06:49:19 2020
@@ -1,15 +1,15 @@
-# $NetBSD: configure.ac,v 1.45 2020/07/04 04:39:59 lukem Exp $
+# $NetBSD: configure.ac,v 1.46 2020/07/04 06:49:19 lukem Exp $
 #
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([tnftpd], [20190602], [lu...@netbsd.org])
+AC_INIT([tnftpd], [20200704], [lu...@netbsd.org])
 AC_PREREQ([2.69])
 
 AC_COPYRIGHT([
-Copyright (c) 2001-2019 The NetBSD Foundation, Inc.
+Copyright (c) 2001-2020 The NetBSD Foundation, Inc.
 All rights reserved.
 ])
-AC_REVISION([$Revision: 1.45 $])
+AC_REVISION([$Revision: 1.46 $])
 
 AS_SHELL_SANITIZE()
 

Reply via email to