Module Name:    src
Committed By:   lukem
Date:           Sat Jul  4 01:20:42 UTC 2020

Modified Files:
        src/libexec/ftpd: version.h

Log Message:
NetBSD-ftpd 20200615

Update version to "NetBSD-ftpd 20200615" for changes:
- Increase some buffer sizes.
- Rename blacklist to blocklist.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/libexec/ftpd/version.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/libexec/ftpd/version.h
diff -u src/libexec/ftpd/version.h:1.76 src/libexec/ftpd/version.h:1.77
--- src/libexec/ftpd/version.h:1.76	Tue Jan 29 11:51:05 2019
+++ src/libexec/ftpd/version.h	Sat Jul  4 01:20:42 2020
@@ -1,6 +1,6 @@
-/*	$NetBSD: version.h,v 1.76 2019/01/29 11:51:05 lukem Exp $	*/
+/*	$NetBSD: version.h,v 1.77 2020/07/04 01:20:42 lukem Exp $	*/
 /*-
- * Copyright (c) 1999-2019 The NetBSD Foundation, Inc.
+ * Copyright (c) 1999-2020 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
@@ -29,5 +29,5 @@
  */
 
 #ifndef FTPD_VERSION
-#define	FTPD_VERSION	"NetBSD-ftpd 20180428"
+#define	FTPD_VERSION	"NetBSD-ftpd 20200615"
 #endif

Reply via email to