Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/ftp Version 20141026



details:   https://anonhg.NetBSD.org/src/rev/e3a5089a8049
branches:  trunk
changeset: 803514:e3a5089a8049
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Oct 31 03:27:18 2014 +0000

description:
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 99859d4252de -r e3a5089a8049 usr.bin/ftp/version.h
--- a/usr.bin/ftp/version.h     Thu Oct 30 23:18:02 2014 +0000
+++ b/usr.bin/ftp/version.h     Fri Oct 31 03:27:18 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.85 2014/10/31 03:27:18 lukem 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