diff options
author | wiz <wiz@pkgsrc.org> | 2002-06-11 11:14:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-06-11 11:14:30 +0000 |
commit | f34bd0c8b0a3701b8fc2f0bbcea5b2a858fb2564 (patch) | |
tree | a9e4f65a8ce10012c731f292ea276a6a592fc520 /net/pureftpd | |
parent | ba4e3a33bd3208dce49ac6303315cb0b715fb5fe (diff) | |
download | pkgsrc-f34bd0c8b0a3701b8fc2f0bbcea5b2a858fb2564.tar.gz |
Update to 1.0.12, provided by the MAINTAINER Dawid Szymanski in pkg/17214.
Changes since 1.0.11:
- New workarounds and conformance fixes were added to improve client
compatibility.
- Zero-copy downloads are now enabled on HPUX and Solaris.
- Russian and Chinese (simplified + traditional) translations were added.
- LDAP_FTPUID and LDAP_FTPGID are now really fetched from the directory.
- A protection against common bruteforce scanners for hidden directories
has been added.
- The FTP data connection assurance draft (ESTA/ESTP) has been implemented.
- Per-user (including anonymous) concurrency limits are now available.
Diffstat (limited to 'net/pureftpd')
-rw-r--r-- | net/pureftpd/Makefile | 8 | ||||
-rw-r--r-- | net/pureftpd/distinfo | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/net/pureftpd/Makefile b/net/pureftpd/Makefile index b31df045701..15a0267a565 100644 --- a/net/pureftpd/Makefile +++ b/net/pureftpd/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2002/05/08 00:35:14 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 2002/06/11 11:14:30 wiz Exp $ # -DISTNAME= pure-ftpd-1.0.11 -PKGREVISION= 1 +DISTNAME= pure-ftpd-1.0.12 CATEGORIES= net -MASTER_SITES= http://belnet.dl.sourceforge.net/sourceforge/pureftpd/ \ - ${MASTER_SITE_SOURCEFORGE:=pureftpd/} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pureftpd/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= dawszy@arhea.net diff --git a/net/pureftpd/distinfo b/net/pureftpd/distinfo index 55c40abea4c..67b9e1562a0 100644 --- a/net/pureftpd/distinfo +++ b/net/pureftpd/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2002/05/07 23:12:05 hubertf Exp $ +$NetBSD: distinfo,v 1.4 2002/06/11 11:14:31 wiz Exp $ -SHA1 (pure-ftpd-1.0.11.tar.bz2) = 61795aa924aa425583366a9c5101472fbed6c697 -Size (pure-ftpd-1.0.11.tar.bz2) = 373109 bytes +SHA1 (pure-ftpd-1.0.12.tar.bz2) = 605f8a21bea527e893e090392c054802c3aca0c4 +Size (pure-ftpd-1.0.12.tar.bz2) = 395495 bytes |