diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-07-14 18:09:00 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-07-14 18:09:00 +0000 |
commit | 8dc73ffc2cff5ca19978cbc9469d0fa58c082597 (patch) | |
tree | a3c39b810cbb8eb4a855df4d2177500d0e5907ea /mail/dovecot | |
parent | 57ab7c288ca6240bdd17c5d160c1c4da713a0526 (diff) | |
download | pkgsrc-8dc73ffc2cff5ca19978cbc9469d0fa58c082597.tar.gz |
Update mail/dovecot to 0.99.10.7
v0.99.10.7 2004-07-14 Timo Sirainen <tss@iki.fi>
+ Added outlook-pop3-no-nuls workaround to fix Outlook hang in
mails with NULs.
+ Config file lines can now contain quoted strings ("value ")
- If client didn't finish downloading a single mail in 30 seconds,
Dovecot closed the connection. This was supposed to work so that
if client hasn't read data at all in 30 seconds, it's disconnected.
- Maildir: LIST now doesn't skip symlinks
Diffstat (limited to 'mail/dovecot')
-rw-r--r-- | mail/dovecot/Makefile | 12 | ||||
-rw-r--r-- | mail/dovecot/distinfo | 8 |
2 files changed, 10 insertions, 10 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 8deaf6754f5..4bb70e2f363 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,15 +1,17 @@ -# $NetBSD: Makefile,v 1.21 2004/06/21 08:32:05 xtraeme Exp $ +# $NetBSD: Makefile,v 1.22 2004/07/14 18:09:00 xtraeme Exp $ -DISTNAME= dovecot-0.99.10.6 +DISTNAME= dovecot-0.99.10.7 CATEGORIES= mail -MASTER_SITES= http://dovecot.fi/ +MASTER_SITES= http://www.dovecot.org/releases/ +.if 0 PATCH_SITES= http://www.roughtrade.net/dovecot/ -PATCHFILES= dovecot-crammd5-0.99.10.6.diff +PATCHFILES= dovecot-crammd5-0.99.10.7.diff PATCH_DIST_STRIP= -p1 +.endif MAINTAINER= tom@replic8.net -HOMEPAGE= http://dovecot.fi/ +HOMEPAGE= http://www.dovecot.org/ COMMENT= Secure IMAP and POP3 server USE_BUILDLINK3= YES diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index 68493ab17a8..be79a376476 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,8 +1,6 @@ -$NetBSD: distinfo,v 1.10 2004/06/21 08:30:24 xtraeme Exp $ +$NetBSD: distinfo,v 1.11 2004/07/14 18:09:00 xtraeme Exp $ -SHA1 (dovecot-0.99.10.6.tar.gz) = cc13affe2e5f96869956adae7c0f5ede6d8eefa3 -Size (dovecot-0.99.10.6.tar.gz) = 858545 bytes -SHA1 (dovecot-crammd5-0.99.10.6.diff) = 4a4b27a3e58692e677ce8570ca03372a6e12037a -Size (dovecot-crammd5-0.99.10.6.diff) = 15768 bytes +SHA1 (dovecot-0.99.10.7.tar.gz) = 9fba2c016e48e9e3b89905bc1bef2e2f55757461 +Size (dovecot-0.99.10.7.tar.gz) = 860088 bytes SHA1 (patch-aa) = 6ed31ba47883903e5a7b2fcb715432e0c3e8947c SHA1 (patch-ab) = c3b4256ba50417e65e6ec69025e7864865c7a1a0 |