diff options
author | zafer <zafer@pkgsrc.org> | 2010-10-27 20:03:56 +0000 |
---|---|---|
committer | zafer <zafer@pkgsrc.org> | 2010-10-27 20:03:56 +0000 |
commit | a198c6b77ef3aa4232783c9c94739b3ca8feb4d4 (patch) | |
tree | e451e54ac62470e405ea6247727509c986733ec2 /net | |
parent | d86c6c396e2ab1a10b5f8b943857472ca0f8faef (diff) | |
download | pkgsrc-a198c6b77ef3aa4232783c9c94739b3ca8feb4d4.tar.gz |
Update pure-ftpd to 1.0.29
Changelog:
Version 1.0.29:
* Fixed corruption when downloading files larger than 4 Gb on a 32-bits arch.
* Fixed error on exit on Linux.
* Downloading should be slightly faster.
Version 1.0.28:
* When —autorename is enabled, an upload script will now get the final file name instead of the original one.
* The ALLO command now checks for the actual disk space in addition to the virtual quota.
* ABOR on OSX has been fixed.
* Fixed the virtual quota computation after an atomic upload has been resumed.
* Fixed AUTH_ENCRYPTED.
* A workaround against spurious disconnections with ncftp has been implemented.
Diffstat (limited to 'net')
-rw-r--r-- | net/pure-ftpd/Makefile | 4 | ||||
-rw-r--r-- | net/pure-ftpd/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/pure-ftpd/Makefile b/net/pure-ftpd/Makefile index 545bc9f11e6..3dcb7916423 100644 --- a/net/pure-ftpd/Makefile +++ b/net/pure-ftpd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2010/02/04 12:34:08 obache Exp $ +# $NetBSD: Makefile,v 1.24 2010/10/27 20:03:56 zafer Exp $ -DISTNAME= pure-ftpd-1.0.27 +DISTNAME= pure-ftpd-1.0.29 CATEGORIES= net MASTER_SITES= ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/ MASTER_SITES+= http://download.pureftpd.org/pub/pure-ftpd/releases/ diff --git a/net/pure-ftpd/distinfo b/net/pure-ftpd/distinfo index 33033909999..dc0bcf9b257 100644 --- a/net/pure-ftpd/distinfo +++ b/net/pure-ftpd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2010/02/04 12:34:08 obache Exp $ +$NetBSD: distinfo,v 1.10 2010/10/27 20:03:56 zafer Exp $ -SHA1 (pure-ftpd-1.0.27.tar.gz) = abd547ff4753e3e921e309175a786069393a8911 -RMD160 (pure-ftpd-1.0.27.tar.gz) = 1ac601910ba6b92ff7671259d4a6216cb4ba391b -Size (pure-ftpd-1.0.27.tar.gz) = 568556 bytes +SHA1 (pure-ftpd-1.0.29.tar.gz) = 1be4253f2a2232dc32704e3a9b306ad7585470af +RMD160 (pure-ftpd-1.0.29.tar.gz) = 188f8c9c15b0b2b968c345f7571d8c61a08efe6a +Size (pure-ftpd-1.0.29.tar.gz) = 564233 bytes |