Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6-0]: src/usr.bin/ftp Pull up following revision(s) (requested by...
details: https://anonhg.NetBSD.org/src/rev/f832c5311a15
branches: netbsd-6-0
changeset: 775000:f832c5311a15
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Mon Nov 03 13:03:19 2014 +0000
description:
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
diffstat:
usr.bin/ftp/version.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 14607d0abee9 -r f832c5311a15 usr.bin/ftp/version.h
--- a/usr.bin/ftp/version.h Mon Oct 27 06:00:32 2014 +0000
+++ b/usr.bin/ftp/version.h Mon Nov 03 13:03:19 2014 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index