diff --git a/.gitignore b/.gitignore index 3ce4c75..275d452 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,4 @@ pigeonhole-snap0592366457df.tar.bz2 /dovecot-2.2-pigeonhole-0.4.13.tar.gz /dovecot-2.2.24.tar.gz /dovecot-2.2-pigeonhole-0.4.14.tar.gz +/dovecot-2.2.25.tar.gz diff --git a/dovecot.spec b/dovecot.spec index 2e77910..e94eda0 100644 --- a/dovecot.spec +++ b/dovecot.spec @@ -3,7 +3,7 @@ Summary: Secure imap and pop3 server Name: dovecot Epoch: 1 -Version: 2.2.24 +Version: 2.2.25 %global prever %{nil} Release: 1%{?dist} #dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2 @@ -412,11 +412,13 @@ make check %{_libdir}/dovecot/auth/libmech_gssapi.so %{_libdir}/dovecot/auth/libdriver_sqlite.so %{_libdir}/dovecot/dict/libdriver_sqlite.so +%{_libdir}/dovecot/dict/libdict_ldap.so %{_libdir}/dovecot/stats/libstats_auth.so %{_libdir}/dovecot/stats/libstats_mail.so %{_libdir}/dovecot/libdriver_sqlite.so %{_libdir}/dovecot/libssl_iostream_openssl.so %{_libdir}/dovecot/libfs_compress.so +%{_libdir}/dovecot/libdcrypt_openssl.so %dir %{_libdir}/dovecot/settings %{_libexecdir}/%{name} @@ -479,6 +481,19 @@ make check %{_libdir}/%{name}/dict/libdriver_pgsql.so %changelog +* Mon Jul 04 2016 Michal Hlavinka - 1:2.2.25-1 +- dovecot updated to 2.2.25 +- doveadm backup was sometimes deleting entire mailboxes unnecessarily. +- doveadm: Command -parameters weren't being sent to doveadm-server. +- if dovecot.index read failed e.g. because mmap() reached VSZ limit, + an empty index could have been opened instead, corrupting the + mailbox state. +- lazy-expunge: Fixed a crash when copying failed. Various other fixes. +- fts-lucene: Fixed crash on index rescan. +- dict-ldap: Various fixes +- dict-sql: NULL values crashed. Now they're treated as "not found". + + * Wed Apr 27 2016 Michal Hlavinka - 1:2.2.24-1 - dovecot updated to 2.2.24 - Huge header lines could have caused Dovecot to use too much memory diff --git a/sources b/sources index 60a177b..696c213 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -91576b3411b436234ca5f63e1bbab60d dovecot-2.2.24.tar.gz +8f62ea76489c47c369cbbe0b19818448 dovecot-2.2.25.tar.gz 27e47fb731f2948d6905b12b6184705f dovecot-2.2-pigeonhole-0.4.14.tar.gz