diff options
author | ghen <ghen@pkgsrc.org> | 2006-11-19 10:36:34 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-11-19 10:36:34 +0000 |
commit | f1b8b9cc66cb11edd0914c419b9d182ed9adf38c (patch) | |
tree | 35b214cd851b317266db22c1f91149d446a7b129 /mail | |
parent | c14a0f7e792856876567f09871e673dbcb46d61c (diff) | |
download | pkgsrc-f1b8b9cc66cb11edd0914c419b9d182ed9adf38c.tar.gz |
Update to dovecot-1.0rc15. From the release announcement mail:
* Fixed an off-by-one buffer overflow in cache file handling. The
code is executed only with mmap_disable=yes and only if index files
are used (ie. INDEX=MEMORY is safe).
* passdb checkpassword: Handle vpopmail's non-standard exit codes.
- rc14 sometimes assert-crashed if .log.2 file existed in a mailbox
(earlier versions leaked memory and file descriptors)
- io_add() assert-crashfixes
- Potential SSL hang fix at the beginning of the connection
For details on the security issue, see:
http://www.dovecot.org/list/dovecot-news/2006-November/000023.html
Diffstat (limited to 'mail')
-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 ae8f84abb11..10b276e3cd2 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.74 2006/11/13 07:53:59 ghen Exp $ +# $NetBSD: Makefile,v 1.75 2006/11/19 10:36:34 ghen Exp $ -DISTNAME= dovecot-1.0.rc14 +DISTNAME= dovecot-1.0.rc15 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 964ebac0271..45522d18cbe 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.47 2006/11/13 07:53:59 ghen Exp $ +$NetBSD: distinfo,v 1.48 2006/11/19 10:36:34 ghen Exp $ -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 (dovecot-1.0.rc15.tar.gz) = 9b618d0c1562aa64bd1e055ffa9fe5f2412514af +RMD160 (dovecot-1.0.rc15.tar.gz) = 904ef7d1f0fbfe8055f13d9036f7107f498b522e +Size (dovecot-1.0.rc15.tar.gz) = 1463069 bytes SHA1 (patch-aa) = 6258057d49add91f06d4dd51ded72e42f6774354 SHA1 (patch-ab) = 7a6441459bcf6d291d9fef7d99f46e825283f673 SHA1 (patch-ag) = bd180441a0983ceccc898024370a3bdefdc11b1f |