dovecot: update to 2.0.8
This commit is contained in:
parent
7df81db35c
commit
d4d1e5da27
@ -420,6 +420,9 @@ drwxr-xr-x root/root usr/lib/dovecot/modules/doveadm/
|
||||
-rw-r--r-- root/root usr/lib/dovecot/modules/lib02_lazy_expunge_plugin.a
|
||||
-rwxr-xr-x root/root usr/lib/dovecot/modules/lib02_lazy_expunge_plugin.la
|
||||
-rwxr-xr-x root/root usr/lib/dovecot/modules/lib02_lazy_expunge_plugin.so
|
||||
-rw-r--r-- root/root usr/lib/dovecot/modules/lib05_snarf_plugin.a
|
||||
-rwxr-xr-x root/root usr/lib/dovecot/modules/lib05_snarf_plugin.la
|
||||
-rwxr-xr-x root/root usr/lib/dovecot/modules/lib05_snarf_plugin.so
|
||||
-rw-r--r-- root/root usr/lib/dovecot/modules/lib10_quota_plugin.a
|
||||
-rwxr-xr-x root/root usr/lib/dovecot/modules/lib10_quota_plugin.la
|
||||
-rwxr-xr-x root/root usr/lib/dovecot/modules/lib10_quota_plugin.so
|
||||
@ -447,9 +450,6 @@ drwxr-xr-x root/root usr/lib/dovecot/modules/doveadm/
|
||||
-rw-r--r-- root/root usr/lib/dovecot/modules/lib20_mail_log_plugin.a
|
||||
-rwxr-xr-x root/root usr/lib/dovecot/modules/lib20_mail_log_plugin.la
|
||||
-rwxr-xr-x root/root usr/lib/dovecot/modules/lib20_mail_log_plugin.so
|
||||
-rw-r--r-- root/root usr/lib/dovecot/modules/lib20_mbox_snarf_plugin.a
|
||||
-rwxr-xr-x root/root usr/lib/dovecot/modules/lib20_mbox_snarf_plugin.la
|
||||
-rwxr-xr-x root/root usr/lib/dovecot/modules/lib20_mbox_snarf_plugin.so
|
||||
-rw-r--r-- root/root usr/lib/dovecot/modules/lib20_virtual_plugin.a
|
||||
-rwxr-xr-x root/root usr/lib/dovecot/modules/lib20_virtual_plugin.la
|
||||
-rwxr-xr-x root/root usr/lib/dovecot/modules/lib20_virtual_plugin.so
|
||||
|
@ -1,3 +1,3 @@
|
||||
7eaa958040fbd7169c86134439d4b632 dovecot
|
||||
3f59da97925c4159dd5b755df22f737e dovecot-2.0.7.tar.gz
|
||||
47daa0cf67f2afb7dff6710f8a008c31 dovecot-config.patch
|
||||
01b1c193469dfd14bf026a1516bea30c dovecot-2.0.8.tar.gz
|
||||
0e2fd9622b4736a6cfe0a9c4199132cf dovecot-config.patch
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Depends on: zlib bzip2 openssl tcp_wrappers libcap
|
||||
|
||||
name=dovecot
|
||||
version=2.0.7
|
||||
version=2.0.8
|
||||
release=1
|
||||
source=(http://dovecot.org/releases/2.0/$name-$version.tar.gz \
|
||||
dovecot-config.patch dovecot)
|
||||
|
@ -1,7 +1,7 @@
|
||||
diff -Nru dovecot-2.0.1.orig/doc/example-config/conf.d/10-master.conf dovecot-2.0.1/doc/example-config/conf.d/10-master.conf
|
||||
--- dovecot-2.0.1.orig/doc/example-config/conf.d/10-master.conf 2010-08-28 15:12:36.969547056 +0200
|
||||
+++ dovecot-2.0.1/doc/example-config/conf.d/10-master.conf 2010-08-28 15:12:48.680717737 +0200
|
||||
@@ -105,3 +105,10 @@
|
||||
diff -Nru dovecot-2.0.8.orig/doc/example-config/conf.d/10-master.conf dovecot-2.0.8/doc/example-config/conf.d/10-master.conf
|
||||
--- dovecot-2.0.8.orig/doc/example-config/conf.d/10-master.conf 2010-12-03 22:56:31.710163837 +0100
|
||||
+++ dovecot-2.0.8/doc/example-config/conf.d/10-master.conf 2010-12-03 22:56:47.755566859 +0100
|
||||
@@ -109,3 +109,10 @@
|
||||
#group =
|
||||
}
|
||||
}
|
||||
@ -12,9 +12,9 @@ diff -Nru dovecot-2.0.1.orig/doc/example-config/conf.d/10-master.conf dovecot-2.
|
||||
+ }
|
||||
+}
|
||||
+
|
||||
diff -Nru dovecot-2.0.1.orig/doc/example-config/conf.d/10-ssl.conf dovecot-2.0.1/doc/example-config/conf.d/10-ssl.conf
|
||||
--- dovecot-2.0.1.orig/doc/example-config/conf.d/10-ssl.conf 2010-08-28 15:12:36.969547056 +0200
|
||||
+++ dovecot-2.0.1/doc/example-config/conf.d/10-ssl.conf 2010-08-28 15:12:48.680717737 +0200
|
||||
diff -Nru dovecot-2.0.8.orig/doc/example-config/conf.d/10-ssl.conf dovecot-2.0.8/doc/example-config/conf.d/10-ssl.conf
|
||||
--- dovecot-2.0.8.orig/doc/example-config/conf.d/10-ssl.conf 2010-12-03 22:56:31.710163837 +0100
|
||||
+++ dovecot-2.0.8/doc/example-config/conf.d/10-ssl.conf 2010-12-03 22:56:47.755566859 +0100
|
||||
@@ -9,8 +9,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
|
||||
@ -26,9 +26,9 @@ diff -Nru dovecot-2.0.1.orig/doc/example-config/conf.d/10-ssl.conf dovecot-2.0.1
|
||||
|
||||
# If key file is password protected, give the password here. Alternatively
|
||||
# give it when starting dovecot with -p parameter. Since this file is often
|
||||
diff -Nru dovecot-2.0.1.orig/doc/example-config/conf.d/auth-system.conf.ext dovecot-2.0.1/doc/example-config/conf.d/auth-system.conf.ext
|
||||
--- dovecot-2.0.1.orig/doc/example-config/conf.d/auth-system.conf.ext 2010-08-28 15:12:36.969547056 +0200
|
||||
+++ dovecot-2.0.1/doc/example-config/conf.d/auth-system.conf.ext 2010-08-28 15:12:48.680717737 +0200
|
||||
diff -Nru dovecot-2.0.8.orig/doc/example-config/conf.d/auth-system.conf.ext dovecot-2.0.8/doc/example-config/conf.d/auth-system.conf.ext
|
||||
--- dovecot-2.0.8.orig/doc/example-config/conf.d/auth-system.conf.ext 2010-12-03 22:56:31.710163837 +0100
|
||||
+++ dovecot-2.0.8/doc/example-config/conf.d/auth-system.conf.ext 2010-12-03 22:56:47.755566859 +0100
|
||||
@@ -7,12 +7,12 @@
|
||||
# PAM is typically used with either userdb passwd or userdb static.
|
||||
# REMEMBER: You'll need /etc/pam.d/dovecot file created for PAM
|
||||
@ -60,10 +60,10 @@ diff -Nru dovecot-2.0.1.orig/doc/example-config/conf.d/auth-system.conf.ext dove
|
||||
|
||||
# PAM-like authentication for OpenBSD.
|
||||
# <doc/wiki/PasswordDatabase.BSDAuth.txt>
|
||||
diff -Nru dovecot-2.0.1.orig/doc/example-config/dovecot.conf dovecot-2.0.1/doc/example-config/dovecot.conf
|
||||
--- dovecot-2.0.1.orig/doc/example-config/dovecot.conf 2010-08-28 15:12:36.969547056 +0200
|
||||
+++ dovecot-2.0.1/doc/example-config/dovecot.conf 2010-08-28 15:12:48.680717737 +0200
|
||||
@@ -29,6 +29,7 @@
|
||||
diff -Nru dovecot-2.0.8.orig/doc/example-config/dovecot.conf dovecot-2.0.8/doc/example-config/dovecot.conf
|
||||
--- dovecot-2.0.8.orig/doc/example-config/dovecot.conf 2010-12-03 22:56:31.710163837 +0100
|
||||
+++ dovecot-2.0.8/doc/example-config/dovecot.conf 2010-12-03 22:56:47.755566859 +0100
|
||||
@@ -24,6 +24,7 @@
|
||||
# If you want to specify non-default ports or anything more complex,
|
||||
# edit conf.d/master.conf.
|
||||
#listen = *, ::
|
||||
@ -71,7 +71,7 @@ diff -Nru dovecot-2.0.1.orig/doc/example-config/dovecot.conf dovecot-2.0.1/doc/e
|
||||
|
||||
# Base directory where to store runtime data.
|
||||
#base_dir = /var/run/dovecot/
|
||||
@@ -43,7 +44,7 @@
|
||||
@@ -38,7 +39,7 @@
|
||||
#login_trusted_networks =
|
||||
|
||||
# Sepace separated list of login access check sockets (e.g. tcpwrap)
|
||||
|
Loading…
x
Reference in New Issue
Block a user