Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/ftp update ftp version to 20220911



details:   https://anonhg.NetBSD.org/src/rev/c2db90798181
branches:  trunk
changeset: 370631:c2db90798181
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Sep 22 03:31:04 2022 +0000

description:
update ftp version to 20220911

PR/57003: Handle relative URLs (patch by kim@)

diffstat:

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

diffs (20 lines):

diff -r 2f5861d0f906 -r c2db90798181 usr.bin/ftp/version.h
--- a/usr.bin/ftp/version.h     Wed Sep 21 22:01:56 2022 +0000
+++ b/usr.bin/ftp/version.h     Thu Sep 22 03:31:04 2022 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: version.h,v 1.94 2021/08/26 06:25:59 lukem Exp $       */
+/*     $NetBSD: version.h,v 1.95 2022/09/22 03:31:04 lukem Exp $       */
 
 /*-
- * Copyright (c) 1999-2021 The NetBSD Foundation, Inc.
+ * Copyright (c) 1999-2022 The NetBSD Foundation, Inc.
  * All rights reserved.
  *
  * This code is derived from software contributed to The NetBSD Foundation
@@ -34,5 +34,5 @@
 #endif
 
 #ifndef FTP_VERSION
-#define        FTP_VERSION     "20210826"
+#define        FTP_VERSION     "20220911"
 #endif



Home | Main Index | Thread Index | Old Index