Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Aug 2006 14:06:20 +0800 (CST)
From:      Xin LI <delphij@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        robin@isometry.net
Subject:   ports/102174: [PATCH] Update dovecot to 1.0 rc 6
Message-ID:  <200608170606.k7H66KEt044268@tarsier.delphij.net>
Resent-Message-ID: <200608170610.k7H6ALxr067387@freefall.freebsd.org>

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

>Number:         102174
>Category:       ports
>Synopsis:       [PATCH] Update dovecot to 1.0 rc 6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 17 06:10:21 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Xin LI
>Release:        FreeBSD 6.1-RELEASE-p3 i386
>Organization:
The FreeBSD Simplified Chinese Project
>Environment:
System: FreeBSD tarsier.delphij.net 6.1-RELEASE-p3 FreeBSD 6.1-RELEASE-p3 #37: Sun Aug 13 03:34:43 CST 2006 delphij@tarsier.delphij.net:/usr/obj/usr/src/sys/TARSIER i386

>Description:
	The attached patch updates dovecot to 1.0 rc 6.

	Maintainer CC'ed.
>How-To-Repeat:
>Fix:


--- patch-dovecot begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/mail/dovecot/Makefile,v
retrieving revision 1.49
diff -u -r1.49 Makefile
--- Makefile	24 Jul 2006 16:29:10 -0000	1.49
+++ Makefile	17 Aug 2006 05:53:06 -0000
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	dovecot
-DISTVERSION=	1.0.rc2
+DISTVERSION=	1.0.rc6
 CATEGORIES=	mail ipv6
 MASTER_SITES=	http://www.dovecot.org/releases/
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/mail/dovecot/distinfo,v
retrieving revision 1.27
diff -u -r1.27 distinfo
--- distinfo	24 Jul 2006 16:29:10 -0000	1.27
+++ distinfo	17 Aug 2006 05:54:04 -0000
@@ -1,3 +1,3 @@
-MD5 (dovecot-1.0.rc2.tar.gz) = e27a248b2ee224e4618aa2f020150041
-SHA256 (dovecot-1.0.rc2.tar.gz) = 594b38c099a4576e22d8a33673fd1461332c09a1e2c715792f6c2ff656b1bf6e
-SIZE (dovecot-1.0.rc2.tar.gz) = 1257435
+MD5 (dovecot-1.0.rc6.tar.gz) = 5c71b673d571e87bc084c494980e20a8
+SHA256 (dovecot-1.0.rc6.tar.gz) = 9b61a55c36975aa587ad96082e5fcf1458d6f0999455c126b3c523845b608401
+SIZE (dovecot-1.0.rc6.tar.gz) = 1268328
Index: files/patch-dovecot-example.conf
===================================================================
RCS file: /home/ncvs/ports/mail/dovecot/files/patch-dovecot-example.conf,v
retrieving revision 1.21
diff -u -r1.21 patch-dovecot-example.conf
--- files/patch-dovecot-example.conf	24 Jul 2006 16:29:10 -0000	1.21
+++ files/patch-dovecot-example.conf	17 Aug 2006 05:57:08 -0000
@@ -1,9 +1,9 @@
---- dovecot-example.conf.orig	Tue Jul  4 23:44:02 2006
-+++ dovecot-example.conf	Tue Jul  4 23:47:52 2006
+--- dovecot-example.conf.orig	Sun Aug  6 20:00:12 2006
++++ dovecot-example.conf	Thu Aug 17 05:56:45 2006
 @@ -9,7 +9,7 @@
- # Default values are shown after each value, it's not required to uncomment
- # any of the lines. Exception to this are paths, they're just examples
- # with real defaults being based on configure options. The paths listed here
+ # 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
+ # the real defaults being based on configure options. The paths listed here
 -# are for configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
 +# are for configure --prefix=%%PREFIX%% --sysconfdir=%%PREFIX%%/etc --localstatedir=/var
  # --with-ssldir=/etc/ssl
@@ -25,7 +25,7 @@
  
  # Should each login be processed in it's own process (yes), or should one
  # login process be allowed to process multiple connections (no)? Yes is more
-@@ -193,6 +195,7 @@
+@@ -204,6 +206,7 @@
  #   default_mail_env = mbox:/var/mail/%d/%n/:INDEX=/var/indexes/%d/%n
  #
  #default_mail_env = 
@@ -33,7 +33,7 @@
  
  # If you need to set multiple mailbox locations or want to change default
  # namespace settings, you can do it by defining namespace sections:
-@@ -235,6 +238,7 @@
+@@ -247,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 =
@@ -41,7 +41,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
-@@ -282,6 +286,7 @@
+@@ -294,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
@@ -49,7 +49,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.
-@@ -295,6 +300,7 @@
+@@ -307,6 +312,7 @@
  # belongs to supplementary groups with non-valid GIDs, those groups are
  # not set.
  #first_valid_gid = 1
@@ -57,7 +57,7 @@
  #last_valid_gid = 0
  
  # Maximum number of running mail processes. When this limit is reached,
-@@ -467,19 +473,19 @@
+@@ -479,19 +485,19 @@
  
  protocol imap {
    # Login executable location.
@@ -81,7 +81,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
-@@ -489,7 +495,7 @@
+@@ -501,7 +507,7 @@
    # Support for dynamically loadable plugins. mail_plugins is a space separated
    # list of plugins to load.
    #mail_plugins = 
@@ -90,7 +90,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.
-@@ -521,6 +527,7 @@
+@@ -533,6 +539,7 @@
    #     accept '/' suffix in mailbox names in subscriptions list.
    # The list is space-separated.
    #imap_client_workarounds = outlook-idle
@@ -98,7 +98,7 @@
  }
    
  ##
-@@ -529,10 +536,10 @@
+@@ -541,10 +548,10 @@
  
  protocol pop3 {
    # Login executable location.
@@ -111,7 +111,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
-@@ -576,6 +583,7 @@
+@@ -589,6 +596,7 @@
    # installations.
    #
    #pop3_uidl_format = 
@@ -119,7 +119,7 @@
  
    # POP3 logout format string:
    #  %t - number of TOP commands
-@@ -590,7 +598,7 @@
+@@ -603,7 +611,7 @@
    # Support for dynamically loadable plugins. mail_plugins is a space separated
    # list of plugins to load.
    #mail_plugins = 
@@ -128,7 +128,7 @@
  
    # Workarounds for various client bugs:
    #   outlook-no-nuls:
-@@ -601,6 +609,7 @@
+@@ -614,6 +622,7 @@
    #     missing. This option simply sends it if it's missing.
    # The list is space-separated.
    #pop3_client_workarounds = 
@@ -136,7 +136,7 @@
  }
  
  ##
-@@ -618,10 +627,11 @@
+@@ -631,10 +640,11 @@
    # Support for dynamically loadable plugins. mail_plugins is a space separated
    # list of plugins to load.
    #mail_plugins = 
@@ -149,7 +149,7 @@
  
    # UNIX socket path to master authentication server to find users.
    #auth_socket_path = /var/run/dovecot/auth-master
-@@ -632,7 +642,7 @@
+@@ -645,7 +655,7 @@
  ##
  
  # Executable location
--- patch-dovecot ends here ---


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



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