Hello community, here is the log from the commit of package dovecot20 for openSUSE:11.4 checked in at Wed May 25 12:58:09 CEST 2011.
-------- --- old-versions/11.4/all/dovecot20/dovecot20.changes 2011-01-13 12:33:15.000000000 +0100 +++ 11.4/dovecot20/dovecot20.changes 2011-05-25 12:48:36.000000000 +0200 @@ -1,0 +2,98 @@ +Wed May 11 17:25:04 UTC 2011 - [email protected] + +- Update to 2.0.13: + + Added "doveadm index" command to add unindexed messages into + index/cache. If full text search is enabled, it also adds unindexed + messages to the fts database. + + added "doveadm director dump" command. + + pop3: Added support for showing messages in "POP3 order", which can + be different from IMAP message order. This can be useful for + migrations from other servers. Implemented it for Maildir as 'O' + field in dovecot-uidlist. + - doveconf: Fixed a wrong "subsection has ssl=yes" warning. + - mdbox purge: Fixed wrong warning about corrupted extrefs. + - sdbox: INBOX GUID changed when INBOX was autocreated, leading to + trouble with dsync. + - script-login binary wasn't actually dropping privileges to the + user/group/chroot specified by its service settings. + - Fixed potential crashes and other problems when parsing header names + that contained NUL characters. (bnc#694778) + +------------------------------------------------------------------- +Fri Apr 15 02:45:11 UTC 2011 - [email protected] + +- Update Pigeonhole to 0.2.3: + * Sieve-filter tool: finished implementing basic functionality. It is + not quite ready yet, but it is available for those willing to + experiment with it (needs --with-unfinished-features config to + compile). Also includes man page. + + Vacation extension now inhibits replies to messages from sender + listed in :addresses, thus preventing replies to one of the user's + other known addresses. + + Vacation extension: implemented the (draft) vacation-seconds + extension. This also adds min/max period configuration settings. + Refer to doc/vacation.txt for configuration information. + - ManageSieve: fixed bug in UTF-8 checking of string values. This is + done by discarding the original implementation and migrating to the + Dovecot API's UTF-8 functionality. + - Sieve command line tools now avoid initializing the mail store unless + necessary. This prevents sievec and sieve-dump from failing when + executed by root for example. + - Enotify extension: fixed inappropriate return type in mailto URI + parse function, also fixing ARM compiler warning. + - Vacation extension: fixed handling of sendmail errors. It produced an + additional confusing success message in case of error. + - Removed header MIME-decoding to fix erroneous address parsing. + Applies to address test and vacation command. + - Fixed segfault bug in extension configuration, triggered when unknown + extension is mentioned in sieve_extensions setting. + +------------------------------------------------------------------- +Tue Apr 12 17:36:26 UTC 2011 - [email protected] + +- Update to 2.0.12: + - Many small fixes, plus some more noticeable: + + doveadm: Added "move" command for moving mails between mailboxes. + + virtual: Added support for "+mailbox" entries that clear \Recent + flag from messages (default is to preserve them). + - dbox: Fixes to handling external attachments + - dsync: More fixes to avoid hanging with remote syncs + - dsync: Many other syncing/correctness fixes + - doveconf: v2.0.10 and v2.0.11 didn't output plugin {} section right + +------------------------------------------------------------------- +Mon Mar 7 11:10:02 UTC 2011 - [email protected] + +- Update to 2.0.11: + * dotlock_use_excl setting's default was accidentally "no" in all + v2.0.x releases, instead of "yes" as in v1.1 and v1.2. Changed it + back to "yes". + - v2.0.10: LDAP support was broken + - v2.0.10: dsyncing to remote often hanged (timed out in 15 mins) + +------------------------------------------------------------------- +Fri Mar 4 20:16:09 UTC 2011 - [email protected] + +- Update to 2.0.10: + + Added import_environment setting. + + Added submission_host setting to send mails via SMTP instead of + via sendmail binary. + + Added doveadm acl get/set/delete commands for ACL manipulation, + similar to how IMAP ACL extension works. + + Added doveadm acl debug command to help debug and fix problems + with why shared mailboxes aren't working as expected. + - IMAP: Fixed hangs with COMPRESS extension + - IMAP: Fixed a hang when trying to COPY to a nonexistent mailbox. + - IMAP: Fixed hang/crash with SEARCHRES + pipelining $. + - IMAP: Fixed assert-crash if IDLE+DONE is sent in same TCP packet. + - LMTP: Fixed sending multiple messages in a session. + - doveadm: Fixed giving parameters to mail commands. + - doveadm import: Settings weren't correctly used for the + import storage. + - dsync: Fixed somewhat random failures with saving messages to + remote dsync. + - v2.0.9: Config reload didn't notify running processes with + shutdown_clients=no, so they could have kept serving new clients + with old settings. + +------------------------------------------------------------------- Package does not exist at destination yet. Using Fallback old-versions/11.4/all/dovecot20 Destination is old-versions/11.4/UPDATES/all/dovecot20 calling whatdependson for 11.4-i586 Old: ---- dovecot-2.0-pigeonhole-0.2.2.tar.bz2 dovecot-2.0.9.tar.bz2 New: ---- dovecot-2.0-pigeonhole-0.2.3.tar.bz2 dovecot-2.0.13.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dovecot20.spec ++++++ --- /var/tmp/diff_new_pack.3FJt0V/_old 2011-05-25 12:57:48.000000000 +0200 +++ /var/tmp/diff_new_pack.3FJt0V/_new 2011-05-25 12:57:48.000000000 +0200 @@ -19,16 +19,16 @@ Name: dovecot20 -Version: 2.0.9 -Release: 1 +Version: 2.0.13 +Release: 0.<RELEASE2> %define pkg_name dovecot %define sieve_version 2.0 -%define dovecot_version 2.0.9 +%define dovecot_version 2.0.13 %define dovecot_pigeonhole_docdir %{_docdir}/%{pkg_name}/dovecot-pigeonhole #define with_unfinished_sieve_features 1 # Group: Productivity/Networking/Email/Servers -License: BSD3c ; LGPLv2.1+ ; MIT +License: BSD 3-Clause; LGPL v2.1 or later; X11/MIT # %if 0%{?suse_version} >= 1000 %define with_solr 1 @@ -76,7 +76,7 @@ # taken from http://www.dovecot.org/releases/2.0/%{pkg_name}-%{version}.tar.gz Source: %{pkg_name}-%{dovecot_version}.tar.bz2 # hg clone http://hg.rename-it.nl/dovecot-2.0-pigeonhole/ -%define dovecot_pigeonhole_source_dir %{pkg_name}-%{sieve_version}-pigeonhole-0.2.2 +%define dovecot_pigeonhole_source_dir %{pkg_name}-%{sieve_version}-pigeonhole-0.2.3 Source1: %{dovecot_pigeonhole_source_dir}.tar.bz2 Source2: %{pkg_name}.init Source3: %{pkg_name}.pam @@ -101,7 +101,7 @@ %package backend-mysql -License: BSD3c ; LGPLv2.1+ ; MIT +License: BSD 3-Clause; LGPL v2.1 or later; X11/MIT Group: Productivity/Networking/Email/Servers Requires: %{name} = %{version} Provides: dovecot_sql_backend = %{version}-%{release} @@ -127,7 +127,7 @@ %package backend-pgsql -License: BSD3c ; LGPLv2.1+ ; MIT +License: BSD 3-Clause; LGPL v2.1 or later; X11/MIT Group: Productivity/Networking/Email/Servers Requires: %{name} = %{version} Provides: dovecot_sql_backend = %{version}-%{release} @@ -155,7 +155,7 @@ %if 0%{?with_sqlite} %package backend-sqlite -License: BSD3c ; LGPLv2.1+ ; MIT +License: BSD 3-Clause; LGPL v2.1 or later; X11/MIT Group: Productivity/Networking/Email/Servers Requires: %{name} = %{version} Provides: dovecot_sql_backend = %{version}-%{release} @@ -183,7 +183,7 @@ %if 0%{?with_clucene} %package fts-lucene -License: BSD3c ; LGPLv2.1+ ; MIT +License: BSD 3-Clause; LGPL v2.1 or later; X11/MIT Group: Productivity/Networking/Email/Servers Requires: %{name} = %{version} Provides: dovecot_fts_backend = %{version}-%{release} @@ -211,7 +211,7 @@ %if 0%{?with_solr} %package fts-solr -License: BSD3c ; LGPLv2.1+ ; MIT +License: BSD 3-Clause; LGPL v2.1 or later; X11/MIT Group: Productivity/Networking/Email/Servers Requires: %{name} = %{version} Provides: dovecot_fts_backend = %{version}-%{release} @@ -238,7 +238,7 @@ %endif %package devel -License: BSD3c ; LGPLv2.1+ ; MIT +License: BSD 3-Clause; LGPL v2.1 or later; X11/MIT Group: Development/Libraries/C and C++ Requires: %{name} = %{version} Provides: dovecot-devel = %{version}-%{release} @@ -272,6 +272,8 @@ %{__sed} -i 's|#mail_plugin_dir = /usr/lib/dovecot|mail_plugin_dir = %{_libdir}/dovecot/modules|' doc/example-config/conf.d/10-mail.conf # TODO: why this ? # Disable IPv6 listening. # %{__sed} -i 's|#listen = \*, ::|listen = *|' doc/example-config/dovecot.conf +# dont remove. +#patch1 %build export CFLAGS="%{optflags}" @@ -451,6 +453,7 @@ %{_libdir}/%{pkg_name}/libdovecot-lda.so.* %{_libdir}/%{pkg_name}/libdovecot-login.so.* %{_libdir}/%{pkg_name}/libdovecot-sieve.so.* +%{_libdir}/%{pkg_name}/libdovecot-sql.so.* %{_libdir}/%{pkg_name}/libdovecot-storage.so.* # plugins %dir %{_libdir}/%{pkg_name} @@ -474,6 +477,7 @@ %{_libdir}/%{pkg_name}/modules/lib11_imap_quota_plugin.so %{_libdir}/%{pkg_name}/modules/lib90_sieve_plugin.so %dir %{_libdir}/%{pkg_name}/modules/doveadm +%{_libdir}/%{pkg_name}/modules/doveadm/lib10_doveadm_acl_plugin.so %{_libdir}/%{pkg_name}/modules/doveadm/lib10_doveadm_expire_plugin.so %{_libdir}/%{pkg_name}/modules/doveadm/lib10_doveadm_quota_plugin.so* %{_libdir}/%{pkg_name}/modules/doveadm/lib10_doveadm_zlib_plugin.so @@ -554,6 +558,7 @@ %{_libdir}/%{pkg_name}/libdovecot-lda.so %{_libdir}/%{pkg_name}/libdovecot-login.so %{_libdir}/%{pkg_name}/libdovecot-sieve.so +%{_libdir}/%{pkg_name}/libdovecot-sql.so %{_libdir}/%{pkg_name}/libdovecot-storage.so %changelog ++++++ dovecot-2.0-pigeonhole-0.2.2.tar.bz2 -> dovecot-2.0-pigeonhole-0.2.3.tar.bz2 ++++++ ++++ 6948 lines of diff (skipped) ++++++ dovecot-2.0-pigeonhole-0.2.2.tar.bz2 -> dovecot-2.0.13.tar.bz2 ++++++ ++++ 587693 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
