Subject: CVS commit: pkgsrc/net/pureftpd
To: None <pkgsrc-changes@netbsd.org>
From: Lubomir Sedlacik <salo@netbsd.org>
List: pkgsrc-changes
Date: 03/07/2003 20:21:50
Module Name: pkgsrc
Committed By: salo
Date: Fri Mar 7 18:21:49 UTC 2003
Modified Files:
pkgsrc/net/pureftpd: MESSAGE Makefile distinfo
Log Message:
Updated to version 1.0.14.
Patch provided by Juan RP via PR pkg/20610 with small cleanups.
Changes:
1.0.14:
=======
- Privilege separation has been introduced. When this feature is
enabled, each client session spawns two processes communicating
over a private channel : a restricted trusted part, and the main
part that definitely revokes all privileges after authentication
and chroot(). Add --with-privsep to ./configure in order to enable
that feature.
- Automatic detection of Virtuozzo was added.
- Forced passive IP addresses (-P) can now work with gateways whoose
addresses are dynamic (DSL and cable modem users), using symbolic
host names.
1.0.13a:
========
- The previous release broken compilation with PostgreSQL, and it
didn't work any more with very old versions of the Perl interpreter.
Both issues were fixed. No other change has been made - If 1.0.13
works for you, there's absolutely no need to upgrade.
1.0.13:
=======
- Traditional and simplified chinese translations are not messed any
more (Thanks to Ying-Chieh Liao) .
- The documentation has been improved.
- OpenLDAP 2.1.x is now supported.
- New LDAP directives were added to provide more flexibility
(LDAPFilter, LDAPHomeDir and LDAPVersion, see README.LDAP) .
- On-demand directories are now also created when path contains extra
slashes.
- pure-uploadscript will no more immediately give up when the server
hasn't been started before.
- Files whoose names contains non-printable characters are not listed
any more.
- A new switch (--with-boring) has been introduced to produce more
professional-looking messages.
- Zero-copy transfers of large files have been fixed on Solaris,
thanks to Emmanuel Hocdet.
- Larger banner messages can now be displayed.
- Owner-readability is now only enforced for files when quotas are
enabled (Claudiu) .
- A new Czech translation has been added. Contributed by Martin Sarfy
<xsarfy@informatics.muni.cz>
- Default UID and GID can now be used for SQL-based authentication,
contributed by Clive Goodhead, adapted to PostgreSQL as well.
- A Vpopmail authentication module has been added
(contrib/pure-vpopauth.pl) .
- "make -f Makefile.gui" should work again on most today's Linux
distributions.
- The Win32 port was slightly improved. The server is now compiled as
non-root (but binds port 21), and ASCII transfers are not mangled
any more.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/net/pureftpd/MESSAGE
cvs rdiff -r1.8 -r1.9 pkgsrc/net/pureftpd/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/net/pureftpd/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.