bugfix updates to 1.1.8 (Dovecot) and 1.1.6 (dovecot-sieve), from
Brad (maintainer).
This commit is contained in:
parent
1519e41fcf
commit
e76d7b26b4
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.109 2008/11/25 00:44:58 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.110 2009/01/08 12:07:03 sthen Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,12 +6,12 @@ COMMENT-server= compact IMAP/POP3 server
|
||||
COMMENT-sieve= Sieve mail filtering for Dovecot
|
||||
|
||||
V_MAJOR= 1.1
|
||||
V_DOVECOT= 1.1.7
|
||||
V_SIEVE= 1.1.5
|
||||
V_DOVECOT= 1.1.8
|
||||
V_SIEVE= 1.1.6
|
||||
|
||||
PKGNAME= dovecot-${V_DOVECOT}
|
||||
PKGNAME-server= dovecot-${V_DOVECOT}
|
||||
FULLPKGNAME-sieve= dovecot-sieve-${V_SIEVE}p4
|
||||
FULLPKGNAME-sieve= dovecot-sieve-${V_SIEVE}
|
||||
|
||||
DISTNAME= dovecot-${V_DOVECOT}
|
||||
CATEGORIES= mail
|
||||
|
@ -1,10 +1,10 @@
|
||||
MD5 (dovecot-1.1.7.tar.gz) = 6oPqIAClsuF0THyX61WF0Q==
|
||||
MD5 (dovecot-sieve-1.1.5.tar.gz) = tDYt7+P8GIZduM+OHJQLEw==
|
||||
RMD160 (dovecot-1.1.7.tar.gz) = 4qU941aRAJTyUWsz9BVd7Uz1ptw=
|
||||
RMD160 (dovecot-sieve-1.1.5.tar.gz) = glqOwH1JUn2FUctfP4a2OP3br70=
|
||||
SHA1 (dovecot-1.1.7.tar.gz) = 2FVKHh8EqE3fAJ0VmVJsAWs2WCs=
|
||||
SHA1 (dovecot-sieve-1.1.5.tar.gz) = ZyrfCi8WJ9lvl/xj/srwJN2fekI=
|
||||
SHA256 (dovecot-1.1.7.tar.gz) = kVyudoRDjGM10Ecv8g7C/kTWIKph9ATOkf0ConQ0z58=
|
||||
SHA256 (dovecot-sieve-1.1.5.tar.gz) = 7B6pQxHV+2y13X5FFyh4Svs5UhpqWA9kC00hFVBaXd8=
|
||||
SIZE (dovecot-1.1.7.tar.gz) = 2325617
|
||||
SIZE (dovecot-sieve-1.1.5.tar.gz) = 468913
|
||||
MD5 (dovecot-1.1.8.tar.gz) = vCOpGcetKzxbpp4Z8bRusg==
|
||||
MD5 (dovecot-sieve-1.1.6.tar.gz) = es89mJdKUVuGit29tzBU6w==
|
||||
RMD160 (dovecot-1.1.8.tar.gz) = BevckMZLsPs/TjsWSQ4BdNIyW/Q=
|
||||
RMD160 (dovecot-sieve-1.1.6.tar.gz) = 7W913B/9sOxR7PN4aqcQkoUSifU=
|
||||
SHA1 (dovecot-1.1.8.tar.gz) = iYnYEd06mgYOYQG60wL3hVNY0cU=
|
||||
SHA1 (dovecot-sieve-1.1.6.tar.gz) = wQnuirHH/+znlA+y43EEuveERA4=
|
||||
SHA256 (dovecot-1.1.8.tar.gz) = FegvYLkRb1kq3ge+0hj/WqDHNw8x5J+DAkHzf80tv0g=
|
||||
SHA256 (dovecot-sieve-1.1.6.tar.gz) = ohMKjn1zK7NBqWqWoktN22aDThFlc6EMF+aDRP5xKzY=
|
||||
SIZE (dovecot-1.1.8.tar.gz) = 2353524
|
||||
SIZE (dovecot-sieve-1.1.6.tar.gz) = 470071
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.19 2008/08/20 02:07:04 brad Exp $
|
||||
--- Makefile.in.orig Wed Jul 23 19:47:07 2008
|
||||
+++ Makefile.in Mon Jul 28 09:16:14 2008
|
||||
@@ -664,7 +664,7 @@ install-data: install-data-recursive
|
||||
$OpenBSD: patch-Makefile_in,v 1.20 2009/01/08 12:07:03 sthen Exp $
|
||||
--- Makefile.in.orig Tue Jan 6 08:53:42 2009
|
||||
+++ Makefile.in Wed Jan 7 16:14:09 2009
|
||||
@@ -667,7 +667,7 @@ install-data: install-data-recursive
|
||||
uninstall: uninstall-recursive
|
||||
|
||||
install-am: all-am
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-configure_in,v 1.14 2008/10/08 23:03:55 brad Exp $
|
||||
--- configure.in.orig Sun Oct 5 13:04:09 2008
|
||||
+++ configure.in Mon Oct 6 19:17:28 2008
|
||||
$OpenBSD: patch-configure_in,v 1.15 2009/01/08 12:07:03 sthen Exp $
|
||||
--- configure.in.orig Tue Jan 6 08:53:19 2009
|
||||
+++ configure.in Wed Jan 7 16:14:09 2009
|
||||
@@ -13,6 +13,7 @@ AC_PROG_CXX # lucene plugin needs this
|
||||
AC_HEADER_STDC
|
||||
AC_C_INLINE
|
||||
@ -9,7 +9,7 @@ $OpenBSD: patch-configure_in,v 1.14 2008/10/08 23:03:55 brad Exp $
|
||||
AM_ICONV
|
||||
|
||||
AC_CHECK_HEADERS(strings.h stdint.h unistd.h dirent.h malloc.h inttypes.h \
|
||||
@@ -1764,74 +1765,15 @@ fi
|
||||
@@ -1784,74 +1785,15 @@ fi
|
||||
|
||||
have_gssapi=no
|
||||
if test $want_gssapi != no; then
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-dovecot-example_conf,v 1.44 2008/11/25 00:44:58 brad Exp $
|
||||
--- dovecot-example.conf.orig Sun Nov 23 16:53:53 2008
|
||||
+++ dovecot-example.conf Sun Nov 23 18:26:49 2008
|
||||
$OpenBSD: patch-dovecot-example_conf,v 1.45 2009/01/08 12:07:03 sthen Exp $
|
||||
--- dovecot-example.conf.orig Mon Jan 5 15:49:58 2009
|
||||
+++ dovecot-example.conf Wed Jan 7 16:14:02 2009
|
||||
@@ -10,13 +10,12 @@
|
||||
# value inside quotes, eg.: key = "# char and trailing whitespace "
|
||||
|
||||
@ -35,7 +35,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.44 2008/11/25 00:44:58 brad Exp $
|
||||
|
||||
# Should all IMAP and POP3 processes be killed when Dovecot master process
|
||||
# shuts down. Setting this to "no" means that Dovecot can be upgraded without
|
||||
@@ -90,7 +89,7 @@
|
||||
@@ -91,7 +90,7 @@
|
||||
# dropping root privileges, so keep the key file unreadable by anyone but
|
||||
# root. Included doc/mkcert.sh can be used to easily generate self-signed
|
||||
# certificate, just make sure to update the domains in dovecot-openssl.cnf
|
||||
@ -44,7 +44,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.44 2008/11/25 00:44:58 brad Exp $
|
||||
#ssl_key_file = /etc/ssl/private/dovecot.pem
|
||||
|
||||
# If key file is password protected, give the password here. Alternatively
|
||||
@@ -134,7 +133,7 @@
|
||||
@@ -135,7 +134,7 @@
|
||||
# which login needs to be able to connect to. The sockets are created when
|
||||
# running as root, so you don't have to worry about permissions. Note that
|
||||
# everything in this directory is deleted when Dovecot is started.
|
||||
@ -53,7 +53,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.44 2008/11/25 00:44:58 brad Exp $
|
||||
|
||||
# chroot login process to the login_dir. Only reason not to do this is if you
|
||||
# wish to run the whole Dovecot without roots. <doc/wiki/Rootless.txt>
|
||||
@@ -144,7 +143,7 @@
|
||||
@@ -145,7 +144,7 @@
|
||||
# and don't use it anywhere else. The user must also belong to a group where
|
||||
# only it has access, it's used to control access for authentication process.
|
||||
# Note that this user is NOT used to access mails. <doc/wiki/UserIds.txt>
|
||||
@ -62,7 +62,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.44 2008/11/25 00:44:58 brad Exp $
|
||||
|
||||
# Set max. process size in megabytes. If you don't use
|
||||
# login_process_per_connection you might need to grow this.
|
||||
@@ -307,8 +306,9 @@
|
||||
@@ -306,8 +305,9 @@
|
||||
#mail_log_max_lines_per_sec = 10
|
||||
|
||||
# Don't use mmap() at all. This is required if you store indexes to shared
|
||||
@ -74,7 +74,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.44 2008/11/25 00:44:58 brad Exp $
|
||||
|
||||
# Rely on O_EXCL to work when creating dotlock files. NFS supports O_EXCL
|
||||
# since version 3, so this should be safe to use nowadays by default.
|
||||
@@ -449,7 +449,7 @@
|
||||
@@ -448,7 +448,7 @@
|
||||
# locking methods as well. Some operating systems don't allow using some of
|
||||
# them simultaneously.
|
||||
#mbox_read_locks = fcntl
|
||||
@ -83,7 +83,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.44 2008/11/25 00:44:58 brad Exp $
|
||||
|
||||
# Maximum time in seconds to wait for lock (all of them) before aborting.
|
||||
#mbox_lock_timeout = 300
|
||||
@@ -504,19 +504,19 @@
|
||||
@@ -503,19 +503,19 @@
|
||||
|
||||
protocol imap {
|
||||
# Login executable location.
|
||||
@ -107,7 +107,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.44 2008/11/25 00:44:58 brad 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
|
||||
@@ -530,7 +530,7 @@ protocol imap {
|
||||
@@ -529,7 +529,7 @@ protocol imap {
|
||||
# Support for dynamically loadable plugins. mail_plugins is a space separated
|
||||
# list of plugins to load.
|
||||
#mail_plugins =
|
||||
@ -116,7 +116,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.44 2008/11/25 00:44:58 brad 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.
|
||||
@@ -564,7 +564,7 @@ protocol imap {
|
||||
@@ -563,7 +563,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.
|
||||
@ -125,7 +125,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.44 2008/11/25 00:44:58 brad Exp $
|
||||
}
|
||||
|
||||
##
|
||||
@@ -573,11 +573,11 @@ protocol imap {
|
||||
@@ -572,11 +572,11 @@ protocol imap {
|
||||
|
||||
protocol pop3 {
|
||||
# Login executable location.
|
||||
@ -139,7 +139,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.44 2008/11/25 00:44:58 brad 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
|
||||
@@ -637,7 +637,7 @@ protocol pop3 {
|
||||
@@ -636,7 +636,7 @@ protocol pop3 {
|
||||
# Support for dynamically loadable plugins. mail_plugins is a space separated
|
||||
# list of plugins to load.
|
||||
#mail_plugins =
|
||||
@ -148,7 +148,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.44 2008/11/25 00:44:58 brad Exp $
|
||||
|
||||
# Workarounds for various client bugs:
|
||||
# outlook-no-nuls:
|
||||
@@ -647,7 +647,7 @@ protocol pop3 {
|
||||
@@ -646,7 +646,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.
|
||||
@ -157,7 +157,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.44 2008/11/25 00:44:58 brad Exp $
|
||||
}
|
||||
|
||||
##
|
||||
@@ -665,7 +665,7 @@ protocol lda {
|
||||
@@ -664,7 +664,7 @@ protocol lda {
|
||||
# Support for dynamically loadable plugins. mail_plugins is a space separated
|
||||
# list of plugins to load.
|
||||
#mail_plugins =
|
||||
@ -166,7 +166,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.44 2008/11/25 00:44:58 brad Exp $
|
||||
|
||||
# If user is over quota, return with temporary failure instead of
|
||||
# bouncing the mail.
|
||||
@@ -679,7 +679,7 @@ protocol lda {
|
||||
@@ -678,7 +678,7 @@ protocol lda {
|
||||
#deliver_log_format = msgid=%m: %$
|
||||
|
||||
# Binary to use for sending mails.
|
||||
@ -175,7 +175,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.44 2008/11/25 00:44:58 brad Exp $
|
||||
|
||||
# Human readable error message for rejection mails. Use can use variables:
|
||||
# %n = CRLF, %r = reason, %s = subject, %t = recipient
|
||||
@@ -694,7 +694,7 @@ protocol lda {
|
||||
@@ -693,7 +693,7 @@ protocol lda {
|
||||
##
|
||||
|
||||
# Executable location
|
||||
@ -184,7 +184,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.44 2008/11/25 00:44:58 brad Exp $
|
||||
|
||||
# Set max. process size in megabytes.
|
||||
#auth_process_size = 256
|
||||
@@ -827,7 +827,7 @@ auth default {
|
||||
@@ -826,7 +826,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>
|
||||
@ -193,7 +193,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.44 2008/11/25 00:44:58 brad Exp $
|
||||
# [session=yes] [setcred=yes] [failure_show_msg=yes]
|
||||
# [cache_key=<key>] [<service name>]
|
||||
#
|
||||
@@ -856,7 +856,7 @@ auth default {
|
||||
@@ -855,7 +855,7 @@ auth default {
|
||||
# args = session=yes %Ls
|
||||
# args = cache_key=%u dovecot
|
||||
#args = dovecot
|
||||
@ -202,7 +202,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.44 2008/11/25 00:44:58 brad Exp $
|
||||
|
||||
# System users (NSS, /etc/passwd, or similiar)
|
||||
# In many systems nowadays this uses Name Service Switch, which is
|
||||
@@ -876,10 +876,10 @@ auth default {
|
||||
@@ -875,10 +875,10 @@ auth default {
|
||||
|
||||
# PAM-like authentication for OpenBSD.
|
||||
# <doc/wiki/PasswordDatabase.BSDAuth.txt>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-server,v 1.11 2008/08/20 02:07:04 brad Exp $
|
||||
@comment $OpenBSD: PLIST-server,v 1.12 2009/01/08 12:07:03 sthen Exp $
|
||||
@pkgpath ${BASE_PKGPATH}
|
||||
@newgroup _dovecot:518
|
||||
@newuser _dovecot:518:_dovecot:daemon:Dovecot Account:/nonexistent:/sbin/nologin
|
||||
@ -99,6 +99,7 @@ share/doc/dovecot/securecoding.txt
|
||||
share/doc/dovecot/wiki/
|
||||
share/doc/dovecot/wiki/ACL.txt
|
||||
share/doc/dovecot/wiki/AixPluginsSupport.txt
|
||||
share/doc/dovecot/wiki/AuthDatabase.CheckPassword.txt
|
||||
share/doc/dovecot/wiki/AuthDatabase.LDAP.txt
|
||||
share/doc/dovecot/wiki/AuthDatabase.Passwd.txt
|
||||
share/doc/dovecot/wiki/AuthDatabase.PasswdFile.txt
|
||||
@ -189,7 +190,6 @@ share/doc/dovecot/wiki/Namespaces.txt
|
||||
share/doc/dovecot/wiki/OSCompatibility.txt
|
||||
share/doc/dovecot/wiki/POP3Server.txt
|
||||
share/doc/dovecot/wiki/PasswordDatabase.BSDAuth.txt
|
||||
share/doc/dovecot/wiki/PasswordDatabase.CheckPassword.txt
|
||||
share/doc/dovecot/wiki/PasswordDatabase.ExtraFields.AllowNets.txt
|
||||
share/doc/dovecot/wiki/PasswordDatabase.ExtraFields.Host.txt
|
||||
share/doc/dovecot/wiki/PasswordDatabase.ExtraFields.NoDelay.txt
|
||||
@ -201,12 +201,20 @@ share/doc/dovecot/wiki/PasswordDatabase.PAM.txt
|
||||
share/doc/dovecot/wiki/PasswordDatabase.Shadow.txt
|
||||
share/doc/dovecot/wiki/PasswordDatabase.txt
|
||||
share/doc/dovecot/wiki/PerformanceTuning.txt
|
||||
share/doc/dovecot/wiki/Plugins.Autocreate.txt
|
||||
share/doc/dovecot/wiki/Plugins.Convert.txt
|
||||
share/doc/dovecot/wiki/Plugins.Expire.txt
|
||||
share/doc/dovecot/wiki/Plugins.FTS.Lucene.txt
|
||||
share/doc/dovecot/wiki/Plugins.FTS.Solr.txt
|
||||
share/doc/dovecot/wiki/Plugins.FTS.Squat.txt
|
||||
share/doc/dovecot/wiki/Plugins.FTS.txt
|
||||
share/doc/dovecot/wiki/Plugins.Lazyexpunge.txt
|
||||
share/doc/dovecot/wiki/Plugins.Listescape.txt
|
||||
share/doc/dovecot/wiki/Plugins.MailLog.txt
|
||||
share/doc/dovecot/wiki/Plugins.MboxSnarf.txt
|
||||
share/doc/dovecot/wiki/Plugins.Trash.txt
|
||||
share/doc/dovecot/wiki/Plugins.Virtual.txt
|
||||
share/doc/dovecot/wiki/Plugins.Zlib.txt
|
||||
share/doc/dovecot/wiki/Plugins.txt
|
||||
share/doc/dovecot/wiki/PostLoginScripting.txt
|
||||
share/doc/dovecot/wiki/QuickConfiguration.txt
|
||||
@ -224,13 +232,13 @@ share/doc/dovecot/wiki/SSL.txt
|
||||
share/doc/dovecot/wiki/Sasl.txt
|
||||
share/doc/dovecot/wiki/SecurityTuning.txt
|
||||
share/doc/dovecot/wiki/SharedMailboxes.txt
|
||||
share/doc/dovecot/wiki/ShellEasyConf.txt
|
||||
share/doc/dovecot/wiki/SystemUsers.txt
|
||||
share/doc/dovecot/wiki/TestInstallation.txt
|
||||
share/doc/dovecot/wiki/TestPop3Installation.txt
|
||||
share/doc/dovecot/wiki/TimeMovedBackwards.txt
|
||||
share/doc/dovecot/wiki/Upgrading.1.0.txt
|
||||
share/doc/dovecot/wiki/Upgrading.1.1.txt
|
||||
share/doc/dovecot/wiki/Upgrading.1.2.txt
|
||||
share/doc/dovecot/wiki/Upgrading.txt
|
||||
share/doc/dovecot/wiki/UserDatabase.ExtraFields.txt
|
||||
share/doc/dovecot/wiki/UserDatabase.NSS.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user