Module Name:    src
Committed By:   martin
Date:           Mon Oct  2 17:28:58 UTC 2023

Modified Files:
        src/libexec/ftpd [netbsd-10]: version.h

Log Message:
Pull up following revision(s) (requested by lukem in ticket #390):

        libexec/ftpd/version.h: revision 1.80

NetBSD-ftpd 20230930

Update version to "NetBSD-ftpd 20230930" for changes:
- fix uninitialized memory usage in count_users()
- fix pam_set_item call with proper struct passed as PAM_SOCKADDR


To generate a diff of this commit:
cvs rdiff -u -r1.77.6.1 -r1.77.6.2 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.77.6.1 src/libexec/ftpd/version.h:1.77.6.2
--- src/libexec/ftpd/version.h:1.77.6.1	Mon Oct  2 13:45:42 2023
+++ src/libexec/ftpd/version.h	Mon Oct  2 17:28:58 2023
@@ -1,4 +1,4 @@
-/*	$NetBSD: version.h,v 1.77.6.1 2023/10/02 13:45:42 martin Exp $	*/
+/*	$NetBSD: version.h,v 1.77.6.2 2023/10/02 17:28:58 martin Exp $	*/
 /*-
  * Copyright (c) 1999-2023 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -29,5 +29,5 @@
  */
 
 #ifndef FTPD_VERSION
-#define	FTPD_VERSION	"NetBSD-ftpd 20230902"
+#define	FTPD_VERSION	"NetBSD-ftpd 20230930"
 #endif

Reply via email to