dovecot: update to 1.0.beta4

This commit is contained in:
Juergen Daubert 2006-04-03 14:16:00 +00:00
parent 20e0766650
commit 7262e740c2
4 changed files with 27 additions and 40 deletions

View File

@ -18,6 +18,7 @@ drwxr-xr-x root/root usr/lib/dovecot/
-rwxr-xr-x root/root usr/lib/dovecot/imap-login
drwxr-xr-x root/root usr/lib/dovecot/modules/
drwxr-xr-x root/root usr/lib/dovecot/modules/imap/
lrwxrwxrwx root/root usr/lib/dovecot/modules/imap/lib01_acl_plugin.so -> ../lib01_acl_plugin.so
lrwxrwxrwx root/root usr/lib/dovecot/modules/imap/lib01_convert_plugin.so -> ../lib01_convert_plugin.so
lrwxrwxrwx root/root usr/lib/dovecot/modules/imap/lib01_quota_plugin.so -> ../lib01_quota_plugin.so
-rw-r--r-- root/root usr/lib/dovecot/modules/imap/lib01_zlib_plugin.a
@ -28,9 +29,13 @@ lrwxrwxrwx root/root usr/lib/dovecot/modules/imap/lib01_quota_plugin.so -> ../li
-rwxr-xr-x root/root usr/lib/dovecot/modules/imap/lib02_imap_quota_plugin.so
lrwxrwxrwx root/root usr/lib/dovecot/modules/imap/lib02_trash_plugin.so -> ../lib02_trash_plugin.so
drwxr-xr-x root/root usr/lib/dovecot/modules/lda/
lrwxrwxrwx root/root usr/lib/dovecot/modules/lda/lib01_acl_plugin.so -> ../lib01_acl_plugin.so
lrwxrwxrwx root/root usr/lib/dovecot/modules/lda/lib01_convert_plugin.so -> ../lib01_convert_plugin.so
lrwxrwxrwx root/root usr/lib/dovecot/modules/lda/lib01_quota_plugin.so -> ../lib01_quota_plugin.so
lrwxrwxrwx root/root usr/lib/dovecot/modules/lda/lib02_trash_plugin.so -> ../lib02_trash_plugin.so
-rw-r--r-- root/root usr/lib/dovecot/modules/lib01_acl_plugin.a
-rwxr-xr-x root/root usr/lib/dovecot/modules/lib01_acl_plugin.la
-rwxr-xr-x root/root usr/lib/dovecot/modules/lib01_acl_plugin.so
-rw-r--r-- root/root usr/lib/dovecot/modules/lib01_convert_plugin.a
-rwxr-xr-x root/root usr/lib/dovecot/modules/lib01_convert_plugin.la
-rwxr-xr-x root/root usr/lib/dovecot/modules/lib01_convert_plugin.so

View File

@ -1,3 +1,3 @@
1c37d911bc42fb40f0ef5a3f5822b170 dovecot
5418f9f7fe99e4f10bb82d9fe504138a dovecot-1.0.beta3.tar.gz
1f361d7d9c263ce4f3bbbb0ce5746411 dovecot-config.patch
770ff3f6e5e1a93cc4d1368d00412d2f dovecot-1.0.beta4.tar.gz
3643ac2629e6e32e613a955a17fce97f dovecot-config.patch

View File

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

View File

@ -1,7 +1,7 @@
diff -Nru dovecot-1.0.beta2.orig/dovecot-example.conf dovecot-1.0.beta2/dovecot-example.conf
--- dovecot-1.0.beta2.orig/dovecot-example.conf 2006-01-23 06:57:59.000000000 +0100
+++ dovecot-1.0.beta2/dovecot-example.conf 2006-01-23 06:58:11.000000000 +0100
@@ -11,11 +11,11 @@
diff -Nru dovecot-1.0.beta4.orig/dovecot-example.conf dovecot-1.0.beta4/dovecot-example.conf
--- dovecot-1.0.beta4.orig/dovecot-example.conf 2006-04-02 19:58:59.000000000 +0200
+++ dovecot-1.0.beta4/dovecot-example.conf 2006-04-02 20:04:15.000000000 +0200
@@ -13,11 +13,11 @@
# --with-ssldir=/etc/ssl
# Base directory where to store runtime data.
@ -15,7 +15,7 @@ diff -Nru dovecot-1.0.beta2.orig/dovecot-example.conf dovecot-1.0.beta2/dovecot-
# IP or host address where to listen in for connections. It's not currently
# possible to specify multiple addresses. "*" listens in all IPv4 interfaces.
@@ -37,8 +37,8 @@
@@ -49,8 +49,8 @@
# 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
@ -26,7 +26,7 @@ diff -Nru dovecot-1.0.beta2.orig/dovecot-example.conf dovecot-1.0.beta2/dovecot-
# If key file is password protected, give the password here. Alternatively
# give it when starting dovecot with -p parameter.
@@ -88,7 +88,7 @@
@@ -100,7 +100,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.
@ -35,7 +35,7 @@ diff -Nru dovecot-1.0.beta2.orig/dovecot-example.conf dovecot-1.0.beta2/dovecot-
# chroot login process to the login_dir. Only reason not to do this is if you
# wish to run the whole Dovecot without roots.
@@ -100,7 +100,7 @@
@@ -112,7 +112,7 @@
# only it has access, it's used to control access for authentication process.
# Note that this user is NOT used to access mails.
# http://wiki.dovecot.org/UserIds
@ -44,7 +44,7 @@ diff -Nru dovecot-1.0.beta2.orig/dovecot-example.conf dovecot-1.0.beta2/dovecot-
# Set max. process size in megabytes. If you don't use
# login_process_per_connection you might need to grow this.
@@ -110,11 +110,11 @@
@@ -122,11 +122,11 @@
# login process be allowed to process multiple connections (no)? Yes is more
# secure, espcially with SSL/TLS enabled. No is faster since there's no need
# to create processes all the time.
@ -58,7 +58,7 @@ diff -Nru dovecot-1.0.beta2.orig/dovecot-example.conf dovecot-1.0.beta2/dovecot-
# Maximum number of extra login processes to create. The extra process count
# usually stays at login_processes_count, but when multiple users start logging
@@ -169,7 +169,7 @@
@@ -181,7 +181,7 @@
# non-valid GID as primary group ID aren't allowed to log in. If user
# belongs to supplementary groups with non-valid GIDs, those groups are
# not set.
@ -67,7 +67,7 @@ diff -Nru dovecot-1.0.beta2.orig/dovecot-example.conf dovecot-1.0.beta2/dovecot-
#last_valid_gid = 0
# Grant access to these extra groups for mail processes. Typical use would be
@@ -210,7 +210,7 @@
@@ -222,7 +222,7 @@
# default_mail_env = mbox:~/mail/:INBOX=/var/mail/%u
# default_mail_env = mbox:/var/mail/%d/%n/:INDEX=/var/indexes/%d/%n
#
@ -76,7 +76,7 @@ diff -Nru dovecot-1.0.beta2.orig/dovecot-example.conf dovecot-1.0.beta2/dovecot-
# If you need to set multiple mailbox locations or want to change default
# namespace settings, you can do it by defining namespace sections:
@@ -420,19 +420,19 @@
@@ -431,19 +431,19 @@
protocol imap {
# Login executable location.
@ -100,16 +100,7 @@ diff -Nru dovecot-1.0.beta2.orig/dovecot-example.conf dovecot-1.0.beta2/dovecot-
# 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
@@ -441,7 +441,7 @@
# Support for dynamically loadable modules.
#mail_use_modules = no
- #mail_modules = /usr/lib/dovecot/imap
+ #mail_modules = /usr/lib/dovecot/modules/imap
# Send IMAP capabilities in greeting message. This makes it unnecessary for
# clients to request it with CAPABILITY command, so it saves one round-trip.
@@ -481,10 +481,10 @@
@@ -493,10 +493,10 @@
protocol pop3 {
# Login executable location.
@ -122,7 +113,7 @@ diff -Nru dovecot-1.0.beta2.orig/dovecot-example.conf dovecot-1.0.beta2/dovecot-
# 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
@@ -521,7 +521,7 @@
@@ -533,7 +533,7 @@
# installations. %08Xu%08Xv will be the new default, so use it for new
# installations.
#
@ -131,16 +122,7 @@ diff -Nru dovecot-1.0.beta2.orig/dovecot-example.conf dovecot-1.0.beta2/dovecot-
# POP3 logout format string:
# %t - number of TOP commands
@@ -535,7 +535,7 @@
# Support for dynamically loadable modules.
#mail_use_modules = no
- #mail_modules = /usr/lib/dovecot/pop3
+ #mail_modules = /usr/lib/dovecot/modules/pop3
# Workarounds for various client bugs:
# outlook-no-nuls:
@@ -553,7 +553,7 @@
@@ -566,7 +566,7 @@
##
# Executable location
@ -149,16 +131,16 @@ diff -Nru dovecot-1.0.beta2.orig/dovecot-example.conf dovecot-1.0.beta2/dovecot-
# Set max. process size in megabytes.
#auth_process_size = 256
@@ -642,7 +642,7 @@
# Note that PAM can only be used to verify if user's password is correct,
# so it can't be used as userdb. If you don't want to use a separate user
@@ -670,7 +670,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.
- passdb pam {
+ # passdb pam {
# [session=yes] [cache_key=<key>] [<service name>]
#
# session=yes makes Dovecot open and immediately close PAM session. Some
@@ -666,7 +666,7 @@
@@ -694,7 +694,7 @@
# args = session=yes *
# args = cache_key=%u dovecot
#args = dovecot
@ -167,7 +149,7 @@ diff -Nru dovecot-1.0.beta2.orig/dovecot-example.conf dovecot-1.0.beta2/dovecot-
# /etc/passwd or similar, using getpwnam()
# In many systems nowadays this uses Name Service Switch, which is
@@ -675,8 +675,8 @@
@@ -703,8 +703,8 @@
#}
# /etc/shadow or similiar, using getspnam(). Deprecated by PAM nowadays.