diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-04-03 05:52:00 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-04-03 05:52:00 +0000 |
commit | 687a6901d6def1f905d43f23b3388ee3c429d154 (patch) | |
tree | 35eb065e4e552cb39d0578f47abcf51523428c44 /mail/teapop/Makefile | |
parent | 30afc75b8737dd54d3b76a7e99ec59f94be74704 (diff) | |
download | pkgsrc-687a6901d6def1f905d43f23b3388ee3c429d154.tar.gz |
Update teapop to 0.3.0
0.3.0 * New version system.
* The license has been modified, yet again to comply with BSD-type
licenses.
! Clean up of Makefiles and dependencies added.
+ Teapop will sleep for 3 seconds after a failed login to slow
down "brute force" attackers.
+ Maildir support added.
+ Added support for reporting clients IP to a whoson server,
after a successful authentication.
+ Support for AIX.
(Patch by: "Oleg O. Orlov" <OOO@vmts.ru>)
! Changed the htpasswd authentication method so it will ignore
anything after the two first fields. This makes Teapop also
support "real" passwd files.
(Patch by: Grant Kaufmann <grantcode@netizen.co.za>)
* Released: 2-Apr-2001
Maildir support was added, so I'm glad to take over maintainership.
Diffstat (limited to 'mail/teapop/Makefile')
-rw-r--r-- | mail/teapop/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/teapop/Makefile b/mail/teapop/Makefile index c7a1ac99eeb..5bc808a1ea2 100644 --- a/mail/teapop/Makefile +++ b/mail/teapop/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/03/24 06:17:06 zuntum Exp $ +# $NetBSD: Makefile,v 1.2 2001/04/03 05:52:00 zuntum Exp $ -DISTNAME= teapop-0.28 +DISTNAME= teapop-0.3.0 CATEGORIES= mail MASTER_SITES= ftp://ftp.toontown.org/pub/teapop/ \ http://www.toontown.org/pub/teapop/ -MAINTAINER= packages@netbsd.org +MAINTAINER= zuntum@netbsd.org HOMEPAGE= http://www.toontown.org/teapop/ COMMENT= Yet another RFC1939 compliant POP3 server |