diff options
author | recht <recht@pkgsrc.org> | 2004-03-07 11:42:10 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-03-07 11:42:10 +0000 |
commit | 9475c97ed1a12c0d8be55a72efcde47e30b29c31 (patch) | |
tree | 7121999ba77ce8e11015543a1fee67f1417f9add | |
parent | 590ce65a9ef626c212a8fa824e55aa4121616f52 (diff) | |
download | pkgsrc-9475c97ed1a12c0d8be55a72efcde47e30b29c31.tar.gz |
update to 1.0.18
* Version 1.0.18:
- A new, nice-looking PDF version of the documentation is now available from
http://www.pureftpd.org/readme.pdf . Contributed by Torgny Wernersson.
- The beast now compiles and links against MySQL 4.1.x, but passwords must
not be hashed with MySQL-specific hashing function.
- Buglets were fixed in the documentation.
- Two new translations were added : hungarian and catalan. Contributed by
Bánhalmi Csaba and Contributed by Oriol Magrané.
- The server now uses distinct IPv4 and IPv6 to listen to both protocols on
all operating systems. A new switch, -6, forces the server to only listen to
IPv6.
- W3C and CLF alternative log formats are now more standard conformant.
- Pure-FTPd can now produce WU-FTPd (xferlog) compatible log files.
- Support for Rendezvous was added on MacOS X.
- Support for Apple / GNUStep plist data output was added to pure-ftpwho.
- UTF-8 characters are now supported in file names. A new switch,
--without-unicode, can be used to filter out non-latin characters.
-rw-r--r-- | net/pure-ftpd/Makefile | 4 | ||||
-rw-r--r-- | net/pure-ftpd/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/pure-ftpd/Makefile b/net/pure-ftpd/Makefile index b1f7f8ff600..801206e9a1d 100644 --- a/net/pure-ftpd/Makefile +++ b/net/pure-ftpd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2004/01/30 11:31:37 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2004/03/07 11:42:10 recht Exp $ -DISTNAME= pure-ftpd-1.0.17a +DISTNAME= pure-ftpd-1.0.18 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 e7cc7559c74..20d8ee49b7b 100644 --- a/net/pure-ftpd/distinfo +++ b/net/pure-ftpd/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2003/12/18 04:26:05 xtraeme Exp $ +$NetBSD: distinfo,v 1.4 2004/03/07 11:42:11 recht Exp $ -SHA1 (pure-ftpd-1.0.17a.tar.gz) = ab4bc0794965620b42db88632d9b0f092b4e16b4 -Size (pure-ftpd-1.0.17a.tar.gz) = 524367 bytes +SHA1 (pure-ftpd-1.0.18.tar.gz) = f0736357c8805c00cba9313866ef5e318001a5ed +Size (pure-ftpd-1.0.18.tar.gz) = 536611 bytes |