Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/ftp ftp 20230516 for openssl 3.0 compat SSL_OP_IGNOR...



details:   https://anonhg.NetBSD.org/src/rev/dc65a6e18bab
branches:  trunk
changeset: 375859:dc65a6e18bab
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue May 16 22:00:23 2023 +0000

description:
ftp 20230516 for openssl 3.0 compat SSL_OP_IGNORE_UNEXPECTED_EOF

diffstat:

 usr.bin/ftp/version.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r d17fe4da237a -r dc65a6e18bab usr.bin/ftp/version.h
--- a/usr.bin/ftp/version.h     Tue May 16 21:52:42 2023 +0000
+++ b/usr.bin/ftp/version.h     Tue May 16 22:00:23 2023 +0000
@@ -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



Home | Main Index | Thread Index | Old Index