pigeonhole updated

This commit is contained in:
Michal Hlavinka 2011-04-15 09:50:48 +02:00
parent e597886c59
commit fcd3b0e93b
3 changed files with 12 additions and 3 deletions

1
.gitignore vendored
View File

@ -26,3 +26,4 @@ pigeonhole-snap0592366457df.tar.bz2
/dovecot-2.0.9.tar.gz
/dovecot-2.0.11.tar.gz
/dovecot-2.0.12.tar.gz
/dovecot-2.0-pigeonhole-0.2.3.tar.gz

View File

@ -2,7 +2,7 @@ Summary: Secure imap and pop3 server
Name: dovecot
Epoch: 1
Version: 2.0.12
Release: 1%{?dist}
Release: 2%{?dist}
#dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
License: MIT and LGPLv2
Group: System Environment/Daemons
@ -13,7 +13,7 @@ URL: http://www.dovecot.org/
Source: http://www.dovecot.org/releases/2.0/%{name}-%{version}.tar.gz
Source1: dovecot.init
Source2: dovecot.pam
%global pigeonholever 0.2.2
%global pigeonholever 0.2.3
Source8: http://www.rename-it.nl/dovecot/2.0/dovecot-2.0-pigeonhole-%{pigeonholever}.tar.gz
Source9: dovecot.sysconfig
Source10: dovecot.tmpfilesd
@ -394,6 +394,14 @@ make check
%{_libdir}/%{name}/dict/libdriver_pgsql.so
%changelog
* Fri Apr 15 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.12-2
- pigeonhole updated to 0.2.3, which includes:
- managesieve: fixed bug in UTF-8 checking of string values
- sieve command line tools now avoid initializing the mail store unless necessary
- removed header MIME-decoding to fix erroneous address parsing
- fixed segfault bug in extension configuration, triggered when unknown
extension is mentioned in sieve_extensions setting.
* Wed Apr 13 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0.12-1
- dbox: Fixes to handling external attachments
- dsync: More fixes to avoid hanging with remote syncs

View File

@ -1,2 +1,2 @@
689e1a8863d4fb2fd252e1a6121dd181 dovecot-2.0.12.tar.gz
23b9be534c62257a0d049b1370f11a99 dovecot-2.0-pigeonhole-0.2.2.tar.gz
336cbb2073b48119d968fad7de89817a dovecot-2.0-pigeonhole-0.2.3.tar.gz