Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  8 Nov 2006 00:09:02 +0000 (UTC)
From:      Robin Breathe <robin@isometry.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/105274: Maintainer update: mail/dovecot to 1.0.r12
Message-ID:  <20061108000902.7E906B834@mail.ox.isometry.net>
Resent-Message-ID: <200611080020.kA80KKgB031451@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         105274
>Category:       ports
>Synopsis:       Maintainer update: mail/dovecot to 1.0.r12
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 08 00:20:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Robin Breathe
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
>Description:
Update mail/dovecot to the current 1.0.rc12 release.
- Includes a fix for running dovecot via inetd (bug reported in ports/105170).
- Release notes: http://www.dovecot.org/list/dovecot-news/2006-November/000020.html
>How-To-Repeat:
>Fix:
Apply the following patch:

--- dovecot-1.0.r12.diff begins here ---
diff -ruN dovecot.orig/Makefile dovecot/Makefile
--- dovecot.orig/Makefile	Tue Oct 31 00:23:03 2006
+++ dovecot/Makefile	Tue Nov  7 20:08:49 2006
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	dovecot
-DISTVERSION=	1.0.rc10
+DISTVERSION=	1.0.rc12
 CATEGORIES=	mail ipv6
 MASTER_SITES=	http://www.dovecot.org/releases/
 
diff -ruN dovecot.orig/distinfo dovecot/distinfo
--- dovecot.orig/distinfo	Tue Oct 31 00:23:03 2006
+++ dovecot/distinfo	Wed Nov  8 00:00:55 2006
@@ -1,3 +1,3 @@
-MD5 (dovecot-1.0.rc10.tar.gz) = 4b76cef0e769e7504e47f4df4055bc8c
-SHA256 (dovecot-1.0.rc10.tar.gz) = 300fd089bb7643986511b723951461b34fc12b48736d26b796a1013db89e5779
-SIZE (dovecot-1.0.rc10.tar.gz) = 1452437
+MD5 (dovecot-1.0.rc12.tar.gz) = 0079a4531a1a93b933e4187cc361c019
+SHA256 (dovecot-1.0.rc12.tar.gz) = 250085d706f978960ee501c9bf2bd01f5b3de6e6855660c1bb9a97aa5680b985
+SIZE (dovecot-1.0.rc12.tar.gz) = 1457955
diff -ruN dovecot.orig/files/patch-dovecot-example.conf dovecot/files/patch-dovecot-example.conf
--- dovecot.orig/files/patch-dovecot-example.conf	Tue Oct 31 00:23:04 2006
+++ dovecot/files/patch-dovecot-example.conf	Tue Nov  7 20:24:27 2006
@@ -1,5 +1,5 @@
---- dovecot-example.conf.orig	Sun Oct 15 22:12:31 2006
-+++ dovecot-example.conf	Mon Oct 16 23:14:19 2006
+--- dovecot-example.conf.orig	Tue Nov  7 20:12:29 2006
++++ dovecot-example.conf	Tue Nov  7 20:24:05 2006
 @@ -9,7 +9,7 @@
  # Default values are shown for each setting, it's not required to uncomment
  # any of the lines. Exception to this are paths, they're just examples with
@@ -17,15 +17,15 @@
  
  # IP or host address where to listen in for connections. It's not currently
  # possible to specify multiple addresses. "*" listens in all IPv4 interfaces.
-@@ -195,6 +196,7 @@
- #   default_mail_env = mbox:/var/mail/%d/%n/:INDEX=/var/indexes/%d/%n
+@@ -205,6 +206,7 @@
+ # http://wiki.dovecot.org/MailLocation
  #
- #default_mail_env = 
-+default_mail_env = mbox:~/mail/:INBOX=/var/mail/%u
+ #mail_location = 
++mail_location = mbox:~/mail/:INBOX=/var/mail/%u
  
  # If you need to set multiple mailbox locations or want to change default
  # namespace settings, you can do it by defining namespace sections:
-@@ -238,6 +240,7 @@
+@@ -248,6 +250,7 @@
  # Grant access to these extra groups for mail processes. Typical use would be
  # to give "mail" group write access to /var/mail to be able to create dotlocks.
  #mail_extra_groups =
@@ -33,7 +33,7 @@
  
  # Allow full filesystem access to clients. There's no access checks other than
  # what the operating system does for the active UID/GID. It works with both
-@@ -285,6 +288,7 @@
+@@ -295,6 +298,7 @@
  # IP address. Useful for seeing who are actually using the IMAP processes
  # (eg. shared mailboxes or if same uid is used for multiple accounts).
  #verbose_proctitle = no
@@ -41,7 +41,7 @@
  
  # Valid UID range for users, defaults to 500 and above. This is mostly
  # to make sure that users can't log in as daemons or other system users.
-@@ -298,6 +302,7 @@
+@@ -308,6 +312,7 @@
  # belongs to supplementary groups with non-valid GIDs, those groups are
  # not set.
  #first_valid_gid = 1
@@ -49,7 +49,7 @@
  #last_valid_gid = 0
  
  # Maximum number of running mail processes. When this limit is reached,
-@@ -470,19 +475,19 @@
+@@ -480,19 +485,19 @@
  
  protocol imap {
    # Login executable location.
@@ -73,7 +73,7 @@
  
    # Maximum IMAP command line length in bytes. Some clients generate very long
    # command lines with huge mailboxes, so you may need to raise this if you get
-@@ -492,7 +497,7 @@
+@@ -502,7 +507,7 @@
    # Support for dynamically loadable plugins. mail_plugins is a space separated
    # list of plugins to load.
    #mail_plugins = 
@@ -82,7 +82,7 @@
  
    # Send IMAP capabilities in greeting message. This makes it unnecessary for
    # clients to request it with CAPABILITY command, so it saves one round-trip.
-@@ -524,6 +529,7 @@
+@@ -534,6 +539,7 @@
    #     accept '/' suffix in mailbox names in subscriptions list.
    # The list is space-separated.
    #imap_client_workarounds = outlook-idle
@@ -90,7 +90,7 @@
  }
    
  ##
-@@ -532,11 +538,11 @@
+@@ -542,11 +548,11 @@
  
  protocol pop3 {
    # Login executable location.
@@ -104,7 +104,7 @@
  
    # Don't try to set mails non-recent or seen with POP3 sessions. This is
    # mostly intended to reduce disk I/O. With maildir it doesn't move files
-@@ -581,6 +587,7 @@
+@@ -591,6 +597,7 @@
    # installations.
    #
    #pop3_uidl_format = 
@@ -112,7 +112,7 @@
  
    # POP3 logout format string:
    #  %t - number of TOP commands
-@@ -595,7 +602,7 @@
+@@ -605,7 +612,7 @@
    # Support for dynamically loadable plugins. mail_plugins is a space separated
    # list of plugins to load.
    #mail_plugins = 
@@ -121,7 +121,7 @@
  
    # Workarounds for various client bugs:
    #   outlook-no-nuls:
-@@ -606,6 +613,7 @@
+@@ -616,6 +623,7 @@
    #     missing. This option simply sends it if it's missing.
    # The list is space-separated.
    #pop3_client_workarounds = 
@@ -129,7 +129,7 @@
  }
  
  ##
-@@ -623,10 +631,11 @@
+@@ -633,10 +641,11 @@
    # Support for dynamically loadable plugins. mail_plugins is a space separated
    # list of plugins to load.
    #mail_plugins = 
@@ -142,7 +142,7 @@
  
    # UNIX socket path to master authentication server to find users.
    #auth_socket_path = /var/run/dovecot/auth-master
-@@ -637,7 +646,7 @@
+@@ -647,7 +656,7 @@
  ##
  
  # Executable location
--- dovecot-1.0.r12.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061108000902.7E906B834>