- 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:
parent
55784cfba6
commit
b639eacaef
@ -1,2 +1,2 @@
|
|||||||
dovecot-20100515.tar.gz
|
dovecot-20100529.tar.gz
|
||||||
pigeonhole-snapd84aaca546b9.tar.bz2
|
pigeonhole-snapb877a1db00a5.tar.bz2
|
||||||
|
13
dovecot.spec
13
dovecot.spec
@ -1,11 +1,11 @@
|
|||||||
%global betasuffix .beta5
|
%global betasuffix .beta5
|
||||||
%global snapsuffix 20100515
|
%global snapsuffix 20100529
|
||||||
|
|
||||||
Summary: Secure imap and pop3 server
|
Summary: Secure imap and pop3 server
|
||||||
Name: dovecot
|
Name: dovecot
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.0
|
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
|
#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
|
||||||
@ -20,7 +20,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 d84aaca546b9
|
%global phsnap b877a1db00a5
|
||||||
Source8: pigeonhole-snap%{phsnap}.tar.bz2
|
Source8: pigeonhole-snap%{phsnap}.tar.bz2
|
||||||
Source9: dovecot.sysconfig
|
Source9: dovecot.sysconfig
|
||||||
|
|
||||||
@ -139,6 +139,7 @@ automake --add-missing --copy --force-missing
|
|||||||
--with-libcap \
|
--with-libcap \
|
||||||
--with-ssl=openssl \
|
--with-ssl=openssl \
|
||||||
--with-ssldir=%{ssldir} \
|
--with-ssldir=%{ssldir} \
|
||||||
|
--with-solr \
|
||||||
--with-docs
|
--with-docs
|
||||||
|
|
||||||
sed -i 's|/etc/ssl|/etc/pki/dovecot|' doc/mkcert.sh doc/example-config/conf.d/10-ssl.conf
|
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
|
%{_libdir}/%{name}/dict/libdriver_pgsql.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue May 18 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:2.0-0.12.beta5.20100515
|
||||||
- dovenull is unauthorized user, needs own dovenull group
|
- dovenull is unauthorized user, needs own dovenull group
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user