update pigeonhole to 0.4.8

- Fixed problem in address test: erroneously decoded mime-encoded words in
  address headers.
- extprograms plugin: Fixed failure occurring when connecting to script
  service without the need to read back the output from the external program.
- Fixed bug in script storage path normalization occurring with relative
  symbolic links below root.
This commit is contained in:
Michal Hlavinka 2015-05-18 10:26:58 +02:00
parent 554733c72e
commit 00c784df4e
3 changed files with 13 additions and 3 deletions

1
.gitignore vendored
View File

@ -89,3 +89,4 @@ pigeonhole-snap0592366457df.tar.bz2
/dovecot-2.2.17.tar.gz /dovecot-2.2.17.tar.gz
/dovecot-2.2.18.tar.gz /dovecot-2.2.18.tar.gz
/dovecot-2.2-pigeonhole-0.4.7.tar.gz /dovecot-2.2-pigeonhole-0.4.7.tar.gz
/dovecot-2.2-pigeonhole-0.4.8.tar.gz

View File

@ -5,7 +5,7 @@ Name: dovecot
Epoch: 1 Epoch: 1
Version: 2.2.18 Version: 2.2.18
%global prever %{nil} %global prever %{nil}
Release: 1%{?dist} Release: 2%{?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.7 %global pigeonholever 0.4.8
Source8: http://www.rename-it.nl/dovecot/2.2/dovecot-2.2-pigeonhole-%{pigeonholever}.tar.gz Source8: http://www.rename-it.nl/dovecot/2.2/dovecot-2.2-pigeonhole-%{pigeonholever}.tar.gz
#wget http://hg.rename-it.nl/dovecot-2.2-pigeonhole/archive/%{pigeonholever}.tar.bz2 -O dovecot-2.2-pigeonhole-%{pigeonholever}.tar.bz2 #wget http://hg.rename-it.nl/dovecot-2.2-pigeonhole/archive/%{pigeonholever}.tar.bz2 -O dovecot-2.2-pigeonhole-%{pigeonholever}.tar.bz2
#Source8: dovecot-2.2-pigeonhole-%{pigeonholever}.tar.bz2 #Source8: dovecot-2.2-pigeonhole-%{pigeonholever}.tar.bz2
@ -495,6 +495,15 @@ make check
%{_libdir}/%{name}/dict/libdriver_pgsql.so %{_libdir}/%{name}/dict/libdriver_pgsql.so
%changelog %changelog
* Mon May 18 2015 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.18-2
- update pigeonhole to 0.4.8
- Fixed problem in address test: erroneously decoded mime-encoded words in
address headers.
- extprograms plugin: Fixed failure occurring when connecting to script
service without the need to read back the output from the external program.
- Fixed bug in script storage path normalization occurring with relative
symbolic links below root.
* Fri May 15 2015 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.18-1 * Fri May 15 2015 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.18-1
- director: Login UNIX sockets were normally detected as doveadm or - director: Login UNIX sockets were normally detected as doveadm or
director ring sockets, causing it to break in existing installations. director ring sockets, causing it to break in existing installations.

View File

@ -1,2 +1,2 @@
1e42eb3b69544c447ad882d7858f3630 dovecot-2.2.18.tar.gz 1e42eb3b69544c447ad882d7858f3630 dovecot-2.2.18.tar.gz
a98b6e3b7f73959b17ba661ce6bb8886 dovecot-2.2-pigeonhole-0.4.7.tar.gz 3568ede2c3607e239ad9801034ba2a5d dovecot-2.2-pigeonhole-0.4.8.tar.gz