diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-12-21 00:00:34 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-12-21 00:00:34 +0000 |
commit | d78016c2e202655c13a082da3acc346967455330 (patch) | |
tree | 616e5f079813a520923e20b140156df76cac0abe /mail | |
parent | 79068f731b0161c180e0940d4e71a52059dd2eed (diff) | |
download | pkgsrc-d78016c2e202655c13a082da3acc346967455330.tar.gz |
Update to 0.9.12.1
Changes:
- Fix memory leaks in LDAP, MySQL and PGSQL userdb/passdb
- Fix hanging when parsing mails that have over 4096 bytes in one
line (SMTP servers normally don't allow over 1000 bytes so it
shouldn't be much of a problem)
- FETCH BODYSTRUCTURE sometimes gave a wrong reply
(eg. with FETCH (BODYSTRUCTURE RFC822.SIZE) if it wasn't cached)
- Never return more than one INBOX in LIST even if there are such
files. They don't work anyway and it just confuses clients.
- mbox: Don't allow creating INBOX directory by creating/renaming
mailboxes under it. They just wouldn't work.
- POP3: Don't return PLAIN in SASL list. We don't support initial SASL
responses, so it only breaks with most clients that try to use it.
- IMAP and POP3 login processes may have sent each line in two IP
packets, one with the data and another with CR+LF. Some clients
didn't work because of this.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot/Makefile | 7 | ||||
-rw-r--r-- | mail/dovecot/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 2cc408eae50..de20bbd55eb 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,12 +1,14 @@ -# $NetBSD: Makefile,v 1.28 2004/10/25 15:25:21 xtraeme Exp $ +# $NetBSD: Makefile,v 1.29 2004/12/21 00:00:34 xtraeme Exp $ -DISTNAME= dovecot-0.99.11 +DISTNAME= dovecot-0.99.12.1 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/ +.if 0 PATCH_SITES= http://www.roughtrade.net/dovecot/ PATCHFILES= dovecot-crammd5-0.99.11.diff PATCH_DIST_STRIP= -p1 +.endif MAINTAINER= tom@replic8.net HOMEPAGE= http://www.dovecot.org/ @@ -14,6 +16,7 @@ COMMENT= Secure IMAP and POP3 server PKG_INSTALLATION_TYPES= overwrite pkgviews +WRKSRC= ${WRKDIR}/${DISTNAME:S/.1$//} USE_BUILDLINK3= YES USE_LIBTOOL= YES USE_PKGINSTALL= YES diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index 11e1eabfc78..98062d132ee 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,8 +1,6 @@ -$NetBSD: distinfo,v 1.14 2004/10/25 15:25:21 xtraeme Exp $ +$NetBSD: distinfo,v 1.15 2004/12/21 00:00:34 xtraeme Exp $ -SHA1 (dovecot-0.99.11.tar.gz) = 3553d705ea1f3975be704ca976eaa43c380aaab0 -Size (dovecot-0.99.11.tar.gz) = 863370 bytes -SHA1 (dovecot-crammd5-0.99.11.diff) = 4cafd12552e003396a832e7f6e57193fa2e659d9 -Size (dovecot-crammd5-0.99.11.diff) = 15170 bytes +SHA1 (dovecot-0.99.12.1.tar.gz) = a587ffdefbf9a90fa91ed506645c9d962112f1b0 +Size (dovecot-0.99.12.1.tar.gz) = 864722 bytes SHA1 (patch-aa) = 862a27a1fe59108a519a59e14341ca418ba39ec5 SHA1 (patch-ab) = 00f9e92824af89ce15c2493e0a92046e8db18fac |