diff options
author | ghen <ghen@pkgsrc.org> | 2009-03-19 09:04:44 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2009-03-19 09:04:44 +0000 |
commit | 1621dfb51f4c21a1addacadb0c414d8b103f54da (patch) | |
tree | 172975d20fc2f420e5815f12b6dbf0bdd42c0e82 /mail | |
parent | bcd615872ddb156b706155dff64cc2cfe50c3ec6 (diff) | |
download | pkgsrc-1621dfb51f4c21a1addacadb0c414d8b103f54da.tar.gz |
Update to Dovecot 1.1.13, there were two regressions in 1.1.12:
- v1.1.12's MAILBOXDIR changes broke accessing mails in some setups
- v1.1.12's login_executable -D checking changes caused dovecot to
crash at startup if protocols setting contained only pop3.
- mbox: pop3_lock_session=3Dyes was broken with mail_privileged_group.
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 e3f042eba7c..481956827a9 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.129 2009/03/18 08:47:15 ghen Exp $ +# $NetBSD: Makefile,v 1.130 2009/03/19 09:04:44 ghen Exp $ -DISTNAME= dovecot-1.1.12 +DISTNAME= dovecot-1.1.13 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/1.1/ diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index b6e98a29067..d6a3acdeea1 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.94 2009/03/18 08:47:15 ghen Exp $ +$NetBSD: distinfo,v 1.95 2009/03/19 09:04:44 ghen Exp $ -SHA1 (dovecot-1.1.12.tar.gz) = ec44f311b177995e6da8ca2a27ba3860a925d2f5 -RMD160 (dovecot-1.1.12.tar.gz) = 491a2bcfc0031ae568581278c6246c198da4174f -Size (dovecot-1.1.12.tar.gz) = 2368733 bytes +SHA1 (dovecot-1.1.13.tar.gz) = 303c1482a8b86a01df26114ee8a7463697ef4448 +RMD160 (dovecot-1.1.13.tar.gz) = 3ec55c8c8c0b60781d86a9fdbaba75ecf446ea5e +Size (dovecot-1.1.13.tar.gz) = 2369604 bytes SHA1 (patch-aa) = 6258057d49add91f06d4dd51ded72e42f6774354 SHA1 (patch-ab) = 8cdfefa1e8112334f734afc9b68fac1463637c94 SHA1 (patch-ac) = bf4c21c0e08832926944ad43c8678ef505e92dd6 |