dovecot: update to 1.0.rc2

This commit is contained in:
Juergen Daubert 2006-07-05 15:48:17 +00:00
parent 8be7ca4eb8
commit ce82ee4295
3 changed files with 13 additions and 13 deletions

View File

@ -1,3 +1,3 @@
1c37d911bc42fb40f0ef5a3f5822b170 dovecot
44c5a528cb3b43089c1f4b562b660dc7 dovecot-1.0.rc1.tar.gz
cd421d0675ecde7ce368b9f36db21b90 dovecot-config.patch
e27a248b2ee224e4618aa2f020150041 dovecot-1.0.rc2.tar.gz
e3da0d0e1b22a3ae93c93e6f6d8c0437 dovecot-config.patch

View File

@ -4,7 +4,7 @@
# Depends on: openssl
name=dovecot
version=1.0.rc1
version=1.0.rc2
release=1
source=(http://dovecot.procontrol.fi/releases/$name-$version.tar.gz \
dovecot-config.patch dovecot)

View File

@ -1,6 +1,6 @@
diff -Nru dovecot-1.0.rc1.orig/dovecot-example.conf dovecot-1.0.rc1/dovecot-example.conf
--- dovecot-1.0.rc1.orig/dovecot-example.conf 2006-06-28 07:09:03.000000000 +0200
+++ dovecot-1.0.rc1/dovecot-example.conf 2006-06-28 07:09:21.000000000 +0200
diff -Nru dovecot-1.0.rc2.orig/dovecot-example.conf dovecot-1.0.rc2/dovecot-example.conf
--- dovecot-1.0.rc2.orig/dovecot-example.conf 2006-07-04 20:13:50.000000000 +0200
+++ dovecot-1.0.rc2/dovecot-example.conf 2006-07-04 20:13:59.000000000 +0200
@@ -13,10 +13,10 @@
# --with-ssldir=/etc/ssl
@ -112,7 +112,7 @@ diff -Nru dovecot-1.0.rc1.orig/dovecot-example.conf dovecot-1.0.rc1/dovecot-exam
# 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
@@ -575,7 +575,7 @@
@@ -576,7 +576,7 @@
# installations. %08Xu%08Xv will be the new default, so use it for new
# installations.
#
@ -121,7 +121,7 @@ diff -Nru dovecot-1.0.rc1.orig/dovecot-example.conf dovecot-1.0.rc1/dovecot-exam
# POP3 logout format string:
# %t - number of TOP commands
@@ -621,7 +621,7 @@
@@ -622,7 +622,7 @@
#mail_plugin_dir = /usr/lib/dovecot/lda
# Binary to use for sending mails.
@ -130,7 +130,7 @@ diff -Nru dovecot-1.0.rc1.orig/dovecot-example.conf dovecot-1.0.rc1/dovecot-exam
# UNIX socket path to master authentication server to find users.
#auth_socket_path = /var/run/dovecot/auth-master
@@ -632,7 +632,7 @@
@@ -633,7 +633,7 @@
##
# Executable location
@ -139,7 +139,7 @@ diff -Nru dovecot-1.0.rc1.orig/dovecot-example.conf dovecot-1.0.rc1/dovecot-exam
# Set max. process size in megabytes.
#auth_process_size = 256
@@ -744,7 +744,7 @@
@@ -745,7 +745,7 @@
# database (passwd usually), you can use static userdb.
# REMEMBER: You'll need /etc/pam.d/dovecot file created for PAM
# authentication to actually work.
@ -148,7 +148,7 @@ diff -Nru dovecot-1.0.rc1.orig/dovecot-example.conf dovecot-1.0.rc1/dovecot-exam
# [session=yes] [setcred=yes] [cache_key=<key>] [<service name>]
#
# session=yes makes Dovecot open and immediately close PAM session. Some
@@ -772,7 +772,7 @@
@@ -773,7 +773,7 @@
# args = session=yes *
# args = cache_key=%u dovecot
#args = dovecot
@ -157,7 +157,7 @@ diff -Nru dovecot-1.0.rc1.orig/dovecot-example.conf dovecot-1.0.rc1/dovecot-exam
# /etc/passwd or similar, using getpwnam()
# In many systems nowadays this uses Name Service Switch, which is
@@ -781,8 +781,8 @@
@@ -782,8 +782,8 @@
#}
# /etc/shadow or similiar, using getspnam(). Deprecated by PAM nowadays.
@ -168,7 +168,7 @@ diff -Nru dovecot-1.0.rc1.orig/dovecot-example.conf dovecot-1.0.rc1/dovecot-exam
# BSD authentication. Used by at least OpenBSD.
#passdb bsdauth {
@@ -884,7 +884,7 @@
@@ -885,7 +885,7 @@
# authentication with BSDs internally accesses shadow files, which also
# requires roots. Note that this user is NOT used to access mails.
# That user is specified by userdb above.