Subject: CVS commit: pkgsrc/net/vsftpd
To: None <pkgsrc-changes@netbsd.org>
From: Martti Kuparinen <martti@netbsd.org>
List: pkgsrc-changes
Date: 08/22/2002 14:24:08
Module Name:	pkgsrc
Committed By:	martti
Date:		Thu Aug 22 11:24:08 UTC 2002

Modified Files:
	pkgsrc/net/vsftpd: Makefile PLIST distinfo
	pkgsrc/net/vsftpd/patches: patch-aa

Log Message:
Updated vsftpd to 1.0.1

- Fix potential leak in PAM handling code.
- Fix build in the non-PAM case
- Include filename and size in bytes in the "here comes the data" 150 message.
- Change link flags from "-s" to "-Wl,-s"
- Tidy up vsf_findlibs.sh
- Work with NFS mounted home dirs and root_squash
- Add FAQ.
- Improve "make install".
- Fix Solaris build (nanosleep is in a separate library, typical).
- Fix REST + STOR combination
- Make our 150 response code match wu-ftpd - allows broken "ange-ftp" of
  emacs to do a percentage complete indicator.
- Add anon_root and local_root


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/vsftpd/Makefile \
    pkgsrc/net/vsftpd/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/net/vsftpd/PLIST
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/vsftpd/patches/patch-aa

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