pigeonhole updated to 0.4.12
- multiscript: Fixed bug in handling of (implicit) keep; final keep action was always executed as though there was a failure. - managesieve-login: Fixed proxy to allow SASL mechanisms other than PLAIN. - ldap storage: Prevent segfault occurring when assigning certain (global) configuration options.
This commit is contained in:
parent
c1158c6c59
commit
6c7ce94860
1
.gitignore
vendored
1
.gitignore
vendored
@ -96,3 +96,4 @@ pigeonhole-snap0592366457df.tar.bz2
|
|||||||
/dovecot-2.2.21.tar.gz
|
/dovecot-2.2.21.tar.gz
|
||||||
/dovecot-2.2-pigeonhole-0.4.10.tar.gz
|
/dovecot-2.2-pigeonhole-0.4.10.tar.gz
|
||||||
/dovecot-2.2-pigeonhole-0.4.11.tar.gz
|
/dovecot-2.2-pigeonhole-0.4.11.tar.gz
|
||||||
|
/dovecot-2.2-pigeonhole-0.4.12.tar.gz
|
||||||
|
12
dovecot.spec
12
dovecot.spec
@ -5,7 +5,7 @@ Name: dovecot
|
|||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.2.21
|
Version: 2.2.21
|
||||||
%global prever %{nil}
|
%global prever %{nil}
|
||||||
Release: 3%{?dist}
|
Release: 4%{?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
|
||||||
@ -14,7 +14,7 @@ URL: http://www.dovecot.org/
|
|||||||
Source: http://www.dovecot.org/releases/2.2/%{name}-%{version}%{?prever}.tar.gz
|
Source: http://www.dovecot.org/releases/2.2/%{name}-%{version}%{?prever}.tar.gz
|
||||||
Source1: dovecot.init
|
Source1: dovecot.init
|
||||||
Source2: dovecot.pam
|
Source2: dovecot.pam
|
||||||
%global pigeonholever 0.4.11
|
%global pigeonholever 0.4.12
|
||||||
Source8: http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-%{pigeonholever}.tar.gz
|
Source8: http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-%{pigeonholever}.tar.gz
|
||||||
Source9: dovecot.sysconfig
|
Source9: dovecot.sysconfig
|
||||||
Source10: dovecot.tmpfilesd
|
Source10: dovecot.tmpfilesd
|
||||||
@ -479,6 +479,14 @@ make check
|
|||||||
%{_libdir}/%{name}/dict/libdriver_pgsql.so
|
%{_libdir}/%{name}/dict/libdriver_pgsql.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 08 2016 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.21-4
|
||||||
|
- pigeonhole updated to 0.4.12
|
||||||
|
- multiscript: Fixed bug in handling of (implicit) keep; final keep action was
|
||||||
|
always executed as though there was a failure.
|
||||||
|
- managesieve-login: Fixed proxy to allow SASL mechanisms other than PLAIN.
|
||||||
|
- ldap storage: Prevent segfault occurring when assigning certain (global)
|
||||||
|
configuration options.
|
||||||
|
|
||||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.2.21-3
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.2.21-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user