dovecot updated to 2.1.10, pigeonhole updated to 0.3.3

- director: In some conditions director may have disconnected from
  another director (without logging about it), thinking it was sending
  invalid data.
- imap: Various fixes to listing mailboxes.
- login processes crashed if there were a lot of local {} or remote {}
  settings blocks.
This commit is contained in:
Michal Hlavinka 2012-09-19 12:08:01 +02:00
parent c626a1d895
commit 03b4bb7134
3 changed files with 16 additions and 5 deletions

2
.gitignore vendored
View File

@ -52,3 +52,5 @@ pigeonhole-snap0592366457df.tar.bz2
/dovecot-2.1.8.tar.gz /dovecot-2.1.8.tar.gz
/dovecot-2.1-pigeonhole-0.3.1.tar.gz /dovecot-2.1-pigeonhole-0.3.1.tar.gz
/dovecot-2.1.9.tar.gz /dovecot-2.1.9.tar.gz
/dovecot-2.1.10.tar.gz
/dovecot-2.1-pigeonhole-0.3.3.tar.gz

View File

@ -1,9 +1,9 @@
Summary: Secure imap and pop3 server Summary: Secure imap and pop3 server
Name: dovecot Name: dovecot
Epoch: 1 Epoch: 1
Version: 2.1.9 Version: 2.1.10
#global prever .rc6 #global prever .rc6
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
@ -12,7 +12,7 @@ URL: http://www.dovecot.org/
Source: http://www.dovecot.org/releases/2.1/%{name}-%{version}%{?prever}.tar.gz Source: http://www.dovecot.org/releases/2.1/%{name}-%{version}%{?prever}.tar.gz
Source1: dovecot.init Source1: dovecot.init
Source2: dovecot.pam Source2: dovecot.pam
%global pigeonholever 0.3.1 %global pigeonholever 0.3.3
Source8: http://www.rename-it.nl/dovecot/2.1/dovecot-2.1-pigeonhole-%{pigeonholever}.tar.gz Source8: http://www.rename-it.nl/dovecot/2.1/dovecot-2.1-pigeonhole-%{pigeonholever}.tar.gz
#wget http://hg.rename-it.nl/dovecot-2.1-pigeonhole/archive/%{pigeonholever}.tar.bz2 -O dovecot-2.1-pigeonhole-%{pigeonholever}.tar.bz2 #wget http://hg.rename-it.nl/dovecot-2.1-pigeonhole/archive/%{pigeonholever}.tar.bz2 -O dovecot-2.1-pigeonhole-%{pigeonholever}.tar.bz2
#Source8: dovecot-2.1-pigeonhole-%{pigeonholever}.tar.bz2 #Source8: dovecot-2.1-pigeonhole-%{pigeonholever}.tar.bz2
@ -460,6 +460,15 @@ make check
%{_libdir}/%{name}/dict/libdriver_pgsql.so %{_libdir}/%{name}/dict/libdriver_pgsql.so
%changelog %changelog
* Wed Sep 19 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.10-1
- dovecot updated to 2.1.10, pigeonhole updated to 0.3.3
- director: In some conditions director may have disconnected from
another director (without logging about it), thinking it was sending
invalid data.
- imap: Various fixes to listing mailboxes.
- login processes crashed if there were a lot of local {} or remote {}
settings blocks.
* Fri Aug 24 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.9-2 * Fri Aug 24 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:2.1.9-2
- use new systemd rpm macros (#851238) - use new systemd rpm macros (#851238)

View File

@ -1,2 +1,2 @@
3cb45a55c011a2f8599ad70ccfaaf8f5 dovecot-2.1.9.tar.gz a5a4b3c444cf37e2c6bb6df3af87e18e dovecot-2.1.10.tar.gz
b834fc48b94a79178b707352bd16c881 dovecot-2.1-pigeonhole-0.3.1.tar.gz 36a2a5dd68c18f28f653c44abb2e0e9b dovecot-2.1-pigeonhole-0.3.3.tar.gz