update to 1.0.rc19; from maintainer (brad@)

This commit is contained in:
jakob 2007-01-25 07:48:39 +00:00
parent 79b09e0269
commit 5042d39ac0
4 changed files with 26 additions and 20 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.69 2007/01/15 08:12:40 jakob Exp $ # $OpenBSD: Makefile,v 1.70 2007/01/25 07:48:39 jakob Exp $
SHARED_ONLY= Yes SHARED_ONLY= Yes
COMMENT-server= "compact IMAP/POP3 server" COMMENT-server= "compact IMAP/POP3 server"
COMMENT-sieve= "sieve mail filtering for Dovecot" COMMENT-sieve= "sieve mail filtering for Dovecot"
V_DOVECOT= 1.0.rc17 V_DOVECOT= 1.0.rc19
V_SIEVE= 1.0 V_SIEVE= 1.0
PKGNAME= dovecot-${V_DOVECOT} PKGNAME= dovecot-${V_DOVECOT}

View File

@ -1,8 +1,8 @@
MD5 (dovecot-1.0.rc17.tar.gz) = 881bcc7d2c8fba6d337f3e616a602bf7 MD5 (dovecot-1.0.rc19.tar.gz) = f2c1df951f3e9bd61aa51890ab158ab7
MD5 (sieve/dovecot-sieve-1.0.tar.gz) = dabe564d2ef262a008622737ad84579f MD5 (sieve/dovecot-sieve-1.0.tar.gz) = dabe564d2ef262a008622737ad84579f
RMD160 (dovecot-1.0.rc17.tar.gz) = de91fe34a837fafb5e8abbb1cc652c7ba849b210 RMD160 (dovecot-1.0.rc19.tar.gz) = feb9e5927ab2c651273c9aaec1727b894a5a6e17
RMD160 (sieve/dovecot-sieve-1.0.tar.gz) = b56f5a7391607125184755b9bbcbe749e79e26d4 RMD160 (sieve/dovecot-sieve-1.0.tar.gz) = b56f5a7391607125184755b9bbcbe749e79e26d4
SHA1 (dovecot-1.0.rc17.tar.gz) = f1e6e3c73e2431582919fd174b2c1f64f39dce46 SHA1 (dovecot-1.0.rc19.tar.gz) = c9c41ed83c775e8eecc40fe13bab135261383b82
SHA1 (sieve/dovecot-sieve-1.0.tar.gz) = 6d151c4140e0cf89e3d771fb32b5da065dbbed24 SHA1 (sieve/dovecot-sieve-1.0.tar.gz) = 6d151c4140e0cf89e3d771fb32b5da065dbbed24
SIZE (dovecot-1.0.rc17.tar.gz) = 1512386 SIZE (dovecot-1.0.rc19.tar.gz) = 1498105
SIZE (sieve/dovecot-sieve-1.0.tar.gz) = 442943 SIZE (sieve/dovecot-sieve-1.0.tar.gz) = 442943

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-dovecot-example_conf,v 1.30 2007/01/15 08:12:40 jakob Exp $ $OpenBSD: patch-dovecot-example_conf,v 1.31 2007/01/25 07:48:39 jakob Exp $
--- dovecot-example.conf.orig Wed Jan 3 18:19:41 2007 --- dovecot-example.conf.orig Fri Jan 19 11:42:40 2007
+++ dovecot-example.conf Thu Jan 4 18:57:18 2007 +++ dovecot-example.conf Mon Jan 22 14:34:11 2007
@@ -7,13 +7,12 @@ @@ -7,13 +7,12 @@
# value inside quotes, eg.: key = "# char and trailing whitespace " # value inside quotes, eg.: key = "# char and trailing whitespace "
@ -55,7 +55,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.30 2007/01/15 08:12:40 jakob Exp $
# Set max. process size in megabytes. If you don't use # Set max. process size in megabytes. If you don't use
# login_process_per_connection you might need to grow this. # login_process_per_connection you might need to grow this.
@@ -278,7 +277,7 @@ @@ -273,7 +272,7 @@
# Don't write() to mmaped files. This is required for some operating systems # Don't write() to mmaped files. This is required for some operating systems
# which use separate caches for them, such as OpenBSD. # which use separate caches for them, such as OpenBSD.
@ -64,7 +64,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.30 2007/01/15 08:12:40 jakob Exp $
# Rely on O_EXCL to work when creating dotlock files. The default is to use # 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 # hard linking. O_EXCL makes the dotlocking faster, but it doesn't always
@@ -434,7 +433,7 @@ @@ -426,7 +425,7 @@
# locking methods as well. Some operating systems don't allow using some of # locking methods as well. Some operating systems don't allow using some of
# them simultaneously. # them simultaneously.
#mbox_read_locks = fcntl #mbox_read_locks = fcntl
@ -73,7 +73,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.30 2007/01/15 08:12:40 jakob Exp $
# Maximum time in seconds to wait for lock (all of them) before aborting. # Maximum time in seconds to wait for lock (all of them) before aborting.
#mbox_lock_timeout = 300 #mbox_lock_timeout = 300
@@ -489,19 +488,19 @@ @@ -481,19 +480,19 @@
protocol imap { protocol imap {
# Login executable location. # Login executable location.
@ -97,7 +97,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.30 2007/01/15 08:12:40 jakob Exp $
# Maximum IMAP command line length in bytes. Some clients generate very long # 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 # command lines with huge mailboxes, so you may need to raise this if you get
@@ -545,7 +544,7 @@ protocol imap { @@ -537,7 +536,7 @@ protocol imap {
# but not both. Thunderbird separates these two by forcing server to # but not both. Thunderbird separates these two by forcing server to
# accept '/' suffix in mailbox names in subscriptions list. # accept '/' suffix in mailbox names in subscriptions list.
# The list is space-separated. # The list is space-separated.
@ -106,7 +106,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.30 2007/01/15 08:12:40 jakob Exp $
} }
## ##
@@ -554,11 +553,11 @@ protocol imap { @@ -546,11 +545,11 @@ protocol imap {
protocol pop3 { protocol pop3 {
# Login executable location. # Login executable location.
@ -120,7 +120,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.30 2007/01/15 08:12:40 jakob Exp $
# Don't try to set mails non-recent or seen with POP3 sessions. This is # 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 # mostly intended to reduce disk I/O. With maildir it doesn't move files
@@ -603,7 +602,7 @@ protocol pop3 { @@ -595,7 +594,7 @@ protocol pop3 {
# installations. %08Xu%08Xv will be the new default, so use it for new # installations. %08Xu%08Xv will be the new default, so use it for new
# installations. # installations.
# #
@ -129,7 +129,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.30 2007/01/15 08:12:40 jakob Exp $
# POP3 logout format string: # POP3 logout format string:
# %t - number of TOP commands # %t - number of TOP commands
@@ -628,7 +627,7 @@ protocol pop3 { @@ -620,7 +619,7 @@ protocol pop3 {
# Outlook Express and Netscape Mail breaks if end of headers-line is # Outlook Express and Netscape Mail breaks if end of headers-line is
# missing. This option simply sends it if it's missing. # missing. This option simply sends it if it's missing.
# The list is space-separated. # The list is space-separated.
@ -138,7 +138,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.30 2007/01/15 08:12:40 jakob Exp $
} }
## ##
@@ -660,7 +659,7 @@ protocol lda { @@ -652,7 +651,7 @@ protocol lda {
## ##
# Executable location # Executable location
@ -147,7 +147,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.30 2007/01/15 08:12:40 jakob Exp $
# Set max. process size in megabytes. # Set max. process size in megabytes.
#auth_process_size = 256 #auth_process_size = 256
@@ -774,7 +773,7 @@ auth default { @@ -766,7 +765,7 @@ auth default {
# REMEMBER: You'll need /etc/pam.d/dovecot file created for PAM # REMEMBER: You'll need /etc/pam.d/dovecot file created for PAM
# authentication to actually work. # authentication to actually work.
# http://wiki.dovecot.org/PasswordDatabase/PAM # http://wiki.dovecot.org/PasswordDatabase/PAM
@ -156,7 +156,7 @@ $OpenBSD: patch-dovecot-example_conf,v 1.30 2007/01/15 08:12:40 jakob Exp $
# [session=yes] [setcred=yes] [cache_key=<key>] [<service name>] # [session=yes] [setcred=yes] [cache_key=<key>] [<service name>]
# #
# session=yes makes Dovecot open and immediately close PAM session. Some # session=yes makes Dovecot open and immediately close PAM session. Some
@@ -802,14 +801,14 @@ auth default { @@ -794,14 +793,14 @@ auth default {
# args = session=yes * # args = session=yes *
# args = cache_key=%u dovecot # args = cache_key=%u dovecot
#args = dovecot #args = dovecot

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-server,v 1.3 2007/01/15 08:12:40 jakob Exp $ @comment $OpenBSD: PLIST-server,v 1.4 2007/01/25 07:48:39 jakob Exp $
@pkgpath ${BASE_PKGPATH} @pkgpath ${BASE_PKGPATH}
@newgroup _dovecot:518 @newgroup _dovecot:518
@newuser _dovecot:518:_dovecot:daemon:Dovecot Account:/nonexistent:/sbin/nologin @newuser _dovecot:518:_dovecot:daemon:Dovecot Account:/nonexistent:/sbin/nologin
@ -12,6 +12,7 @@ lib/dovecot/imap/lib10_quota_plugin.so
lib/dovecot/imap/lib11_imap_quota_plugin.so lib/dovecot/imap/lib11_imap_quota_plugin.so
lib/dovecot/imap/lib11_trash_plugin.so lib/dovecot/imap/lib11_trash_plugin.so
lib/dovecot/imap/lib20_convert_plugin.so lib/dovecot/imap/lib20_convert_plugin.so
lib/dovecot/imap/lib20_mail_log_plugin.so
@comment lib/dovecot/imap/lib20_zlib_plugin.a @comment lib/dovecot/imap/lib20_zlib_plugin.a
@comment lib/dovecot/imap/lib20_zlib_plugin.la @comment lib/dovecot/imap/lib20_zlib_plugin.la
lib/dovecot/imap/lib20_zlib_plugin.so lib/dovecot/imap/lib20_zlib_plugin.so
@ -20,6 +21,7 @@ lib/dovecot/lda/lib01_acl_plugin.so
lib/dovecot/lda/lib10_quota_plugin.so lib/dovecot/lda/lib10_quota_plugin.so
lib/dovecot/lda/lib11_trash_plugin.so lib/dovecot/lda/lib11_trash_plugin.so
lib/dovecot/lda/lib20_convert_plugin.so lib/dovecot/lda/lib20_convert_plugin.so
lib/dovecot/lda/lib20_mail_log_plugin.so
@comment lib/dovecot/lib01_acl_plugin.a @comment lib/dovecot/lib01_acl_plugin.a
@comment lib/dovecot/lib01_acl_plugin.la @comment lib/dovecot/lib01_acl_plugin.la
lib/dovecot/lib01_acl_plugin.so lib/dovecot/lib01_acl_plugin.so
@ -35,10 +37,14 @@ lib/dovecot/lib11_trash_plugin.so
@comment lib/dovecot/lib20_convert_plugin.a @comment lib/dovecot/lib20_convert_plugin.a
@comment lib/dovecot/lib20_convert_plugin.la @comment lib/dovecot/lib20_convert_plugin.la
lib/dovecot/lib20_convert_plugin.so lib/dovecot/lib20_convert_plugin.so
@comment lib/dovecot/lib20_mail_log_plugin.a
@comment lib/dovecot/lib20_mail_log_plugin.la
lib/dovecot/lib20_mail_log_plugin.so
lib/dovecot/pop3/ lib/dovecot/pop3/
lib/dovecot/pop3/lib02_lazy_expunge_plugin.so lib/dovecot/pop3/lib02_lazy_expunge_plugin.so
lib/dovecot/pop3/lib10_quota_plugin.so lib/dovecot/pop3/lib10_quota_plugin.so
lib/dovecot/pop3/lib20_convert_plugin.so lib/dovecot/pop3/lib20_convert_plugin.so
lib/dovecot/pop3/lib20_mail_log_plugin.so
libexec/dovecot/ libexec/dovecot/
libexec/dovecot/checkpassword-reply libexec/dovecot/checkpassword-reply
libexec/dovecot/deliver libexec/dovecot/deliver