Hello community, here is the log from the commit of package dovecot22 for openSUSE:Factory checked in at 2014-10-29 21:09:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dovecot22 (Old) and /work/SRC/openSUSE:Factory/.dovecot22.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "dovecot22" Changes: -------- --- /work/SRC/openSUSE:Factory/dovecot22/dovecot22.changes 2014-10-17 08:51:04.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.dovecot22.new/dovecot22.changes 2014-10-29 21:10:03.000000000 +0100 @@ -1,0 +2,27 @@ +Sun Oct 26 23:32:45 UTC 2014 - mrueckert@suse.de + +- update to version 2.2.15 + * Plugins can now print a banner comment in doveconf output + (typically the plugin version) + * Replication plugin now triggers low (instead of high) priority + for mail copying operations. + * IMAP/POP3/ManageSieve proxy: If destination server can't be + connected to, retry connecting once per second up to the value + of proxy_timeout. This allows quick restarts/upgrades on the + backend server without returning login failures. + * Internal passdb lookups (e.g. done by lmtp/doveadm proxy) + wasn't returning failure in some situations where it should + have (e.g. allow_nets mismatch) + * LMTP uses mail_log_prefix now for logging mail deliveries + instead of a hardcoded prefix. The non-delivery log prefix is + still hardcoded though. + + passdb allow_nets=local matches lookups that don't contain an + IP address (internally done by Dovecot services) + + Various debug logging and error logging improvements + - Various race condition fixes to LAYOUT=index + - v2.2.14 virtual plugin crashed in some situations +- added dovecot-2.2-pigeonhole-0.4.3_adapt_to_2.2.15.patch + Adjusted to datastack-related changes in Dovecot lib-storage. + Patch can be removed when we upgrade to pigeonhole 0.4.4 + +------------------------------------------------------------------- Old: ---- dovecot-2.2.14.tar.gz New: ---- dovecot-2.2-pigeonhole-0.4.3_adapt_to_2.2.15.patch dovecot-2.2.15.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dovecot22.spec ++++++ --- /var/tmp/diff_new_pack.ILAYoB/_old 2014-10-29 21:10:04.000000000 +0100 +++ /var/tmp/diff_new_pack.ILAYoB/_new 2014-10-29 21:10:04.000000000 +0100 @@ -17,10 +17,10 @@ Name: dovecot22 -Version: 2.2.14 +Version: 2.2.15 Release: 0 %define pkg_name dovecot -%define dovecot_version 2.2.14 +%define dovecot_version 2.2.15 %define dovecot_pigeonhole_version 0.4.3 %define dovecot_branch 2.2 %define dovecot_pigeonhole_source_dir %{pkg_name}-%{dovecot_branch}-pigeonhole-%{dovecot_pigeonhole_version} @@ -107,6 +107,7 @@ Source5: dovecot-2.2.configfiles Source6: dovecot-2.1-pigeonhole.configfiles Source7: dovecot-2.2-pigeonhole.configfiles +Patch: dovecot-2.2-pigeonhole-0.4.3_adapt_to_2.2.15.patch Summary: IMAP and POP3 Server Written Primarily with Security in Mind License: BSD-3-Clause and LGPL-2.1+ and MIT Group: Productivity/Networking/Email/Servers @@ -248,6 +249,7 @@ %prep %setup -q -n %{pkg_name}-%{dovecot_version} -a 1 +%patch -p1 %{__gzip} -9v ChangeLog # Disable ssl per default. %{__sed} -i 's|#ssl = yes|ssl = no|' doc/example-config/conf.d/10-ssl.conf ++++++ dovecot-2.2-pigeonhole-0.4.3_adapt_to_2.2.15.patch ++++++ changeset: 1936:15b2910b145c user: Stephan Bosch <stephan@rename-it.nl> date: Sat Oct 25 21:51:16 2014 +0200 summary: Adjusted to datastack-related changes in Dovecot lib-storage. diff --git a/dovecot-2.2-pigeonhole-0.4.3/src/lib-sieve/util/edit-mail.c b/dovecot-2.2-pigeonhole-0.4.3/src/lib-sieve/util/edit-mail.c --- a/dovecot-2.2-pigeonhole-0.4.3/src/lib-sieve/util/edit-mail.c +++ b/dovecot-2.2-pigeonhole-0.4.3/src/lib-sieve/util/edit-mail.c @@ -1473,7 +1473,7 @@ (&edmail->wrapped->mail, field_name, decode_to_utf8, value_r); } - t_array_init(&header_values, 1); + p_array_init(&header_values, edmail->mail.pool, 1); (void)array_append_space(&header_values); *value_r = array_idx(&header_values, 0); return 0; @@ -1489,7 +1489,7 @@ } /* Fill result array */ - t_array_init(&header_values, 32); + p_array_init(&header_values, edmail->mail.pool, 32); field_idx = header_idx->first; while ( field_idx != NULL ) { ++++++ dovecot-2.2.14.tar.gz -> dovecot-2.2.15.tar.gz ++++++ ++++ 11469 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de