Module Name: othersrc Committed By: lukem Date: Wed Mar 24 12:31:39 UTC 2010
Modified Files: othersrc/libexec/tnftpd: configure.ac Log Message: tnftpd 20100324: * Security fix when globbing paths. NetBSD PR/43023. * Install example configuration files. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 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.28 othersrc/libexec/tnftpd/configure.ac:1.29 --- othersrc/libexec/tnftpd/configure.ac:1.28 Mon Jan 4 05:44:10 2010 +++ othersrc/libexec/tnftpd/configure.ac Wed Mar 24 12:31:39 2010 @@ -1,15 +1,15 @@ -# $NetBSD: configure.ac,v 1.28 2010/01/04 05:44:10 lukem Exp $ +# $NetBSD: configure.ac,v 1.29 2010/03/24 12:31:39 lukem Exp $ # # Process this file with autoconf to produce a configure script. -AC_INIT([tnftpd], [20091122], [lu...@netbsd.org]) +AC_INIT([tnftpd], [20100324], [lu...@netbsd.org]) AC_PREREQ([2.61]) AC_COPYRIGHT([ Copyright (c) 2001-2009 The NetBSD Foundation, Inc. All rights reserved. ]) -AC_REVISION([$Revision: 1.28 $]) +AC_REVISION([$Revision: 1.29 $]) AS_SHELL_SANITIZE