diff options
author | hubertf <hubertf@pkgsrc.org> | 2002-04-29 16:44:17 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2002-04-29 16:44:17 +0000 |
commit | 3e2afb06ff011d77c203a4a74cac7fd71adcb672 (patch) | |
tree | f6f427ee7bee39b8ed79dff244ed4609e6e9e576 | |
parent | 1973ac7266561c4f8274de795f402975075589b5 (diff) | |
download | pkgsrc-3e2afb06ff011d77c203a4a74cac7fd71adcb672.tar.gz |
Update teapop to 0.3.4.
Changes:
0.3.4 + Authentication through JAVA
(By: Ivan F. Martinez <ivanfm@os2brasil.com.br>)
+ Added a wrapper for lockf, built on fcntl.
+ popauth file support for POP-before-SMTP authentication
(By: Stephan Uhlmann <su@su2.info>)
+ Rudimental LDAP support.
(By: "Alexandre Ghisoli" <alexandre.ghisoli@ycom.ch>)
- Unbreak ignoring of UW-IMAP message.
(Problem reported by: Dale Blount <lnxus@yahoo.com>)
* Please note that the mailing lists have change address, for
more info please see:
http://www.toontown.org/teapop/mailinglist.php
! Ignore SIGPIPE when in update state.
+ Mac OS X support
(By: Thomas Deniau <thomasdeniau@mac.com>)
! Behave more decent when running as non-root.
(By: Marc A. Lehmann <pcg@goof.com>)
* Release date: 9-Apr-2002
0.3.3 - Fix proper unlocking of mailboxes.
* Release date: 2-Sep-2001
Update contributed by Dawid Szymanski <dawszy@arhea.net> in PR 16551
-rw-r--r-- | mail/teapop/Makefile | 7 | ||||
-rw-r--r-- | mail/teapop/distinfo | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/teapop/Makefile b/mail/teapop/Makefile index a1f290ca0dd..51513111b79 100644 --- a/mail/teapop/Makefile +++ b/mail/teapop/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.7 2002/04/03 23:10:43 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 2002/04/29 16:44:17 hubertf Exp $ -DISTNAME= teapop-0.3.2 -PKGREVISION= 1 +DISTNAME= teapop-0.3.4 CATEGORIES= mail MASTER_SITES= ftp://ftp.toontown.org/pub/teapop/ \ http://www.toontown.org/pub/teapop/ -MAINTAINER= packages@netbsd.org +MAINTAINER= dawszy@netbsd.org HOMEPAGE= http://www.toontown.org/teapop/ COMMENT= Yet another RFC1939 compliant POP3 server diff --git a/mail/teapop/distinfo b/mail/teapop/distinfo index 79156ce299b..5d3c07f7d3e 100644 --- a/mail/teapop/distinfo +++ b/mail/teapop/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2002/01/10 14:17:54 wiz Exp $ +$NetBSD: distinfo,v 1.6 2002/04/29 16:44:17 hubertf Exp $ -SHA1 (teapop-0.3.2.tar.gz) = 28b4eec496f029adb2bf91736d4a768fe9681bfa -Size (teapop-0.3.2.tar.gz) = 102060 bytes +SHA1 (teapop-0.3.4.tar.gz) = 36f710c0b57caf9595d6f901da33a4d74028bc79 +Size (teapop-0.3.4.tar.gz) = 139108 bytes |