- dovecot and pigeonhole updated

- enable solr fulltext search
- master: Fixed crash on config reload
- lib-storage: Don't assert-crash when copying a mail fails
This commit is contained in:
Michal Hlavinka 2010-05-31 11:04:50 +00:00
parent 55784cfba6
commit b639eacaef
3 changed files with 14 additions and 7 deletions

View File

@ -1,2 +1,2 @@
dovecot-20100515.tar.gz
pigeonhole-snapd84aaca546b9.tar.bz2
dovecot-20100529.tar.gz
pigeonhole-snapb877a1db00a5.tar.bz2

View File

@ -1,11 +1,11 @@
%global betasuffix .beta5
%global snapsuffix 20100515
%global snapsuffix 20100529
Summary: Secure imap and pop3 server
Name: dovecot
Epoch: 1
Version: 2.0
Release: 0.12%{?betasuffix}.%{?snapsuffix}%{?dist}
Release: 0.13%{?betasuffix}.%{?snapsuffix}%{?dist}
#dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
License: MIT and LGPLv2
Group: System Environment/Daemons
@ -20,7 +20,7 @@ Source1: dovecot.init
Source2: dovecot.pam
#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
%global phsnap d84aaca546b9
%global phsnap b877a1db00a5
Source8: pigeonhole-snap%{phsnap}.tar.bz2
Source9: dovecot.sysconfig
@ -139,6 +139,7 @@ automake --add-missing --copy --force-missing
--with-libcap \
--with-ssl=openssl \
--with-ssldir=%{ssldir} \
--with-solr \
--with-docs
sed -i 's|/etc/ssl|/etc/pki/dovecot|' doc/mkcert.sh doc/example-config/conf.d/10-ssl.conf
@ -372,6 +373,12 @@ make check
%{_libdir}/%{name}/dict/libdriver_pgsql.so
%changelog
* Mon May 31 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.13.beta5.20100529
- dovecot and pigeonhole updated
- enable solr fulltext search
- master: Fixed crash on config reload
- lib-storage: Don't assert-crash when copying a mail fails
* Tue May 18 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.12.beta5.20100515
- dovenull is unauthorized user, needs own dovenull group

View File

@ -1,2 +1,2 @@
52b82c8bdbe43931c64fd47199bafeb7 dovecot-20100515.tar.gz
a02d64af5e5177a41bc4f7671ffe0262 pigeonhole-snapd84aaca546b9.tar.bz2
82e1bcbc8d393871feb792d502255de2 dovecot-20100529.tar.gz
9f7ba2e8b81845cd81e87a4e98df494e pigeonhole-snapb877a1db00a5.tar.bz2