Subject: CVS commit: pkgsrc/net/vsftpd
To: None <pkgsrc-changes@NetBSD.org>
From: Lubomir Sedlacik <salo@netbsd.org>
List: pkgsrc-changes
Date: 05/09/2004 00:29:22
Module Name:	pkgsrc
Committed By:	salo
Date:		Sun May  9 00:29:22 UTC 2004

Modified Files:
	pkgsrc/net/vsftpd: Makefile distinfo

Log Message:
Updated to version 1.2.2.

Changes:

- remove superfluous .if around BUILD_DEFS
- drop maintainership, i don't really use the package anymore
- XXX: this package doesn't compile on non-IPv6 enabled operating systems

1.2.2:
======
- Fix FreeBSD 5.1/5.2 issue with time_t being long long on that platform.
- Tweak vsftpd.conf.5 to avoid automated mails from ESR ;-)
- Add -v flag which just outputs the version and exits.
- Fix nasty issue resulting in listener instability under extreme load
  (root cause was re-entering malloc/free).
- Fix build with modern glibc-2.3 and no libcap on Linux.
- Fix 64-bit file support on Solaris.
- Add initial support for running as the user which launched vsftpd,
  i.e. no root needed. Warning - easy to create insecurity if you use
  this without knowing what you are doing.
- For above run-as-launching-user support: make CDUP re-use CWD code
  so that deny_file of *..* is useful.
- Attempt fix of 64-bit file support on FreeBSD (may need another go).


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/net/vsftpd/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/net/vsftpd/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.