Module Name: src
Committed By: msaitoh
Date: Mon Nov 3 12:57:42 UTC 2014
Modified Files:
src/usr.bin/ftp [netbsd-6]: version.h
Log Message:
Pull up following revision(s) (requested by lukem in ticket #1180):
usr.bin/ftp/version.h: revision 1.85
Version 20141026
Ignore special characters unless they're from the command line.
Fixes CVE-2014-8517
To generate a diff of this commit:
cvs rdiff -u -r1.82.8.1 -r1.82.8.2 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.82.8.1 src/usr.bin/ftp/version.h:1.82.8.2
--- src/usr.bin/ftp/version.h:1.82.8.1 Tue Dec 17 21:07:59 2013
+++ src/usr.bin/ftp/version.h Mon Nov 3 12:57:42 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: version.h,v 1.82.8.1 2013/12/17 21:07:59 bouyer Exp $ */
+/* $NetBSD: version.h,v 1.82.8.2 2014/11/03 12:57:42 msaitoh Exp $ */
/*-
* Copyright (c) 1999-2009 The NetBSD Foundation, Inc.
@@ -34,5 +34,5 @@
#endif
#ifndef FTP_VERSION
-#define FTP_VERSION "20130220"
+#define FTP_VERSION "20141026"
#endif