Module Name:    src
Committed By:   msaitoh
Date:           Mon Nov  3 13:07:18 UTC 2014

Modified Files:
        src/usr.bin/ftp [netbsd-5-1]: version.h

Log Message:
Pull up following revision(s) (requested by lukem in ticket #1929):
        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.77 -r1.77.12.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.77 src/usr.bin/ftp/version.h:1.77.12.1
--- src/usr.bin/ftp/version.h:1.77	Wed Aug 13 04:59:13 2008
+++ src/usr.bin/ftp/version.h	Mon Nov  3 13:07:18 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: version.h,v 1.77 2008/08/13 04:59:13 lukem Exp $	*/
+/*	$NetBSD: version.h,v 1.77.12.1 2014/11/03 13:07:18 msaitoh Exp $	*/
 
 /*-
  * Copyright (c) 1999-2008 The NetBSD Foundation, Inc.
@@ -34,5 +34,5 @@
 #endif
 
 #ifndef FTP_VERSION
-#define	FTP_VERSION	"20080813"
+#define	FTP_VERSION	"20141026"
 #endif

Reply via email to