Module Name:    othersrc
Committed By:   lukem
Date:           Fri Oct 31 04:03:54 UTC 2014

Modified Files:
        othersrc/usr.bin/tnftp: configure.ac

Log Message:
Release tnftp 20141031:
* Ignore special character behaviour in filenames not provided by the user.
  Fixes CVE-2014-8517.
* Fix timeout on HTTP fetches.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 othersrc/usr.bin/tnftp/configure.ac

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/configure.ac
diff -u othersrc/usr.bin/tnftp/configure.ac:1.25 othersrc/usr.bin/tnftp/configure.ac:1.26
--- othersrc/usr.bin/tnftp/configure.ac:1.25	Sun May  5 13:50:50 2013
+++ othersrc/usr.bin/tnftp/configure.ac	Fri Oct 31 04:03:54 2014
@@ -1,15 +1,15 @@
-#       $NetBSD: configure.ac,v 1.25 2013/05/05 13:50:50 lukem Exp $
+#       $NetBSD: configure.ac,v 1.26 2014/10/31 04:03:54 lukem Exp $
 #
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([tnftp], [20130505], [lu...@netbsd.org])
+AC_INIT([tnftp], [20141031], [lu...@netbsd.org])
 AC_PREREQ([2.69])
 
 AC_COPYRIGHT([
-Copyright (c) 1999-2013 The NetBSD Foundation, Inc.
+Copyright (c) 1999-2014 The NetBSD Foundation, Inc.
 All rights reserved.
 ])
-AC_REVISION([$Revision: 1.25 $])
+AC_REVISION([$Revision: 1.26 $])
 
 AS_SHELL_SANITIZE()
 

Reply via email to