pigeonhole updated to 0.4.20
Made the retention period for redirect duplicate identifiers configurable. Changed the default retention period from 24 to 12 hours. sieve-filter: Fixed memory leak: forgot to clean up script binary at end of execution managesieve-login: Fixed handling of AUTHENTICATE command. A second authenticate command would be parsed wrong.
This commit is contained in:
parent
2d992c6f39
commit
e0034abe1a
1
.gitignore
vendored
1
.gitignore
vendored
@ -116,3 +116,4 @@ pigeonhole-snap0592366457df.tar.bz2
|
||||
/dovecot-2.2.31.tar.gz
|
||||
/dovecot-2.2-pigeonhole-0.4.19.tar.gz
|
||||
/dovecot-2.2.32.tar.gz
|
||||
/dovecot-2.2-pigeonhole-0.4.20.tar.gz
|
||||
|
13
dovecot.spec
13
dovecot.spec
@ -5,7 +5,7 @@ Name: dovecot
|
||||
Epoch: 1
|
||||
Version: 2.2.32
|
||||
%global prever %{nil}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?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.19
|
||||
%global pigeonholever 0.4.20
|
||||
Source8: http://pigeonhole.dovecot.org/releases/2.2/dovecot-2.2-pigeonhole-%{pigeonholever}.tar.gz
|
||||
Source9: dovecot.sysconfig
|
||||
Source10: dovecot.tmpfilesd
|
||||
@ -490,6 +490,15 @@ make check
|
||||
%{_libdir}/%{name}/dict/libdriver_pgsql.so
|
||||
|
||||
%changelog
|
||||
* Mon Aug 28 2017 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.32-2
|
||||
- pigeonhole updated to 0.4.20
|
||||
- Made the retention period for redirect duplicate identifiers
|
||||
configurable. Changed the default retention period from 24 to 12 hours.
|
||||
- sieve-filter: Fixed memory leak: forgot to clean up script binary at
|
||||
end of execution
|
||||
- managesieve-login: Fixed handling of AUTHENTICATE command. A second
|
||||
authenticate command would be parsed wrong.
|
||||
|
||||
* Fri Aug 25 2017 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.32-1
|
||||
- dovecot updated to 2.2.32
|
||||
- Modseq tracking didn't always work correctly. This could have caused
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (dovecot-2.2.32.tar.gz) = a26ce763fdea7d72ff9801d3b7d57a1f0d00278e4a1aa60d1be070fe5a6d2c6a15f266a519119492bee7a3e7a6b7d0732e9879e5c5841adbab8c0952cd1b7c7c
|
||||
SHA512 (dovecot-2.2-pigeonhole-0.4.19.tar.gz) = c1211a3c65b25995770309c427ec5cd888ddb962f2f64884640163b492a11ffa8937aac1eb66d25e48f0e00131da1cc98c1cb307781576780de47b8816333ff1
|
||||
SHA512 (dovecot-2.2-pigeonhole-0.4.20.tar.gz) = 84a28842be206e05cb96c07cf1c1b62c9c378ba4c952caa47cf79a44b9428e076f4182eadd9c4fb8f45d3605b881f91e8e520c41705017ac4039240d4bcace39
|
||||
|
Loading…
Reference in New Issue
Block a user