Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6-1]: src/usr.bin/ftp Pull up following revision(s) (requested by...
details: https://anonhg.NetBSD.org/src/rev/dc99e51c9bf1
branches: netbsd-6-1
changeset: 776001:dc99e51c9bf1
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Mon Nov 03 13:02:32 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 cf84d7662815 -r dc99e51c9bf1 usr.bin/ftp/version.h
--- a/usr.bin/ftp/version.h Mon Oct 27 06:01:06 2014 +0000
+++ b/usr.bin/ftp/version.h Mon Nov 03 13:02:32 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.16.1 2014/11/03 13:02:32 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