diff options
author | ghen <ghen@pkgsrc.org> | 2008-06-03 05:52:10 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2008-06-03 05:52:10 +0000 |
commit | 1ef543205531371c718814725831db2ad121ad39 (patch) | |
tree | fee26b628581abe65fb42611ba64c622f7bc5eba /mail | |
parent | 85b2ccfafaa4c00772c284b560705aa273712e2d (diff) | |
download | pkgsrc-1ef543205531371c718814725831db2ad121ad39.tar.gz |
Update to Dovecot 1.0.14. From the release announcement:
Since v1.1.0 release is getting near, this could well be the last v1.0
release. I'll still fix important bugs, but if the bugfix is large or
affects only few people it'll probably get fixed only in v1.1 releases.
* mbox: Enable mail_privileged_group while creating INBOX.
- IMAP: Fixed a rare crash in FETCH BODY/BODYSTRUCTURE
- IMAP: If mailbox is selected with EXAMINE, ignore flag changes
- proxy: Login success reply was sent in two IP packets, which
confused some IMAP/POP3 clients
- ACL plugin leaked memory a bit
- dovecot-auth: allow_nets setting with network masks didn't work
correctly with big endian machines.
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 6ea278bd846..5825a46d3a0 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.115 2008/03/09 11:58:17 ghen Exp $ +# $NetBSD: Makefile,v 1.116 2008/06/03 05:52:10 ghen Exp $ -DISTNAME= dovecot-1.0.13 +DISTNAME= dovecot-1.0.14 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/1.0/ diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index 95ab2da6460..b505199842e 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.80 2008/03/09 11:58:17 ghen Exp $ +$NetBSD: distinfo,v 1.81 2008/06/03 05:52:10 ghen Exp $ -SHA1 (dovecot-1.0.13.tar.gz) = 8690b27d01e8a68edef5ed162681c79f4074c9c1 -RMD160 (dovecot-1.0.13.tar.gz) = 1ba2c6b14e41c9bc4d36c12ea90a0fad024409db -Size (dovecot-1.0.13.tar.gz) = 1774025 bytes +SHA1 (dovecot-1.0.14.tar.gz) = e7ce639720c39f578c8dcc41bd875210b8c76cd8 +RMD160 (dovecot-1.0.14.tar.gz) = 119edbc18d81be46d6901d2a5b3b50b708980c64 +Size (dovecot-1.0.14.tar.gz) = 1781681 bytes SHA1 (patch-aa) = 6258057d49add91f06d4dd51ded72e42f6774354 SHA1 (patch-ab) = 5d45a1617dd5ee7ce07fe89b526a6fb273057bb5 SHA1 (patch-ac) = 377da4719b5dca91a0b2fa7b3e11170cd2ea8d59 |