Module Name:    src
Committed By:   lukem
Date:           Thu Aug 26 06:25:59 UTC 2021

Modified Files:
        src/usr.bin/ftp: version.h

Log Message:
update ftp version to 20210826

Version bump for PASV/LPSV address validation


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 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.93 src/usr.bin/ftp/version.h:1.94
--- src/usr.bin/ftp/version.h:1.93	Thu Jun  3 10:23:33 2021
+++ src/usr.bin/ftp/version.h	Thu Aug 26 06:25:59 2021
@@ -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

Reply via email to