summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>2019-01-29 11:51:05 +0000
committerlukem <lukem@NetBSD.org>2019-01-29 11:51:05 +0000
commitc58d6b33dce3b44c4da9ad9ed90aebab94afbb5f (patch)
treeb75ef7c4f91b1ac2a7d6d11ae72ba1be55c8e54d /libexec
parent314d436d3888cd3d69577d7d301b86589df7c3a3 (diff)
NetBSD-ftpd 20180428
Update version to "NetBSD-ftpd 20180428" for changes: - Fix violations of the sequence point rule. - Check that stat and fstat succeed. - Support blacklistd(8) hooks. - Clear utmpx struct before writing it to wtmpx files. - Fix directory stream leaks. - Use explicit_memset(3) instead of memset(3) to clear password. - Fix scope of variable. PR misc/50665. - Ensure that closing socket exists. CID 603440. - Add -f option to ftpd to stay in foreground with -D. PR bin/53221.
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ftpd/version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/ftpd/version.h b/libexec/ftpd/version.h
index 0d165114fd1..a548422965e 100644
--- a/libexec/ftpd/version.h
+++ b/libexec/ftpd/version.h
@@ -1,6 +1,6 @@
-/* $NetBSD: version.h,v 1.75 2013/03/21 00:17:26 lukem Exp $ */
+/* $NetBSD: version.h,v 1.76 2019/01/29 11:51:05 lukem Exp $ */
/*-
- * Copyright (c) 1999-2013 The NetBSD Foundation, Inc.
+ * Copyright (c) 1999-2019 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 20110904"
+#define FTPD_VERSION "NetBSD-ftpd 20180428"
#endif