Module Name: othersrc
Committed By: lukem
Date: Sun Mar 24 07:51:02 UTC 2013
Modified Files:
othersrc/libexec/tnftpd: ChangeLog NEWS
Log Message:
release tnftpd-20130322
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 othersrc/libexec/tnftpd/ChangeLog
cvs rdiff -u -r1.10 -r1.11 othersrc/libexec/tnftpd/NEWS
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/ChangeLog
diff -u othersrc/libexec/tnftpd/ChangeLog:1.57 othersrc/libexec/tnftpd/ChangeLog:1.58
--- othersrc/libexec/tnftpd/ChangeLog:1.57 Thu Mar 21 07:44:03 2013
+++ othersrc/libexec/tnftpd/ChangeLog Sun Mar 24 07:51:01 2013
@@ -1,7 +1,9 @@
-$NetBSD: ChangeLog,v 1.57 2013/03/21 07:44:03 lukem Exp $
+$NetBSD: ChangeLog,v 1.58 2013/03/24 07:51:01 lukem Exp $
-Thu Mar 21 03:50:21 UTC 2013 lukem
+Fri Mar 22 09:00:00 UTC 2013 lukem
+
+ * Release as "tnftpd 20130322"
* Update build framekwork to autoconf 2.69, automake 1.11.1,
libtool 2.4.2.
@@ -14,7 +16,7 @@ Thu Mar 21 03:50:21 UTC 2013 lukem
* Fix warnings and build issues
* Fix memcpy usage
* Fix remote crash (fix was already pulled up manually to
- tnftpd). PR/43023 from Bruce Cran.
+ tnftpd 20100324). PR/43023 from Bruce Cran.
* Reduce priority of syslog message if getpeername returns
ENOTCONN. PR/18934 from Greg A Woods.
Index: othersrc/libexec/tnftpd/NEWS
diff -u othersrc/libexec/tnftpd/NEWS:1.10 othersrc/libexec/tnftpd/NEWS:1.11
--- othersrc/libexec/tnftpd/NEWS:1.10 Wed Mar 24 12:25:52 2010
+++ othersrc/libexec/tnftpd/NEWS Sun Mar 24 07:51:02 2013
@@ -1,6 +1,11 @@
-$NetBSD: NEWS,v 1.10 2010/03/24 12:25:52 lukem Exp $
+$NetBSD: NEWS,v 1.11 2013/03/24 07:51:02 lukem Exp $
-This is tnftpd version 20100324.
+This is tnftpd version 20130322.
+
+Changes in tnftpd from 20100324 to 20130322:
+
+ Security fix to avoid resource exhaustion when globbing paths.
+ Fix in NetBSD from Maksymilian Arciemowicz. See CVE-2010-2632
Changes in tnftpd from 20091122 to 20100324: