diff options
author | xtraeme <xtraeme> | 2003-12-18 04:26:05 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2003-12-18 04:26:05 +0000 |
commit | 543a91771d7be3789d1ae558f8e8558c7b3fde97 (patch) | |
tree | f5557b3e6f63a10757d15c6f35f30129855855f5 /net/pure-ftpd | |
parent | 7c193f9d1245846dcc62d55200af9c0302f1addc (diff) | |
download | pkgsrc-543a91771d7be3789d1ae558f8e8558c7b3fde97.tar.gz |
Update to 1.0.17a
Changes:
* Version 1.0.17a:
+ An old standing issue has been fixed : ungracefully aborted transfers
caused the session to exit without removing ftpwho entry and atomic
files. This fix also speeds up ftpwho and peruserlimit.
* Version 1.0.17:
+ The SSL certificate file can now be changed through a new configuration
switch, --with-certfile. It doesn't depend on sysconfdir any more and it
defaults to the original location : /etc/ssl/private/pure-ftpd.pem.
+ Shadowed NIS accounts and MacOS X Panther system accounts are now
processed by the pure-pwconvert tool.
+ The server doesn't reject users any more on Linux when capabilities are
used.
+ The documentation has been improved (man pages, README, FAQ, typos).
+ Optimizations have been made.
+ SO_REUSEPORT is now used on FreeBSD to always bind the ftp-data port.
+ SSL-related error messages are now more explicit.
+ The SITE TIME command has been implemented.
+ The sample PAM configuration file has been rewritten.
+ A logfile parser has been added to the contribs.
+ MacOS X Panther specific instructions have been added.
+ Upload is now atomic. A file is uploaded with a temporary name and it
gets its final name only once the upload has been completed. If a file
already exists with the same name, the content can be preserved until the
new content has been fully transfered (using the new --notruncate run-time
switch).
Web servers will no more serve partially transfered files during uploads.
The new handling of uploads also limits the races in virtual quota
handling.
* Version 1.0.16c:
+ The PAM backend and the CGI mode were accidentally broken in version
1.0.16b. This version fixes both issues.
+ The Norwegian translation has been updated.
* Version 1.0.16b:
+ The server now properly compiles with SSL/TLS on RedHat 9 systems.
+ pure-ftpwho now outputs nice-looking XHTML 1.1 conformant code, an XSS
issue has been fixed and the local host name is now properly displayed in
verbose mode.
+ The path to SSL certificates now follows the --sysconfdir prefix.
+ Minor optimizations have been made.
+ IPv4 and IPv6 addresses will now listen for connections even
without the -4 switch on NetBSD and FreeBSD.
Diffstat (limited to 'net/pure-ftpd')
-rw-r--r-- | net/pure-ftpd/Makefile | 5 | ||||
-rw-r--r-- | net/pure-ftpd/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/net/pure-ftpd/Makefile b/net/pure-ftpd/Makefile index 648c18899cb..7bb7b26393b 100644 --- a/net/pure-ftpd/Makefile +++ b/net/pure-ftpd/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2003/11/12 03:39:42 jschauma Exp $ +# $NetBSD: Makefile,v 1.4 2003/12/18 04:26:05 xtraeme Exp $ # -DISTNAME= pure-ftpd-1.0.16a -PKGREVISION= 1 +DISTNAME= pure-ftpd-1.0.17a CATEGORIES= net MASTER_SITES= ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/ \ ftp://ftp2.fr.pureftpd.org/pub/mirrors/ftp.fr.pureftpd.org/pub/pure-ftpd/releases/ \ diff --git a/net/pure-ftpd/distinfo b/net/pure-ftpd/distinfo index 4725d463995..e7cc7559c74 100644 --- a/net/pure-ftpd/distinfo +++ b/net/pure-ftpd/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2003/09/20 16:56:41 salo Exp $ +$NetBSD: distinfo,v 1.3 2003/12/18 04:26:05 xtraeme Exp $ -SHA1 (pure-ftpd-1.0.16a.tar.gz) = 7795efc25595c86224912d42a18eb9527faebd10 -Size (pure-ftpd-1.0.16a.tar.gz) = 509865 bytes +SHA1 (pure-ftpd-1.0.17a.tar.gz) = ab4bc0794965620b42db88632d9b0f092b4e16b4 +Size (pure-ftpd-1.0.17a.tar.gz) = 524367 bytes |