summaryrefslogtreecommitdiff
path: root/mail/dovecot/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-12-21 00:00:34 +0000
committerxtraeme <xtraeme>2004-12-21 00:00:34 +0000
commit55d806914f3d26b742c64e06b243e3a16e9ed5dc (patch)
tree616e5f079813a520923e20b140156df76cac0abe /mail/dovecot/Makefile
parent91fa24a9b8edd3a7331ec499d701408f6bd02bbe (diff)
downloadpkgsrc-55d806914f3d26b742c64e06b243e3a16e9ed5dc.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/dovecot/Makefile')
-rw-r--r--mail/dovecot/Makefile7
1 files changed, 5 insertions, 2 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