Module Name: src Committed By: msaitoh Date: Mon Nov 3 13:03:19 UTC 2014
Modified Files: src/usr.bin/ftp [netbsd-6-0]: 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 -r1.82.14.1 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 src/usr.bin/ftp/version.h:1.82.14.1 --- src/usr.bin/ftp/version.h:1.82 Sat Jun 5 13:59:39 2010 +++ src/usr.bin/ftp/version.h Mon Nov 3 13:03:19 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: version.h,v 1.82 2010/06/05 13:59:39 lukem Exp $ */ +/* $NetBSD: version.h,v 1.82.14.1 2014/11/03 13:03:19 msaitoh Exp $ */ /*- * Copyright (c) 1999-2009 The NetBSD Foundation, Inc. @@ -34,5 +34,5 @@ #endif #ifndef FTP_VERSION -#define FTP_VERSION "20100605" +#define FTP_VERSION "20141026" #endif