diff options
author | ghen <ghen@pkgsrc.org> | 2009-01-24 10:51:35 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2009-01-24 10:51:35 +0000 |
commit | f94bd81a1fd308a836c4befcc28272f150fb157e (patch) | |
tree | 3581ad84f7c4a70f13ca33c82343b6e395d986bc /mail | |
parent | 60bf974c5d1481e465baf584423c6133241f1e9f (diff) | |
download | pkgsrc-f94bd81a1fd308a836c4befcc28272f150fb157e.tar.gz |
Update to Dovecot 1.1.9. From the release announcement mail:
Lots of small dbox fixes, hopefully migrations from Maildir are now working
correctly.
+ Sending SIGUSR2 to dovecot-auth now also logs statistics about cache inserts.
This could help figuring out auth cache size.
+ deliver: Added rejection_subject setting, which is used for rejected mails.
+ pop3: Prevent clients from looping forever trying to fetch an expunged
message.
+ If login process crashes, log the IP address that (maybe) caused it.
+ If core dump limit is 0, add "core dumps disabled" to startup log line.
+ Log better messages for "Permission denied" errors
- mbox: Fixed assert-crash with pop3_lock_session=yes
- dbox: Fixes to handling maildir-converted files.
- Auth cache wasn't working correctly for all fields (e.g. allow_nets) with
blocking passdbs (e.g. mysql).
- pgsql: Handle reconnecting to server without failing auth lookups.
- Berkeley DB memory/resource leak fixes.
- maildir: Fixes to handling over 26 keywords.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot/Makefile | 4 | ||||
-rw-r--r-- | mail/dovecot/distinfo | 10 | ||||
-rw-r--r-- | mail/dovecot/patches/patch-ab | 14 |
3 files changed, 14 insertions, 14 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 62cb583052e..4cb3e65b923 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.125 2009/01/08 00:02:43 abs Exp $ +# $NetBSD: Makefile,v 1.126 2009/01/24 10:51:35 ghen Exp $ -DISTNAME= dovecot-1.1.8 +DISTNAME= dovecot-1.1.9 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/1.1/ diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index 38510964543..a279f49c4db 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.90 2009/01/08 00:02:43 abs Exp $ +$NetBSD: distinfo,v 1.91 2009/01/24 10:51:35 ghen Exp $ -SHA1 (dovecot-1.1.8.tar.gz) = 8989d811dd3a9a060e6101bad302f7855358d1c5 -RMD160 (dovecot-1.1.8.tar.gz) = 05ebdc90c64bb0fb3f4e3b16490e0174d2325bf4 -Size (dovecot-1.1.8.tar.gz) = 2353524 bytes +SHA1 (dovecot-1.1.9.tar.gz) = 4cce846b93eec2a47b1723e93796c9303ea3a40c +RMD160 (dovecot-1.1.9.tar.gz) = 9197ac4bf60f94601ad28c5a7fa407501e117a77 +Size (dovecot-1.1.9.tar.gz) = 2360414 bytes SHA1 (patch-aa) = 6258057d49add91f06d4dd51ded72e42f6774354 -SHA1 (patch-ab) = 63411de4a21819a2f11c1f661cb5735ed3289242 +SHA1 (patch-ab) = 8cdfefa1e8112334f734afc9b68fac1463637c94 SHA1 (patch-ac) = bf4c21c0e08832926944ad43c8678ef505e92dd6 SHA1 (patch-ag) = c9989f71bdfd9ae22883450b85fc55a215594df1 diff --git a/mail/dovecot/patches/patch-ab b/mail/dovecot/patches/patch-ab index a8a855d9058..3e85cc07fb1 100644 --- a/mail/dovecot/patches/patch-ab +++ b/mail/dovecot/patches/patch-ab @@ -1,6 +1,6 @@ -$NetBSD: patch-ab,v 1.24 2009/01/08 00:02:43 abs Exp $ +$NetBSD: patch-ab,v 1.25 2009/01/24 10:51:35 ghen Exp $ ---- dovecot-example.conf.orig 2009-01-05 20:49:58.000000000 +0000 +--- dovecot-example.conf.orig 2009-01-13 22:51:40.000000000 +0100 +++ dovecot-example.conf @@ -10,17 +10,14 @@ # value inside quotes, eg.: key = "# char and trailing whitespace " @@ -103,9 +103,9 @@ $NetBSD: patch-ab,v 1.24 2009/01/08 00:02:43 abs Exp $ - #sendmail_path = /usr/lib/sendmail + #sendmail_path = /usr/sbin/sendmail - # Human readable error message for rejection mails. Use can use variables: - # %n = CRLF, %r = reason, %s = subject, %t = recipient -@@ -693,7 +690,7 @@ protocol lda { + # Subject: header to use for rejection mails. You can use the same variables + # as for rejection_reason below. +@@ -697,7 +694,7 @@ protocol lda { ## # Executable location @@ -114,7 +114,7 @@ $NetBSD: patch-ab,v 1.24 2009/01/08 00:02:43 abs Exp $ # Set max. process size in megabytes. #auth_process_size = 256 -@@ -826,7 +823,7 @@ auth default { +@@ -830,7 +827,7 @@ auth default { # database (passwd usually), you can use static userdb. # REMEMBER: You'll need /etc/pam.d/dovecot file created for PAM # authentication to actually work. <doc/wiki/PasswordDatabase.PAM.txt> @@ -123,7 +123,7 @@ $NetBSD: patch-ab,v 1.24 2009/01/08 00:02:43 abs Exp $ # [session=yes] [setcred=yes] [failure_show_msg=yes] # [cache_key=<key>] [<service name>] # -@@ -855,15 +852,15 @@ auth default { +@@ -859,15 +856,15 @@ auth default { # args = session=yes %Ls # args = cache_key=%u dovecot #args = dovecot |