diff options
author | ghen <ghen> | 2006-11-13 07:53:59 +0000 |
---|---|---|
committer | ghen <ghen> | 2006-11-13 07:53:59 +0000 |
commit | 292a57bd4f3c32cfaa8b7e632c4d748604dffee2 (patch) | |
tree | 82f2d438c88a2ad77625c6449e6435f2173a04d1 /mail/dovecot | |
parent | 270369a6880f3935c9235dcc3fc8d33c0c944103 (diff) | |
download | pkgsrc-292a57bd4f3c32cfaa8b7e632c4d748604dffee2.tar.gz |
Update to dovecot-1.0rc14. From the release announcement mail:
More fixes.
"Duplicate header extension keywords" is the only known problem (or if I
forgot something, remind me). I'll try to figure out a way to reproduce
it easily and then get it fixed.
* LDAP: Don't try to use ldap_bind() with empty passwords, since
Windows 2003 AD skips password checking with them and just returns
success.
* verbose_ssl=yes: Don't bother logging "syscall failed: EOF"
messages. No-one cares about them.
+ Dovecot sources should now compile without any warnings with gcc 3.2+
- rc13 crashed if client disconnected while IDLEing
- LDAP: auth_bind=yes fixes
- %variables: Fixed zero padding handling and documented it. %0.1n
shouldn't enable it, and it really shouldn't stay for the next
%variable. -sign also shouldn't stay for the next variable.
- Don't leak opened .log.2 transaction logs.
- Fixed a potential hang in IDLE command (probably really rare).
- Fixed potential problems with client disconnecting while master was
handling the login.
- quota plugin didn't work in Mac OS X
Diffstat (limited to 'mail/dovecot')
-rw-r--r-- | mail/dovecot/Makefile | 4 | ||||
-rw-r--r-- | mail/dovecot/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index ebde86cd13f..ae8f84abb11 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.73 2006/11/08 14:40:20 ghen Exp $ +# $NetBSD: Makefile,v 1.74 2006/11/13 07:53:59 ghen Exp $ -DISTNAME= dovecot-1.0.rc13 +DISTNAME= dovecot-1.0.rc14 PKGNAME= ${DISTNAME:S/.rc/rc/} CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/ diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index f3cb4193719..964ebac0271 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.46 2006/11/08 14:40:20 ghen Exp $ +$NetBSD: distinfo,v 1.47 2006/11/13 07:53:59 ghen Exp $ -SHA1 (dovecot-1.0.rc13.tar.gz) = 2264979e131ffbec2767b4d77ca8ceee12300f46 -RMD160 (dovecot-1.0.rc13.tar.gz) = 89bf059c4922ba744e29b3a077cd33b67354cd22 -Size (dovecot-1.0.rc13.tar.gz) = 1459922 bytes +SHA1 (dovecot-1.0.rc14.tar.gz) = 0ff156ef9a548a33d65aaa6aca56074788974301 +RMD160 (dovecot-1.0.rc14.tar.gz) = 6147bb86afc529b1bf7826324e622b5b7347c1b8 +Size (dovecot-1.0.rc14.tar.gz) = 1461773 bytes SHA1 (patch-aa) = 6258057d49add91f06d4dd51ded72e42f6774354 SHA1 (patch-ab) = 7a6441459bcf6d291d9fef7d99f46e825283f673 SHA1 (patch-ag) = bd180441a0983ceccc898024370a3bdefdc11b1f |