diff options
author | zuntum <zuntum@pkgsrc.org> | 2004-07-23 14:08:41 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2004-07-23 14:08:41 +0000 |
commit | 8e6f20546a09d9cb7a0aa9a53e8c08338d8ca0ff (patch) | |
tree | 359145ec42b351381a04df96fbf8e48d862e9e5d /mail | |
parent | c4d287bf54da5696e3f6fe94ecaf41bc74a5f579 (diff) | |
download | pkgsrc-8e6f20546a09d9cb7a0aa9a53e8c08338d8ca0ff.tar.gz |
Update teapop to version 0.3.8
* Changes since previous pkgsrc version - 0.3.5:
0.3.8 + Allow port to listen to in standalone to be changed with -P.
(Patch by: "Malte S. Stretz" <msquadrat.nospamplease@gmx.net>)
! Reduce memory footprint
(Idea from: "Malte S. Stretz" <msquadrat.nospamplease@gmx.net>)
+ Warn when teapop.passwd isn't found and default authentication
is used.
+ Introduce softlock, which gives the client an empty mailbox
instead of an error.
- Proper handling of CRLF in Maildirs.
(Found by: Matthew Sayler <sayler@speedsite.com>)
* Release date: 25-Nov-2003
0.3.7 - The configure script was broken under certain circumstances.
* Release date: 22-Jul-2003
0.3.6 + Attempt to handle broken maildelivery programs that doesn't
quote From_ lines.
+ Support to delete messages older then a certain expire date.
+ Support for tcpwrapper.
! Better cleanup of MySQL connections
(Patch by: Ross West <westr@connection.ca>)
! Improved NULL handling on long lines
(Pointed out by: Ross West <westr@connection.ca>)
- Possible buffer underflow fixed.
- Unbreak APOP with database authentication
(Found by: "Toru Hosaka" <hosaka@kt.rim.or.jp>)
! Restrict max value for hashing.
+ Mailspool hashing is now availble for all authentication types.
(Based on patch by: Robert Gomu?ka <carramba@pf.pl>)
+ Escape userdata for database authenticaion
(Patch by: Robert Gomu?ka <carramba@pf.pl>)
+ Support for ia64.
+ Support for special logging in SSL-mode.
+ IPv6 support when running in inetd-mode.
* Release date: 21-Jul-2003
* Superfluous MESSAGE file mentioning rc.d script was removed, as it was
too generic and not really useful.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/teapop/MESSAGE | 8 | ||||
-rw-r--r-- | mail/teapop/Makefile | 4 | ||||
-rw-r--r-- | mail/teapop/distinfo | 6 |
3 files changed, 5 insertions, 13 deletions
diff --git a/mail/teapop/MESSAGE b/mail/teapop/MESSAGE deleted file mode 100644 index 434a7ecdd49..00000000000 --- a/mail/teapop/MESSAGE +++ /dev/null @@ -1,8 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.5 2004/04/23 22:43:20 reed Exp $ - -You may also wish to: - cp ${RCD_SCRIPTS_EXAMPLEDIR}/teapop /etc/rc.d/teapop - echo "teapop=YES" >> /etc/rc.conf - -=========================================================================== diff --git a/mail/teapop/Makefile b/mail/teapop/Makefile index 4a8ca68f28b..e1d0ec8df34 100644 --- a/mail/teapop/Makefile +++ b/mail/teapop/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2004/04/25 01:08:41 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2004/07/23 14:08:41 zuntum Exp $ -DISTNAME= teapop-0.3.5 +DISTNAME= teapop-0.3.8 CATEGORIES= mail MASTER_SITES= ftp://ftp.toontown.org/pub/teapop/ \ http://www.toontown.org/pub/teapop/ diff --git a/mail/teapop/distinfo b/mail/teapop/distinfo index b9907a561f6..cc492980493 100644 --- a/mail/teapop/distinfo +++ b/mail/teapop/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.7 2002/06/12 10:55:48 wiz Exp $ +$NetBSD: distinfo,v 1.8 2004/07/23 14:08:41 zuntum Exp $ -SHA1 (teapop-0.3.5.tar.gz) = 27e86a4b467f24f2527ecf15ad92cbb3471d1346 -Size (teapop-0.3.5.tar.gz) = 139858 bytes +SHA1 (teapop-0.3.8.tar.gz) = 33632cc34148d88408bcb9afa5433c1a103f3cf5 +Size (teapop-0.3.8.tar.gz) = 147098 bytes |