pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/dovecot Update to Dovecot 1.1.9. From the releas...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/70b77548529a
branches:  trunk
changeset: 553545:70b77548529a
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Sat Jan 24 10:51:35 2009 +0000

description:
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:

 mail/dovecot/Makefile         |   4 ++--
 mail/dovecot/distinfo         |  10 +++++-----
 mail/dovecot/patches/patch-ab |  14 +++++++-------
 3 files changed, 14 insertions(+), 14 deletions(-)

diffs (73 lines):

diff -r e80f261ee204 -r 70b77548529a mail/dovecot/Makefile
--- a/mail/dovecot/Makefile     Sat Jan 24 08:33:26 2009 +0000
+++ b/mail/dovecot/Makefile     Sat Jan 24 10:51:35 2009 +0000
@@ -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 -r e80f261ee204 -r 70b77548529a mail/dovecot/distinfo
--- a/mail/dovecot/distinfo     Sat Jan 24 08:33:26 2009 +0000
+++ b/mail/dovecot/distinfo     Sat Jan 24 10:51:35 2009 +0000
@@ -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 -r e80f261ee204 -r 70b77548529a mail/dovecot/patches/patch-ab
--- a/mail/dovecot/patches/patch-ab     Sat Jan 24 08:33:26 2009 +0000
+++ b/mail/dovecot/patches/patch-ab     Sat Jan 24 10:51:35 2009 +0000
@@ -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 @@
 -  #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 @@
  
  # 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 @@
      # [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



Home | Main Index | Thread Index | Old Index