Module Name: src Committed By: msaitoh Date: Mon Nov 3 13:03:03 UTC 2014
Modified Files: src/doc [netbsd-6-1]: CHANGES-6.1.6 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.1.6 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.1.6 diff -u src/doc/CHANGES-6.1.6:1.1.2.4 src/doc/CHANGES-6.1.6:1.1.2.5 --- src/doc/CHANGES-6.1.6:1.1.2.4 Mon Oct 27 06:01:06 2014 +++ src/doc/CHANGES-6.1.6 Mon Nov 3 13:03:03 2014 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-6.1.6,v 1.1.2.4 2014/10/27 06:01:06 snj Exp $ +# $NetBSD: CHANGES-6.1.6,v 1.1.2.5 2014/11/03 13:03:03 msaitoh Exp $ A complete list of changes from the NetBSD 6.1.5 release to the NetBSD 6.1.6 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]