upgrade to Dovecot 1.0.13. security and bug fix update.

looks good jasper@
This commit is contained in:
brad 2008-03-16 18:46:14 +00:00
parent 34929ca49e
commit e501ab4b15
3 changed files with 25 additions and 25 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.90 2007/12/31 10:31:11 jakob Exp $
# $OpenBSD: Makefile,v 1.91 2008/03/16 18:46:14 brad Exp $
SHARED_ONLY= Yes
@ -6,12 +6,12 @@ COMMENT-server= compact IMAP/POP3 server
COMMENT-sieve= sieve mail filtering for Dovecot
V_MAJOR= 1.0
V_DOVECOT= 1.0.10
V_DOVECOT= 1.0.13
V_SIEVE= 1.0.2
PKGNAME= dovecot-${V_DOVECOT}
PKGNAME-server= dovecot-${V_DOVECOT}
PKGNAME-sieve= dovecot-sieve-${V_SIEVE}p7
PKGNAME-sieve= dovecot-sieve-${V_SIEVE}p8
DISTNAME= dovecot-${V_DOVECOT}
CATEGORIES= mail

View File

@ -1,10 +1,10 @@
MD5 (dovecot-1.0.10.tar.gz) = wFD6Kn2uiYTUMllePoGD4Q==
MD5 (dovecot-1.0.13.tar.gz) = KBvZ3ujWwWdJdyV6zIDOZA==
MD5 (dovecot-sieve-1.0.2.tar.gz) = UIkm/J/44PbhNQbiN9SRaw==
RMD160 (dovecot-1.0.10.tar.gz) = bVEg5xc/OZWQ2l0/Xu43UhJfqjM=
RMD160 (dovecot-1.0.13.tar.gz) = G6LGsU5BybxNNsEuqQoPrQJECds=
RMD160 (dovecot-sieve-1.0.2.tar.gz) = i+0oOuZyqvphJx8VTx9Y0gC9T18=
SHA1 (dovecot-1.0.10.tar.gz) = dpO1vjaeGz+c4T68KcPLLKgUCH4=
SHA1 (dovecot-1.0.13.tar.gz) = hpCyfQHopo7e9e0WJoHHn0B0ycE=
SHA1 (dovecot-sieve-1.0.2.tar.gz) = cLQj6ubke8OPgfqjZQMijBqKVVA=
SHA256 (dovecot-1.0.10.tar.gz) = 33rKbnvnSOAhSLzAcXOhn81fR3exAuP0m2D0kfhrD9M=
SHA256 (dovecot-1.0.13.tar.gz) = FtopsrwI0BeKCTI78Hh6Kg6VMHVlVWantLaxSMh6wl8=
SHA256 (dovecot-sieve-1.0.2.tar.gz) = kELq9tEjdXemerOqIzlT1kD2KilsX/qq7XX/JbZXZCo=
SIZE (dovecot-1.0.10.tar.gz) = 1797790
SIZE (dovecot-1.0.13.tar.gz) = 1774025
SIZE (dovecot-sieve-1.0.2.tar.gz) = 451753

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-dovecot-example_conf,v 1.38 2007/07/16 07:09:59 jakob Exp $
--- dovecot-example.conf.orig Thu Jun 28 16:18:07 2007
+++ dovecot-example.conf Sun Jul 15 09:47:59 2007
$OpenBSD: patch-dovecot-example_conf,v 1.39 2008/03/16 18:46:14 brad Exp $
--- dovecot-example.conf.orig Tue Mar 4 00:48:12 2008
+++ dovecot-example.conf Tue Mar 4 01:43:48 2008
@@ -10,13 +10,12 @@
# value inside quotes, eg.: key = "# char and trailing whitespace "
@ -55,7 +55,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.38 2007/07/16 07:09:59 jakob Exp $
# Set max. process size in megabytes. If you don't use
# login_process_per_connection you might need to grow this.
@@ -285,7 +284,7 @@
@@ -293,7 +292,7 @@
# Don't write() to mmaped files. This is required for some operating systems
# which use separate caches for them, such as OpenBSD.
@ -64,7 +64,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.38 2007/07/16 07:09:59 jakob Exp $
# Rely on O_EXCL to work when creating dotlock files. The default is to use
# hard linking. O_EXCL makes the dotlocking faster, but it doesn't always
@@ -443,7 +442,7 @@
@@ -451,7 +450,7 @@
# locking methods as well. Some operating systems don't allow using some of
# them simultaneously.
#mbox_read_locks = fcntl
@ -73,7 +73,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.38 2007/07/16 07:09:59 jakob Exp $
# Maximum time in seconds to wait for lock (all of them) before aborting.
#mbox_lock_timeout = 300
@@ -498,19 +497,19 @@
@@ -506,19 +505,19 @@
protocol imap {
# Login executable location.
@ -97,7 +97,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.38 2007/07/16 07:09:59 jakob Exp $
# 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
@@ -520,7 +519,7 @@ protocol imap {
@@ -528,7 +527,7 @@ protocol imap {
# Support for dynamically loadable plugins. mail_plugins is a space separated
# list of plugins to load.
#mail_plugins =
@ -106,7 +106,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.38 2007/07/16 07:09:59 jakob Exp $
# Send IMAP capabilities in greeting message. This makes it unnecessary for
# clients to request it with CAPABILITY command, so it saves one round-trip.
@@ -554,7 +553,7 @@ protocol imap {
@@ -562,7 +561,7 @@ protocol imap {
# but not both. Thunderbird separates these two by forcing server to
# accept '/' suffix in mailbox names in subscriptions list.
# The list is space-separated.
@ -115,7 +115,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.38 2007/07/16 07:09:59 jakob Exp $
}
##
@@ -563,11 +562,11 @@ protocol imap {
@@ -571,11 +570,11 @@ protocol imap {
protocol pop3 {
# Login executable location.
@ -129,7 +129,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.38 2007/07/16 07:09:59 jakob Exp $
# 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
@@ -612,7 +611,7 @@ protocol pop3 {
@@ -620,7 +619,7 @@ protocol pop3 {
# installations. %08Xu%08Xv will be the new default, so use it for new
# installations.
#
@ -138,7 +138,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.38 2007/07/16 07:09:59 jakob Exp $
# POP3 logout format string:
# %t - number of TOP commands
@@ -627,7 +626,7 @@ protocol pop3 {
@@ -635,7 +634,7 @@ protocol pop3 {
# Support for dynamically loadable plugins. mail_plugins is a space separated
# list of plugins to load.
#mail_plugins =
@ -147,7 +147,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.38 2007/07/16 07:09:59 jakob Exp $
# Workarounds for various client bugs:
# outlook-no-nuls:
@@ -637,7 +636,7 @@ protocol pop3 {
@@ -645,7 +644,7 @@ protocol pop3 {
# Outlook Express and Netscape Mail breaks if end of headers-line is
# missing. This option simply sends it if it's missing.
# The list is space-separated.
@ -156,7 +156,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.38 2007/07/16 07:09:59 jakob Exp $
}
##
@@ -655,10 +654,10 @@ protocol lda {
@@ -663,10 +662,10 @@ protocol lda {
# Support for dynamically loadable plugins. mail_plugins is a space separated
# list of plugins to load.
#mail_plugins =
@ -169,7 +169,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.38 2007/07/16 07:09:59 jakob Exp $
# UNIX socket path to master authentication server to find users.
#auth_socket_path = /var/run/dovecot/auth-master
@@ -669,7 +668,7 @@ protocol lda {
@@ -677,7 +676,7 @@ protocol lda {
##
# Executable location
@ -178,7 +178,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.38 2007/07/16 07:09:59 jakob Exp $
# Set max. process size in megabytes.
#auth_process_size = 256
@@ -785,7 +784,7 @@ auth default {
@@ -793,7 +792,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>
@ -187,7 +187,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.38 2007/07/16 07:09:59 jakob Exp $
# [blocking=yes] [session=yes] [setcred=yes]
# [cache_key=<key>] [<service name>]
#
@@ -818,7 +817,7 @@ auth default {
@@ -826,7 +825,7 @@ auth default {
# args = session=yes *
# args = cache_key=%u dovecot
#args = dovecot
@ -196,7 +196,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.38 2007/07/16 07:09:59 jakob Exp $
# System users (NSS, /etc/passwd, or similiar)
# In many systems nowadays this uses Name Service Switch, which is
@@ -838,10 +837,10 @@ auth default {
@@ -846,10 +845,10 @@ auth default {
# PAM-like authentication for OpenBSD.
# <doc/wiki/PasswordDatabase.BSDAuth.txt>