dovecot updated to 2.2.3
- IMAP: If subject contained only whitespace, Dovecot returned an ENVELOPE reply with a huge literal value, effectively causing the IMAP client to wait for more data forever. - IMAP: Various URLAUTH fixes. - imapc: Various bugfixes and improvements - pop3c: Various fixes to make it work in dsync (without imapc) - dsync: Fixes to syncing subscriptions. Fixes to syncing mailbox renames.
This commit is contained in:
parent
d3f632547a
commit
b88813508d
1
.gitignore
vendored
1
.gitignore
vendored
@ -67,3 +67,4 @@ pigeonhole-snap0592366457df.tar.bz2
|
|||||||
/pigeonhole-snape42a38f02d28.tar.bz2
|
/pigeonhole-snape42a38f02d28.tar.bz2
|
||||||
/dovecot-2.2-pigeonhole-0.4.0.tar.gz
|
/dovecot-2.2-pigeonhole-0.4.0.tar.gz
|
||||||
/dovecot-2.2.2.tar.gz
|
/dovecot-2.2.2.tar.gz
|
||||||
|
/dovecot-2.2.3.tar.gz
|
||||||
|
15
dovecot.spec
15
dovecot.spec
@ -3,9 +3,9 @@
|
|||||||
Summary: Secure imap and pop3 server
|
Summary: Secure imap and pop3 server
|
||||||
Name: dovecot
|
Name: dovecot
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.2.2
|
Version: 2.2.3
|
||||||
%global prever %{nil}
|
%global prever %{nil}
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
#dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
|
#dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
|
||||||
License: MIT and LGPLv2
|
License: MIT and LGPLv2
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -484,6 +484,17 @@ make check
|
|||||||
%{_libdir}/%{name}/dict/libdriver_pgsql.so
|
%{_libdir}/%{name}/dict/libdriver_pgsql.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 17 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.3-1
|
||||||
|
- dovecot updated to 2.2.3
|
||||||
|
- IMAP: If subject contained only whitespace, Dovecot returned an
|
||||||
|
ENVELOPE reply with a huge literal value, effectively causing the
|
||||||
|
IMAP client to wait for more data forever.
|
||||||
|
- IMAP: Various URLAUTH fixes.
|
||||||
|
- imapc: Various bugfixes and improvements
|
||||||
|
- pop3c: Various fixes to make it work in dsync (without imapc)
|
||||||
|
- dsync: Fixes to syncing subscriptions. Fixes to syncing mailbox
|
||||||
|
renames.
|
||||||
|
|
||||||
* Tue May 21 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.2-2
|
* Tue May 21 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.2-2
|
||||||
- fix location of tmpfiles configuration (#964448)
|
- fix location of tmpfiles configuration (#964448)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user