From b639eacaef9c69d5c22b12086612255ec05e98be Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Mon, 31 May 2010 11:04:50 +0000 Subject: [PATCH] - 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 --- .cvsignore | 4 ++-- dovecot.spec | 13 ++++++++++--- sources | 4 ++-- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index 15858a3..a89d3fc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ -dovecot-20100515.tar.gz -pigeonhole-snapd84aaca546b9.tar.bz2 +dovecot-20100529.tar.gz +pigeonhole-snapb877a1db00a5.tar.bz2 diff --git a/dovecot.spec b/dovecot.spec index 4d325c2..b399896 100644 --- a/dovecot.spec +++ b/dovecot.spec @@ -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 - 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 - 1:2.0-0.12.beta5.20100515 - dovenull is unauthorized user, needs own dovenull group diff --git a/sources b/sources index 32f0666..d4f954c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -52b82c8bdbe43931c64fd47199bafeb7 dovecot-20100515.tar.gz -a02d64af5e5177a41bc4f7671ffe0262 pigeonhole-snapd84aaca546b9.tar.bz2 +82e1bcbc8d393871feb792d502255de2 dovecot-20100529.tar.gz +9f7ba2e8b81845cd81e87a4e98df494e pigeonhole-snapb877a1db00a5.tar.bz2