dovecot updated to 2.2.31
Various fixes to handling mailbox listing. Especially related to handling nonexistent autocreated/autosubscribed mailboxes and ACLs. Global ACL file was parsed as if it was local ACL file. This caused some of the ACL rule interactions to not work exactly as intended. Using mail_sort_max_read_count may have caused very high CPU usage. Message address parsing could have crashed on invalid input. imapc_features=fetch-headers wasn't always working correctly and caused the full header to be fetched. imapc: Various bugfixes related to connection failure handling. quota=count: quota_warning = -storage=.. was never executed quota=count: Add support for "ns" parameter dsync: Fix incremental syncing for mails that don't have Date or Message-ID headers. imap: Fix hang when client sends pipelined SEARCH + EXPUNGE/CLOSE/LOGOUT. oauth2: Token validation didn't accept empty server responses. imap: NOTIFY command has been almost completely broken since the beginning. pigeonhole updated to 0.4.19 Fixed bug in handling of implicit keep in some cases. include extension: Fixed segfault that (sometimes) occurred when the global script location was left unconfigured.
This commit is contained in:
parent
e20207d373
commit
7d2c75b7dc
2
.gitignore
vendored
2
.gitignore
vendored
@ -113,3 +113,5 @@ pigeonhole-snap0592366457df.tar.bz2
|
||||
/dovecot-2.2-pigeonhole-0.4.18.tar.gz
|
||||
/dovecot-2.2.30.1.tar.gz
|
||||
/dovecot-2.2.30.2.tar.gz
|
||||
/dovecot-2.2.31.tar.gz
|
||||
/dovecot-2.2-pigeonhole-0.4.19.tar.gz
|
||||
|
29
dovecot.spec
29
dovecot.spec
@ -3,7 +3,7 @@
|
||||
Summary: Secure imap and pop3 server
|
||||
Name: dovecot
|
||||
Epoch: 1
|
||||
Version: 2.2.30.2
|
||||
Version: 2.2.31
|
||||
%global prever %{nil}
|
||||
Release: 1%{?dist}
|
||||
#dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
|
||||
@ -14,7 +14,7 @@ URL: http://www.dovecot.org/
|
||||
Source: http://www.dovecot.org/releases/2.2/%{name}-%{version}%{?prever}.tar.gz
|
||||
Source1: dovecot.init
|
||||
Source2: dovecot.pam
|
||||
%global pigeonholever 0.4.18
|
||||
%global pigeonholever 0.4.19
|
||||
Source8: http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-%{pigeonholever}.tar.gz
|
||||
Source9: dovecot.sysconfig
|
||||
Source10: dovecot.tmpfilesd
|
||||
@ -488,6 +488,31 @@ make check
|
||||
%{_libdir}/%{name}/dict/libdriver_pgsql.so
|
||||
|
||||
%changelog
|
||||
* Tue Jun 27 2017 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.31-1
|
||||
- dovecot updated to 2.2.31
|
||||
- Various fixes to handling mailbox listing. Especially related to
|
||||
handling nonexistent autocreated/autosubscribed mailboxes and ACLs.
|
||||
- Global ACL file was parsed as if it was local ACL file. This caused
|
||||
some of the ACL rule interactions to not work exactly as intended.
|
||||
- Using mail_sort_max_read_count may have caused very high CPU usage.
|
||||
- Message address parsing could have crashed on invalid input.
|
||||
- imapc_features=fetch-headers wasn't always working correctly and
|
||||
caused the full header to be fetched.
|
||||
- imapc: Various bugfixes related to connection failure handling.
|
||||
- quota=count: quota_warning = -storage=.. was never executed
|
||||
- quota=count: Add support for "ns" parameter
|
||||
- dsync: Fix incremental syncing for mails that don't have Date or
|
||||
Message-ID headers.
|
||||
- imap: Fix hang when client sends pipelined SEARCH +
|
||||
EXPUNGE/CLOSE/LOGOUT.
|
||||
- oauth2: Token validation didn't accept empty server responses.
|
||||
- imap: NOTIFY command has been almost completely broken since the
|
||||
beginning.
|
||||
- pigeonhole updated to 0.4.19
|
||||
- Fixed bug in handling of implicit keep in some cases.
|
||||
- include extension: Fixed segfault that (sometimes) occurred when the
|
||||
global script location was left unconfigured.
|
||||
|
||||
* Wed Jun 07 2017 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.30.2-1
|
||||
- dovecot updated to 2.2.30.2
|
||||
- auth: Multiple failed authentications within short time caused crashes
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (dovecot-2.2.30.2.tar.gz) = 740118e3081864234168593bd83f2f5e7b9f5c7cefff3a3a7795369cf791f300c0881fbfacae2c76c0bb42e366ad26e7613c487708d113b19887ebe869d711ea
|
||||
SHA512 (dovecot-2.2-pigeonhole-0.4.18.tar.gz) = 6f49a6a6435b0e4dcbe29f852ce17c016df2f367f5460301a2a2c6bd5f5ba6260b23bfe1c5e78b91c6041554ee67d1ce14ad3adf219505f692c61681d9e70cc4
|
||||
SHA512 (dovecot-2.2.31.tar.gz) = 071797e260a75de9117b03c0fa9d903de82b1f1c039c2aece2d7313587e6673c49174bfce17b80fe3f3725fcbc42ed3a1bd1f1c22efef5bc016752277eff3266
|
||||
SHA512 (dovecot-2.2-pigeonhole-0.4.19.tar.gz) = c1211a3c65b25995770309c427ec5cd888ddb962f2f64884640163b492a11ffa8937aac1eb66d25e48f0e00131da1cc98c1cb307781576780de47b8816333ff1
|
||||
|
Loading…
Reference in New Issue
Block a user