commit dovecot12 for openSUSE:Factory

Hello community, here is the log from the commit of package dovecot12 for openSUSE:Factory checked in at Wed Nov 25 16:22:58 CET 2009. -------- --- dovecot12/dovecot12.changes 2009-10-08 17:18:28.000000000 +0200 +++ /mounts/work_src_done/STABLE/dovecot12/dovecot12.changes 2009-11-23 18:39:32.000000000 +0100 @@ -1,0 +2,74 @@ +Mon Nov 23 17:36:38 UTC 2009 - alexandre@exatati.com.br + +- update managesieve patch to match the release: + old: dovecot-1.2.7-managesieve-0.11.9.diff.bz2 + new: dovecot-1.2.8-managesieve-0.11.9.diff.bz2 + +------------------------------------------------------------------- +Fri Nov 20 13:51:18 UTC 2009 - alexandre@exatati.com.br + +- update to version 1.2.8 + * Dovecot v1.2.x had been creating base_dir (and its parents if + necessary) with 0777 permissions. The base_dir's permissions get + changed to 0755 automatically at startup, but you may need to + chmod the parent directories manually. + - acl: If user has rights from more than one group, merge them instead + of choosing one group's rights and ignoring others. + - virtual: When using a lot of mailboxes, the virtual mailbox's header + could have grown over 32 kB and caused "out of memory" crashes. Also + over 64 kB headers couldn't even be updated with existing transaction + log records. Added a new record type that gets used with >=64 kB + headers. Older Dovecot versions don't understand this header and + will log errors if they see it. + - FETCH BODYSTRUCTURE didn't return RFC 2231 "key*" fields correctly + +------------------------------------------------------------------- +Sat Nov 14 14:20:04 UTC 2009 - alexandre@exatati.com.br + +- update to version 1.2.7 + * IMAP: IDLE now sends "Still here" notifications to same user's + connections at the same time. This hopefully reduces power usage + of some mobile clients that use multiple IDLEing connections. + * IMAP: If imap_capability is set, show it in the login banner. + + IMAP: Implemented SORT=DISPLAY extension. + - Login process creation could have sometimes failed with epoll_ctl() + errors or without epoll probably some other strange things could + have happened. + - Maildir: Fixed some performance issues + - Maildir: Fixed crash when using a lot of keywords. + - Several fixes to QRESYNC extension and modseq handling + - mbox: Make sure failed saves get rolled back with NFS. + - dbox: Several fixes. +- update managesieve patch to match the release: + old: dovecot-1.2.6-managesieve-0.11.9.diff.bz2 + new: dovecot-1.2.7-managesieve-0.11.9.diff.bz2 + +------------------------------------------------------------------- +Mon Oct 19 11:22:57 UTC 2009 - alexandre@exatati.com.br + +- update sieve version to 0.1.13 + + Body extension: implemented proper handling of the :raw transform + and added various new tests to the test suite. However, :content + "multipart" and :content "message/rfc822" are still not working. + + Fixed race condition occuring when multiple instances are saving the + same binary (patch by Timo Sirainen). + + Test suite: added support for testing multiscript execution. + - Made compiler more lenient towars missing CRLF at the end of the + script in a hash comment. + - Body extension: don't give SKIP_BODY_BLOCK flag to message parser, + we want the body! (patch by Timo Sirainen). + - Fixed handling of implicit side effects for multiscript execution. + - Fixed bugs in multiscript support; subsequent keep actions were not + always merged correctly and implicit side effects were not always + handled correctly. + - Fixed a segfault bug in the sieve-test tool occuring when compile + fails. + - Fixed segfault bug in action procesing. It was triggered while + merging side effects in duplicate actions. + - Fixed bug in the Sieve plugin that caused it to try to stat() a NULL + path, yielding a 'Bad address' error. +- update sieve pie patch to match release: + old: dovecot-1.2-sieve-0.1.12_pie.patch + new: dovecot-1.2-sieve-0.1.13_pie.patch + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- dovecot-1.2.6-managesieve-0.11.9.diff.bz2 dovecot-1.2.6.tar.bz2 dovecot-1.2-sieve-0.1.12_pie.patch dovecot-1.2-sieve-0.1.12.tar.bz2 New: ---- dovecot-1.2.8-managesieve-0.11.9.diff.bz2 dovecot-1.2.8.tar.bz2 dovecot-1.2-sieve-0.1.13_pie.patch dovecot-1.2-sieve-0.1.13.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dovecot12.spec ++++++ --- /var/tmp/diff_new_pack.r0YlAq/_old 2009-11-25 16:19:29.000000000 +0100 +++ /var/tmp/diff_new_pack.r0YlAq/_new 2009-11-25 16:19:29.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package dovecot12 (Version 1.2.6) +# spec file for package dovecot12 (Version 1.2.8) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,10 +19,10 @@ Name: dovecot12 -Version: 1.2.6 +Version: 1.2.8 Release: 1 %define dovecot_major_version 1.2 -%define dovecot_sieve_version 0.1.12 +%define dovecot_sieve_version 0.1.13 %define dovecot_managesieve_version 0.11.9 %define dovecot_managesieve_docdir %{_docdir}/%{pkg_name}/dovecot-managesieve/ %define dovecot_sieve_docdir %{_docdir}/%{pkg_name}/dovecot-sieve @@ -72,7 +72,7 @@ Url: http://www.dovecot.org # taken from http://www.dovecot.org/releases/1.0/%{pkg_name}-%{version}.tar.gz Source: %{pkg_name}-%{version}.tar.bz2 -# taken from http://www.rename-it.nl/dovecot/1.2/dovecot-1.2-sieve-0.1.12.tar.gz +# taken from http://www.rename-it.nl/dovecot/1.2/dovecot-1.2-sieve-0.1.13.tar.gz %define dovecot_sieve_source_dir dovecot-%{dovecot_major_version}-sieve-%{dovecot_sieve_version} Source1: %{dovecot_sieve_source_dir}.tar.bz2 Source2: %{pkg_name}.init @@ -81,10 +81,10 @@ Source5: dovecot-rpmlintrc %define dovecot_managesieve_source_dir dovecot-%{dovecot_major_version}-managesieve-%{dovecot_managesieve_version} Source6: http://www.rename-it.nl/dovecot/1.1/%{dovecot_managesieve_source_dir}.tar.bz2 -Patch: http://www.rename-it.nl/dovecot/1.1/dovecot-1.2.6-managesieve-%{dovecot_managesieve_version}.diff.bz2 +Patch: http://www.rename-it.nl/dovecot/1.1/dovecot-1.2.8-managesieve-%{dovecot_managesieve_version}.diff.bz2 Patch1: dovecot-1.2.4_pie.patch Patch2: dovecot-1.2-managesieve-0.11.9_pie.patch -Patch3: dovecot-1.2-sieve-0.1.12_pie.patch +Patch3: dovecot-1.2-sieve-0.1.13_pie.patch # Summary: IMAP and POP3 Server Written Primarily with Security in Mind ++++++ dovecot-1.2.6-managesieve-0.11.9.diff.bz2 -> dovecot-1.2.8-managesieve-0.11.9.diff.bz2 ++++++ Files dovecot12/dovecot-1.2.6-managesieve-0.11.9.diff.bz2 and /mounts/work_src_done/STABLE/dovecot12/dovecot-1.2.8-managesieve-0.11.9.diff.bz2 differ ++++++ dovecot-1.2.6.tar.bz2 -> dovecot-1.2.8.tar.bz2 ++++++ ++++ 55308 lines of diff (skipped) ++++++ dovecot-1.2-sieve-0.1.12_pie.patch -> dovecot-1.2-sieve-0.1.13_pie.patch ++++++ --- dovecot12/dovecot-1.2-sieve-0.1.12_pie.patch 2009-08-27 18:49:00.000000000 +0200 +++ /mounts/work_src_done/STABLE/dovecot12/dovecot-1.2-sieve-0.1.13_pie.patch 2009-10-19 14:00:59.000000000 +0200 @@ -1,7 +1,7 @@ -Index: dovecot-1.2-sieve-0.1.12/configure.in +Index: dovecot-1.2-sieve-0.1.13/configure.in =================================================================== ---- dovecot-1.2-sieve-0.1.12/configure.in.orig 2009-07-12 23:41:12.000000000 +0200 -+++ dovecot-1.2-sieve-0.1.12/configure.in 2009-07-15 16:32:06.900287563 +0200 +--- dovecot-1.2-sieve-0.1.13.orig/configure.in ++++ dovecot-1.2-sieve-0.1.13/configure.in @@ -20,6 +20,37 @@ AC_PROG_CC AC_PROG_CPP AC_PROG_LIBTOOL ++++++ dovecot-1.2-sieve-0.1.12.tar.bz2 -> dovecot-1.2-sieve-0.1.13.tar.bz2 ++++++ ++++ 10753 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- 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