diff options
author | zuntum <zuntum> | 2001-06-30 21:21:51 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-06-30 21:21:51 +0000 |
commit | 94a43fe1ccbc2a5365bfd91b2ce2e60c24b36478 (patch) | |
tree | ab597c32eb557774d40619d38d37ac8263041521 /mail | |
parent | 307281b032aba174cd9484526755c4e66fdcffe2 (diff) | |
download | pkgsrc-94a43fe1ccbc2a5365bfd91b2ce2e60c24b36478.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')
-rw-r--r-- | mail/teapop/Makefile | 12 | ||||
-rw-r--r-- | mail/teapop/distinfo | 6 |
2 files changed, 10 insertions, 8 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" diff --git a/mail/teapop/distinfo b/mail/teapop/distinfo index 558de690739..f7e06763dd0 100644 --- a/mail/teapop/distinfo +++ b/mail/teapop/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 13:10:05 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/06/30 21:21:51 zuntum Exp $ -SHA1 (teapop-0.3.0.tar.gz) = d4cb0e61565db490edf390cb5b00b5491869ed80 -Size (teapop-0.3.0.tar.gz) = 92691 bytes +SHA1 (teapop-0.3.1.tar.gz) = 031bde1799941b47a3b727018a2577436de72f75 +Size (teapop-0.3.1.tar.gz) = 99621 bytes SHA1 (patch-aa) = 70d851d3928d23d54da64b41cc5a7d76c23bb674 |