Module Name: src Committed By: lukem Date: Tue May 16 22:00:23 UTC 2023
Modified Files: src/usr.bin/ftp: version.h Log Message: ftp 20230516 for openssl 3.0 compat SSL_OP_IGNORE_UNEXPECTED_EOF To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 src/usr.bin/ftp/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/usr.bin/ftp/version.h diff -u src/usr.bin/ftp/version.h:1.97 src/usr.bin/ftp/version.h:1.98 --- src/usr.bin/ftp/version.h:1.97 Fri May 5 15:46:06 2023 +++ src/usr.bin/ftp/version.h Tue May 16 22:00:23 2023 @@ -1,4 +1,4 @@ -/* $NetBSD: version.h,v 1.97 2023/05/05 15:46:06 lukem Exp $ */ +/* $NetBSD: version.h,v 1.98 2023/05/16 22:00:23 lukem Exp $ */ /*- * Copyright (c) 1999-2023 The NetBSD Foundation, Inc. @@ -34,5 +34,5 @@ #endif #ifndef FTP_VERSION -#define FTP_VERSION "20230505" +#define FTP_VERSION "20230516" #endif