- dovecot updated to 2.0.3

- dovecot-lda: Removed use of non-standard Envelope-To: header as
  a default for -a
- dsync: Fixed handling \Noselect mailboxes
- Fixed an infinite loop introduced by v2.0.2's message parser changes.
- Fixed a crash introduced by v2.0.2's istream-crlf changes.
This commit is contained in:
Michal Hlavinka 2010-09-20 13:17:43 +02:00
parent 3abc14bbe9
commit 2278a254ef
3 changed files with 14 additions and 4 deletions

2
.gitignore vendored
View File

@ -10,3 +10,5 @@ pigeonhole-snap0592366457df.tar.bz2
/pigeonhole-snapd51650c8af85.tar.bz2 /pigeonhole-snapd51650c8af85.tar.bz2
/dovecot-2.0.2.tar.gz /dovecot-2.0.2.tar.gz
/pigeonhole-snapfbcb05e7eda1.tar.bz2 /pigeonhole-snapfbcb05e7eda1.tar.bz2
/dovecot-2.0.3.tar.gz
/pigeonhole-snapcb4c1ebecff3.tar.bz2

View File

@ -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.0.2 Version: 2.0.3
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
License: MIT and LGPLv2 License: MIT and LGPLv2
@ -15,7 +15,7 @@ Source1: dovecot.init
Source2: dovecot.pam Source2: dovecot.pam
#Source8: http://hg.rename-it.nl/dovecot-2.0-pigeonhole/archive/tip.tar.bz2 #Source8: http://hg.rename-it.nl/dovecot-2.0-pigeonhole/archive/tip.tar.bz2
#we use this ^^^ repository snapshost just renamed to contain last commit in name #we use this ^^^ repository snapshost just renamed to contain last commit in name
%global phsnap fbcb05e7eda1 %global phsnap cb4c1ebecff3
Source8: pigeonhole-snap%{phsnap}.tar.bz2 Source8: pigeonhole-snap%{phsnap}.tar.bz2
Source9: dovecot.sysconfig Source9: dovecot.sysconfig
@ -361,6 +361,14 @@ make check
%{_libdir}/%{name}/dict/libdriver_pgsql.so %{_libdir}/%{name}/dict/libdriver_pgsql.so
%changelog %changelog
* Mon Sep 20 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.3-1
- dovecot updated to 2.0.3
- dovecot-lda: Removed use of non-standard Envelope-To: header as
a default for -a
- dsync: Fixed handling \Noselect mailboxes
- Fixed an infinite loop introduced by v2.0.2's message parser changes.
- Fixed a crash introduced by v2.0.2's istream-crlf changes.
* Thu Sep 16 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.2-1 * Thu Sep 16 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.2-1
- dovecot updated - dovecot updated
- vpopmail support is disabled for now, since it's broken. You can use - vpopmail support is disabled for now, since it's broken. You can use

View File

@ -1,2 +1,2 @@
e6386f44d027bd3f3f21400e162cf4f6 dovecot-2.0.2.tar.gz c0c72dd57071593ff3a6a452fcee6a03 dovecot-2.0.3.tar.gz
3a086205e6f44a84e4859098689c1ab2 pigeonhole-snapfbcb05e7eda1.tar.bz2 602bd1c040634e21481bdf71ff1c0d4f pigeonhole-snapcb4c1ebecff3.tar.bz2