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:
Michal Hlavinka 2016-02-08 16:46:41 +01:00
parent c1158c6c59
commit 6c7ce94860
3 changed files with 12 additions and 3 deletions

1
.gitignore vendored
View File

@ -96,3 +96,4 @@ pigeonhole-snap0592366457df.tar.bz2
/dovecot-2.2.21.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.12.tar.gz

View File

@ -5,7 +5,7 @@ Name: dovecot
Epoch: 1
Version: 2.2.21
%global prever %{nil}
Release: 3%{?dist}
Release: 4%{?dist}
#dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
License: MIT and LGPLv2
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
Source1: dovecot.init
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
Source9: dovecot.sysconfig
Source10: dovecot.tmpfilesd
@ -479,6 +479,14 @@ make check
%{_libdir}/%{name}/dict/libdriver_pgsql.so
%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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1,2 +1,2 @@
28c39ab78a20f00701c26960d9190cf0 dovecot-2.2.21.tar.gz
e48e36501ae48fc48ff47b3a4398a641 dovecot-2.2-pigeonhole-0.4.11.tar.gz
eb96e65be62c71f987a3b5ad2d782b7b dovecot-2.2-pigeonhole-0.4.12.tar.gz