Module Name:    src
Committed By:   shm
Date:           Sat Sep 30 18:10:55 UTC 2023

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

Log Message:
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.79 -r1.80 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.79 src/libexec/ftpd/version.h:1.80
--- src/libexec/ftpd/version.h:1.79	Fri Sep 22 21:57:55 2023
+++ src/libexec/ftpd/version.h	Sat Sep 30 18:10:55 2023
@@ -1,4 +1,4 @@
-/*	$NetBSD: version.h,v 1.79 2023/09/22 21:57:55 lukem Exp $	*/
+/*	$NetBSD: version.h,v 1.80 2023/09/30 18:10:55 shm Exp $	*/
 /*-
  * Copyright (c) 1999-2023 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -29,5 +29,5 @@
  */
 
 #ifndef FTPD_VERSION
-#define	FTPD_VERSION	"NetBSD-ftpd 20230922"
+#define	FTPD_VERSION	"NetBSD-ftpd 20230930"
 #endif

Reply via email to