Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src/usr.bin/ftp Pull up following revision(s) (requested by l...



details:   https://anonhg.NetBSD.org/src/rev/ca898661860d
branches:  netbsd-7
changeset: 798484:ca898661860d
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Oct 31 08:30:06 2014 +0000

description:
Pull up following revision(s) (requested by lukem in ticket #172):
        usr.bin/ftp/version.h: revision 1.85
Version 20141026
Ignore special characters unless they're from the command line.
Fixes CVE-2014-8517

diffstat:

 usr.bin/ftp/version.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r 5c7772d98d8d -r ca898661860d usr.bin/ftp/version.h
--- a/usr.bin/ftp/version.h     Thu Oct 30 19:00:12 2014 +0000
+++ b/usr.bin/ftp/version.h     Fri Oct 31 08:30:06 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: version.h,v 1.84 2013/05/05 10:40:19 lukem Exp $       */
+/*     $NetBSD: version.h,v 1.84.6.1 2014/10/31 08:30:06 martin 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



Home | Main Index | Thread Index | Old Index