Module Name: othersrc
Committed By: lukem
Date: Fri Oct 31 04:13:56 UTC 2014
Modified Files:
othersrc/usr.bin/tnftp: ChangeLog
Log Message:
tnftp 20141031 release, with NetBSD 20141026 merge
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 othersrc/usr.bin/tnftp/ChangeLog
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/usr.bin/tnftp/ChangeLog
diff -u othersrc/usr.bin/tnftp/ChangeLog:1.62 othersrc/usr.bin/tnftp/ChangeLog:1.63
--- othersrc/usr.bin/tnftp/ChangeLog:1.62 Sun May 5 13:53:38 2013
+++ othersrc/usr.bin/tnftp/ChangeLog Fri Oct 31 04:13:56 2014
@@ -1,4 +1,15 @@
-$NetBSD: ChangeLog,v 1.62 2013/05/05 13:53:38 lukem Exp $
+$NetBSD: ChangeLog,v 1.63 2014/10/31 04:13:56 lukem Exp $
+
+
+Fri Oct 31 04:07:38 UTC 2014 lukem
+
+ * Release as "tnftp 20141031".
+
+ * Merge NetBSD usr.bin/ftp from 20130220 to 20141026:
+ - Don't pay attention to special characters if they don't
+ come from the command line (from jmcneill).
+ Fixes CVE-2014-8517.
+ - PR/34796: Hauke Fath: ftp does not timeout on http fetches.
Sun May 5 13:51:47 UTC 2013 lukem