dovecot updated to 2.0.15
v2.0.14: Index reading could have eaten a lot of memory in some situations mbox: Fixed crash during mail delivery when mailbox didn't yet have GUID assigned to it. zlib+mbox: Fetching last message from compressed mailboxes crashed.
This commit is contained in:
parent
8ad0092ca6
commit
0793b6f487
1
.gitignore
vendored
1
.gitignore
vendored
@ -29,3 +29,4 @@ pigeonhole-snap0592366457df.tar.bz2
|
|||||||
/dovecot-2.0-pigeonhole-0.2.3.tar.gz
|
/dovecot-2.0-pigeonhole-0.2.3.tar.gz
|
||||||
/dovecot-2.0.13.tar.gz
|
/dovecot-2.0.13.tar.gz
|
||||||
/dovecot-2.0.14.tar.gz
|
/dovecot-2.0.14.tar.gz
|
||||||
|
/dovecot-2.0.15.tar.gz
|
||||||
|
12
dovecot.spec
12
dovecot.spec
@ -1,8 +1,8 @@
|
|||||||
Summary: Secure imap and pop3 server
|
Summary: Secure imap and pop3 server
|
||||||
Name: dovecot
|
Name: dovecot
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.0.14
|
Version: 2.0.15
|
||||||
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
|
||||||
@ -399,6 +399,14 @@ make check
|
|||||||
%{_libdir}/%{name}/dict/libdriver_pgsql.so
|
%{_libdir}/%{name}/dict/libdriver_pgsql.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 19 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.15-1
|
||||||
|
- dovecot updated to 2.0.15
|
||||||
|
- v2.0.14: Index reading could have eaten a lot of memory in some
|
||||||
|
situations
|
||||||
|
- mbox: Fixed crash during mail delivery when mailbox didn't yet have
|
||||||
|
GUID assigned to it.
|
||||||
|
- zlib+mbox: Fetching last message from compressed mailboxes crashed.
|
||||||
|
|
||||||
* Tue Sep 13 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.14-2
|
* Tue Sep 13 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.14-2
|
||||||
- do not enable insecure connections by default
|
- do not enable insecure connections by default
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user