Module Name: src
Committed By: snj
Date: Mon Apr 12 02:30:12 UTC 2010
Modified Files:
src/libexec/ftpd [netbsd-5]: version.h
Log Message:
Pull up following revision(s) (requested by lukem in ticket #1372):
libexec/ftpd/version.h: revision 1.74
Update version to 20100320 for Christos' commit to popen.c 1.37 for:
PR/43023: Bruce Cran: FTPD bug remote crash
To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.70.4.1 src/libexec/ftpd/version.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/libexec/ftpd/version.h
diff -u src/libexec/ftpd/version.h:1.70 src/libexec/ftpd/version.h:1.70.4.1
--- src/libexec/ftpd/version.h:1.70 Tue Sep 16 12:30:38 2008
+++ src/libexec/ftpd/version.h Mon Apr 12 02:30:12 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: version.h,v 1.70 2008/09/16 12:30:38 lukem Exp $ */
+/* $NetBSD: version.h,v 1.70.4.1 2010/04/12 02:30:12 snj Exp $ */
/*-
* Copyright (c) 1999-2008 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -29,5 +29,5 @@
*/
#ifndef FTPD_VERSION
-#define FTPD_VERSION "NetBSD-ftpd 20080916"
+#define FTPD_VERSION "NetBSD-ftpd 20100320"
#endif