dovecot updated to 2.1.1
- acl plugin + autocreated mailboxes crashed when listing mailboxes - doveadm force-resync: Don't skip autocreated mailboxes (especially INBOX). - If process runs out of fds, stop listening for new connections only temporarily, not permanently (avoids hangs with process_limit=1 services) - auth: passdb imap crashed for non-login authentication (e.g. smtp).
This commit is contained in:
parent
b46f20ae5c
commit
bc52ceb4b5
2
.gitignore
vendored
2
.gitignore
vendored
@ -40,3 +40,5 @@ pigeonhole-snap0592366457df.tar.bz2
|
|||||||
/dovecot-2.1-pigeonhole-b2a456e15ed5.tar.bz2
|
/dovecot-2.1-pigeonhole-b2a456e15ed5.tar.bz2
|
||||||
/dovecot-2.1.0.tar.gz
|
/dovecot-2.1.0.tar.gz
|
||||||
/dovecot-2.1-pigeonhole-0.3.0.tar.gz
|
/dovecot-2.1-pigeonhole-0.3.0.tar.gz
|
||||||
|
/dovecot-2.1.1.tar.gz
|
||||||
|
/pigeonhole-snap67950c9d3675.tar.bz2
|
||||||
|
13
dovecot.spec
13
dovecot.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Secure imap and pop3 server
|
Summary: Secure imap and pop3 server
|
||||||
Name: dovecot
|
Name: dovecot
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.1.0
|
Version: 2.1.1
|
||||||
#global prever .rc6
|
#global prever .rc6
|
||||||
Release: 1%{?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
|
||||||
@ -424,6 +424,17 @@ make check
|
|||||||
%{_libdir}/%{name}/dict/libdriver_pgsql.so
|
%{_libdir}/%{name}/dict/libdriver_pgsql.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 24 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.1-1
|
||||||
|
- dovecot updated to 2.1.1
|
||||||
|
- acl plugin + autocreated mailboxes crashed when listing mailboxes
|
||||||
|
- doveadm force-resync: Don't skip autocreated mailboxes (especially
|
||||||
|
INBOX).
|
||||||
|
- If process runs out of fds, stop listening for new connections only
|
||||||
|
temporarily, not permanently (avoids hangs with process_limit=1
|
||||||
|
services)
|
||||||
|
- auth: passdb imap crashed for non-login authentication (e.g. smtp).
|
||||||
|
|
||||||
|
|
||||||
* Mon Feb 20 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.0-1
|
* Mon Feb 20 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.0-1
|
||||||
- updated to 2.1.0 (no major changes since .rc6)
|
- updated to 2.1.0 (no major changes since .rc6)
|
||||||
- include pigeonhole doc files (NEWS, README, ...)
|
- include pigeonhole doc files (NEWS, README, ...)
|
||||||
|
3
sources
3
sources
@ -1,2 +1,3 @@
|
|||||||
32a52cc45bf099bbb537b46052d23014 dovecot-2.1.0.tar.gz
|
db41a4de848d2bc834c30af0eb5575fd dovecot-2.1.1.tar.gz
|
||||||
a3e19701b775bfe1d8059c1dffd43f80 dovecot-2.1-pigeonhole-0.3.0.tar.gz
|
a3e19701b775bfe1d8059c1dffd43f80 dovecot-2.1-pigeonhole-0.3.0.tar.gz
|
||||||
|
fe42ad28dfda1605c016a5014aa11375 pigeonhole-snap67950c9d3675.tar.bz2
|
||||||
|
Loading…
Reference in New Issue
Block a user