pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/dovecot Update to 0.9.12.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/7473a1fc6add
branches: trunk
changeset: 485992:7473a1fc6add
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Tue Dec 21 00:00:34 2004 +0000
description:
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:
mail/dovecot/Makefile | 7 +++++--
mail/dovecot/distinfo | 8 +++-----
2 files changed, 8 insertions(+), 7 deletions(-)
diffs (43 lines):
diff -r f410878d6774 -r 7473a1fc6add mail/dovecot/Makefile
--- a/mail/dovecot/Makefile Mon Dec 20 23:52:22 2004 +0000
+++ b/mail/dovecot/Makefile Tue Dec 21 00:00:34 2004 +0000
@@ -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@localhost
HOMEPAGE= http://www.dovecot.org/
@@ -14,6 +16,7 @@
PKG_INSTALLATION_TYPES= overwrite pkgviews
+WRKSRC= ${WRKDIR}/${DISTNAME:S/.1$//}
USE_BUILDLINK3= YES
USE_LIBTOOL= YES
USE_PKGINSTALL= YES
diff -r f410878d6774 -r 7473a1fc6add mail/dovecot/distinfo
--- a/mail/dovecot/distinfo Mon Dec 20 23:52:22 2004 +0000
+++ b/mail/dovecot/distinfo Tue Dec 21 00:00:34 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index