Module Name: src
Committed By: msaitoh
Date: Mon Nov 3 13:07:58 UTC 2014
Modified Files:
src/doc [netbsd-5-1]: CHANGES-5.1.5
Log Message:
Ticket 1929.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.20 -r1.1.2.21 src/doc/CHANGES-5.1.5
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-5.1.5
diff -u src/doc/CHANGES-5.1.5:1.1.2.20 src/doc/CHANGES-5.1.5:1.1.2.21
--- src/doc/CHANGES-5.1.5:1.1.2.20 Mon Oct 27 12:46:11 2014
+++ src/doc/CHANGES-5.1.5 Mon Nov 3 13:07:58 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1.5,v 1.1.2.20 2014/10/27 12:46:11 msaitoh Exp $
+# $NetBSD: CHANGES-5.1.5,v 1.1.2.21 2014/11/03 13:07:58 msaitoh Exp $
A complete list of changes from the NetBSD 5.1.4 release to the NetBSD 5.1.5
release:
@@ -339,3 +339,9 @@ usr.bin/ftp/fetch.c 1.206 via patch
Don't pay attention to special characters if they don't come
from the command line.
[jmcneill, ticket #1928]
+
+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 #1929]