Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/ftpd NetBSD-ftpd 20200615



details:   https://anonhg.NetBSD.org/src/rev/e362cef20f24
branches:  trunk
changeset: 935496:e362cef20f24
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sat Jul 04 01:20:42 2020 +0000

description:
NetBSD-ftpd 20200615

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

diffstat:

 libexec/ftpd/version.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 38d79e7090b1 -r e362cef20f24 libexec/ftpd/version.h
--- a/libexec/ftpd/version.h    Fri Jul 03 23:28:51 2020 +0000
+++ b/libexec/ftpd/version.h    Sat Jul 04 01:20:42 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index