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/9a2ac212b8e5
branches: trunk
changeset: 333372:9a2ac212b8e5
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 b9db7c6e1152 -r 9a2ac212b8e5 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