Module Name: othersrc
Committed By: lukem
Date: Sun Mar 24 07:50:10 UTC 2013
Modified Files:
othersrc/libexec/tnftpd: configure.ac
Log Message:
tnftpd-20130322:
* Security fix to avoid resource exhaustion when globbing paths.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 othersrc/libexec/tnftpd/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/libexec/tnftpd/configure.ac
diff -u othersrc/libexec/tnftpd/configure.ac:1.35 othersrc/libexec/tnftpd/configure.ac:1.36
--- othersrc/libexec/tnftpd/configure.ac:1.35 Thu Mar 21 03:28:01 2013
+++ othersrc/libexec/tnftpd/configure.ac Sun Mar 24 07:50:09 2013
@@ -1,15 +1,15 @@
-# $NetBSD: configure.ac,v 1.35 2013/03/21 03:28:01 lukem Exp $
+# $NetBSD: configure.ac,v 1.36 2013/03/24 07:50:09 lukem Exp $
#
# Process this file with autoconf to produce a configure script.
-AC_INIT([tnftpd], [20100324], [[email protected]])
+AC_INIT([tnftpd], [20130322], [[email protected]])
AC_PREREQ([2.69])
AC_COPYRIGHT([
Copyright (c) 2001-2013 The NetBSD Foundation, Inc.
All rights reserved.
])
-AC_REVISION([$Revision: 1.35 $])
+AC_REVISION([$Revision: 1.36 $])
AS_SHELL_SANITIZE()