Subject: CVS commit: pkgsrc/net/wu-ftpd
To: None <pkgsrc-changes@netbsd.org>
From: David Brownlee <abs@netbsd.org>
List: pkgsrc-changes
Date: 12/03/2001 11:30:36
Module Name: pkgsrc
Committed By: abs
Date: Mon Dec 3 09:30:36 UTC 2001
Modified Files:
doc: pkg-CHANGES
pkgsrc/net/wu-ftpd: Makefile distinfo
Log Message:
Update wu-ftpd to 2.6.2.
Changes since 2.6.1 (several of which where in the 2.6.1nb1 version)
o Added checks for missing "]" and "}" in filename globs, this completes
the file globbing heap corruption vulnerability fix.
o Added checks to the globbing code for overflow of restbuf, and additional
globerr setting and checking to speed up return on error.
o Changed the globbing code to use qsort, much faster when sorting a large
number of strings.
o Handle ftpglob() returning a vector containing just a NULL string, fixes
problems caused by CWD ~{
o Somehow the fix for pasv-allow didn't actually make it into 2.6.1
o Provide a compile-time option to revert NLST to showing directories.
o Fix missing format strings in debugging code.
To generate a diff of this commit:
cvs rdiff -r1.5525 -r1.5526 doc/pkg-CHANGES
cvs rdiff -r1.19 -r1.20 pkgsrc/net/wu-ftpd/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/net/wu-ftpd/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.