Module Name: src
Committed By: msaitoh
Date: Mon Nov 3 13:03:53 UTC 2014
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.7
Log Message:
Ticket 1180.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.4 -r1.1.2.5 src/doc/CHANGES-6.0.7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-6.0.7
diff -u src/doc/CHANGES-6.0.7:1.1.2.4 src/doc/CHANGES-6.0.7:1.1.2.5
--- src/doc/CHANGES-6.0.7:1.1.2.4 Mon Oct 27 06:00:32 2014
+++ src/doc/CHANGES-6.0.7 Mon Nov 3 13:03:53 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.7,v 1.1.2.4 2014/10/27 06:00:32 snj Exp $
+# $NetBSD: CHANGES-6.0.7,v 1.1.2.5 2014/11/03 13:03:53 msaitoh Exp $
A complete list of changes from the NetBSD 6.0.6 release to the NetBSD 6.0.7
release:
@@ -120,3 +120,8 @@ usr.bin/ftp/fetch.c 1.206 via patch
from the command line.
[christos, ticket #1175]
+usr.bin/ftp/version.h 1.85
+
+ Change the version that ftp announces to 20141026. It can be a
+ useful method to determine if CVE-2014-8517 is fixed.
+ [lukem, ticket #1180]