diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-06-30 21:21:51 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-06-30 21:21:51 +0000 |
commit | ea2c9518093d903ae44b6f26caed06e9fb9aac16 (patch) | |
tree | ab597c32eb557774d40619d38d37ac8263041521 /mail/teapop/Makefile | |
parent | 03836676745cdad8441d8a0af9b7a6ef6f5d51a6 (diff) | |
download | pkgsrc-ea2c9518093d903ae44b6f26caed06e9fb9aac16.tar.gz |
Update teapop to 0.3.1
0.3.1 ! Using --enable-extra-dividers without any parameters now yields
the same result as leaving it out.
(Patch by: "Oleg. O. Orlov" <OOO@vmts.ru>)
+ Support for Maildirs outside of a users home directory.
(Suggested by: David S. Greenley <david@webedited.com>
+ Logs when a successful login is made.
(Patch by: Fabio Muzzi <kurgan@interim.it>
- In some environments the logging would have the wrong timezone
on timestamps.
- Maildir messages with a certain filename length could get parse
incorrectly in some environments.
(Patch by: David S. Greenley <david@webedited.com>
! Teapop will now drop privs AFTER running all user provided
POP-before-SMTP controls.
- Maildir could leave .lock files under some circumstances.
(Based on ideas from: Ivan F. Martinez <ivanfm@os2brasil.com.br>
! The switch --enable-flock has been deprecated for the more flexible
--enable-lock (which can be set to either flock or dotlock.) The
default is now flock.
o set USE_BUILDLINK_ONLY
Diffstat (limited to 'mail/teapop/Makefile')
-rw-r--r-- | mail/teapop/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/mail/teapop/Makefile b/mail/teapop/Makefile index 5bc808a1ea2..f1a43c4fc05 100644 --- a/mail/teapop/Makefile +++ b/mail/teapop/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2001/04/03 05:52:00 zuntum Exp $ +# $NetBSD: Makefile,v 1.3 2001/06/30 21:21:51 zuntum Exp $ -DISTNAME= teapop-0.3.0 +DISTNAME= teapop-0.3.1 CATEGORIES= mail MASTER_SITES= ftp://ftp.toontown.org/pub/teapop/ \ http://www.toontown.org/pub/teapop/ @@ -9,9 +9,11 @@ MAINTAINER= zuntum@netbsd.org HOMEPAGE= http://www.toontown.org/teapop/ COMMENT= Yet another RFC1939 compliant POP3 server -GNU_CONFIGURE= YES -CONFIGURE_ARGS= --enable-flock -CONFIGURE_ARGS+=--sysconfdir=/etc +USE_BUILDLINK_ONLY= YES +GNU_CONFIGURE= YES + +CONFIGURE_ARGS+= --enable-flock +CONFIGURE_ARGS+= --sysconfdir=/etc .include "../../mk/bsd.prefs.mk" |