Subject: CVS commit: pkgsrc/net/pureftpd
To: None <pkgsrc-changes@netbsd.org>
From: Martti Kuparinen <martti@netbsd.org>
List: pkgsrc-changes
Date: 03/26/2002 10:24:55
Module Name: pkgsrc
Committed By: martti
Date: Tue Mar 26 08:24:55 UTC 2002
Modified Files:
pkgsrc/net/pureftpd: Makefile distinfo
Log Message:
Updated pure-ftpd to 1.0.10
- optional MySQL support (set PURE_FTPD_USE_MYSQL=YES in mk.conf)
Changes since 1.0.9:
- *reply() functions rewritten from scratch: simpler code, no more recursivity
- Accept '..' in file names in fakexlate()
- Use addreply_noformat() whenever possible (speedup)
- New switch : -Z (--customerproof) . Right now, it adds | 0600 or | 0700
to chmod commands to avoid users locking their own files. Additionnaly, we
now try a traditionnal chmod() call if fchmod() fails. There's a race here,
but no security trouble to fear.
- Spec file fixes
- PureDB binary search could fail with -1 as a slot number - fixed
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/net/pureftpd/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/pureftpd/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.