mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update to 1.0rc12. [1]
This version fixes the bug mentioned in ports/105170. PR: ports/105274 [1], ports/105170 (related) [2] Submitted by: Robin Breathe <robin@isometry.net> (maintainer) [1], Roger Marquis <marquis@roble.com> [2]
This commit is contained in:
parent
a75b9780d3
commit
51cad098b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176772
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= dovecot
|
||||
DISTVERSION= 1.0.rc10
|
||||
DISTVERSION= 1.0.rc12
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= http://www.dovecot.org/releases/
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= dovecot
|
||||
DISTVERSION= 1.0.rc10
|
||||
DISTVERSION= 1.0.rc12
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= http://www.dovecot.org/releases/
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user