Hello community, here is the log from the commit of package dovecot21 for openSUSE:Factory checked in at 2012-12-10 10:07:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dovecot21 (Old) and /work/SRC/openSUSE:Factory/.dovecot21.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dovecot21", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/dovecot21/dovecot21.changes 2012-09-23 08:02:59.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.dovecot21.new/dovecot21.changes 2012-12-10 10:07:25.000000000 +0100 @@ -1,0 +2,29 @@ +Sun Dec 2 19:12:46 UTC 2012 - [email protected] + +- Update to 2.1.12: + - The dovecot-config file installed by v2.1.11 was missing quotes, + which broke building Pigeonhole. This release fixes that. +- Aditional changes from 2.1.11: + * lmtp/lda: dovecot.index.cache file is no longer fully mapped to + memory, allowing mail deliveries to work even if the file is huge. + * auth: userdb passwd lookups are now done by auth worker processes + instead of auth master process (as it was documented, but + accidentally didn't work that way). + + lmtp: lmtp_rcpt_check_quota=yes setting checks quota on RCPT TO. + - lmtp: After successful proxying RCPT TO, the next one to a + nonexistent user gave tempfail error instead of "user not found". + - lmtp proxy: Fixed hanging if remote server was down. + - imap: Fixed crash when SEARCH contained multiple KEYWORD parameters. + - doveadm: Various fixes to handling doveadm-server connections. + - -i <instance name> parameter for Dovecot tools didn't work correctly. + - director was somewhat broken in v2.1.10. This version also includes + various reliability enhancements. + - auth: passdb imap was broken in v2.1.10. + +------------------------------------------------------------------- +Mon Nov 19 18:35:41 UTC 2012 - [email protected] + +- Fix useradd invocation: -o is useless without -u and newer + versions of pwdutils/shadowutils fail on this now. + +------------------------------------------------------------------- Old: ---- dovecot-2.1.10.tar.bz2 New: ---- dovecot-2.1.12.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dovecot21.spec ++++++ --- /var/tmp/diff_new_pack.Ni6I7D/_old 2012-12-10 10:07:26.000000000 +0100 +++ /var/tmp/diff_new_pack.Ni6I7D/_new 2012-12-10 10:07:26.000000000 +0100 @@ -17,11 +17,11 @@ Name: dovecot21 -Version: 2.1.10 +Version: 2.1.12 Release: 0 %define pkg_name dovecot %define sieve_version 2.1 -%define dovecot_version 2.1.10 +%define dovecot_version 2.1.12 %define dovecot_pigeonhole_docdir %{_docdir}/%{pkg_name}/dovecot-pigeonhole %define with_solr 1 %define with_clucene 1 @@ -83,7 +83,7 @@ Source4: %{pkg_name}.README.SuSE Source5: %{pkg_name}-fw Summary: IMAP and POP3 Server Written Primarily with Security in Mind -License: BSD-3-Clause ; LGPL-2.1+ ; MIT +License: BSD-3-Clause and LGPL-2.1+ and MIT Group: Productivity/Networking/Email/Servers %description @@ -351,8 +351,8 @@ %pre /usr/sbin/groupadd -r %{pkg_name} &>/dev/null || : -/usr/sbin/useradd -o -g %{pkg_name} -s /bin/false -r -c "User for Dovecot imapd" -d %{_var}/run/%{pkg_name} %{pkg_name} &>/dev/null || : -/usr/sbin/useradd -o -g %{pkg_name} -s /bin/false -r -c "User for Dovecot login" -d %{_var}/run/%{pkg_name} dovenull &>/dev/null || : +/usr/sbin/useradd -g %{pkg_name} -s /bin/false -r -c "User for Dovecot imapd" -d %{_var}/run/%{pkg_name} %{pkg_name} &>/dev/null || : +/usr/sbin/useradd -g %{pkg_name} -s /bin/false -r -c "User for Dovecot login" -d %{_var}/run/%{pkg_name} dovenull &>/dev/null || : %if 0%{?has_systemd} %service_add_pre %{pkg_name}.service %{pkg_name}.socket %endif ++++++ dovecot-2.1.10.tar.bz2 -> dovecot-2.1.12.tar.bz2 ++++++ ++++ 17083 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
