Module Name:    src
Committed By:   martin
Date:           Tue Oct  3 10:14:13 UTC 2023

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

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

        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.75.22.1 -r1.75.22.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.75.22.1 src/libexec/ftpd/version.h:1.75.22.2
--- src/libexec/ftpd/version.h:1.75.22.1	Tue Oct  3 10:07:45 2023
+++ src/libexec/ftpd/version.h	Tue Oct  3 10:14:13 2023
@@ -1,4 +1,4 @@
-/*	$NetBSD: version.h,v 1.75.22.1 2023/10/03 10:07:45 martin Exp $	*/
+/*	$NetBSD: version.h,v 1.75.22.2 2023/10/03 10:14:13 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