pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/pure-ftpd Update to 1.0.17a
details: https://anonhg.NetBSD.org/pkgsrc/rev/0cf1559bc9de
branches: trunk
changeset: 464938:0cf1559bc9de
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Thu Dec 18 04:26:05 2003 +0000
description:
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:
net/pure-ftpd/Makefile | 5 ++---
net/pure-ftpd/distinfo | 6 +++---
2 files changed, 5 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r 4eb21a150ccd -r 0cf1559bc9de net/pure-ftpd/Makefile
--- a/net/pure-ftpd/Makefile Thu Dec 18 04:15:06 2003 +0000
+++ b/net/pure-ftpd/Makefile Thu Dec 18 04:26:05 2003 +0000
@@ -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 -r 4eb21a150ccd -r 0cf1559bc9de net/pure-ftpd/distinfo
--- a/net/pure-ftpd/distinfo Thu Dec 18 04:15:06 2003 +0000
+++ b/net/pure-ftpd/distinfo Thu Dec 18 04:26:05 2003 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index