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 20210826
details: https://anonhg.NetBSD.org/src/rev/15d31c2f0aa1
branches: trunk
changeset: 1023129:15d31c2f0aa1
user: lukem <lukem%NetBSD.org@localhost>
date: Thu Aug 26 06:25:59 2021 +0000
description:
update ftp version to 20210826
Version bump for PASV/LPSV address validation
diffstat:
usr.bin/ftp/version.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r f2ea1646faff -r 15d31c2f0aa1 usr.bin/ftp/version.h
--- a/usr.bin/ftp/version.h Thu Aug 26 06:23:24 2021 +0000
+++ b/usr.bin/ftp/version.h Thu Aug 26 06:25:59 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: version.h,v 1.93 2021/06/03 10:23:33 lukem Exp $ */
+/* $NetBSD: version.h,v 1.94 2021/08/26 06:25:59 lukem Exp $ */
/*-
* Copyright (c) 1999-2021 The NetBSD Foundation, Inc.
@@ -34,5 +34,5 @@
#endif
#ifndef FTP_VERSION
-#define FTP_VERSION "20210603"
+#define FTP_VERSION "20210826"
#endif
Home |
Main Index |
Thread Index |
Old Index