update sieve and managesieve

This commit is contained in:
Michal Hlavinka 2010-01-25 14:44:00 +00:00
parent cf3aa897c1
commit d9e67b590b
3 changed files with 32 additions and 10 deletions

View File

@ -1,4 +1,4 @@
dovecot-1.2.10.tar.gz
dovecot-1.2-managesieve-0.11.10.tar.gz
dovecot-1.2.9-managesieve-0.11.10.diff.gz
dovecot-1.2-sieve-0.1.14.tar.gz
dovecot-1.2-managesieve-0.11.11.tar.gz
dovecot-1.2.10-managesieve-0.11.11.diff.gz
dovecot-1.2-sieve-0.1.15.tar.gz

View File

@ -2,7 +2,7 @@ Summary: Secure imap and pop3 server
Name: dovecot
Epoch: 1
Version: 1.2.10
Release: 1%{?dist}
Release: 2%{?dist}
#dovecot itself is MIT, a few sources are PD, (manage)sieve is LGPLv2, perfect_maildir.pl is GPLv2+
License: MIT and LGPLv2 and GPLv2+
Group: System Environment/Daemons
@ -15,10 +15,10 @@ Group: System Environment/Daemons
%define build_sieve 1
%define build_managesieve 1
%define ver4mansieve 1.2.9
%define sieve_version 0.1.14
%define ver4mansieve 1.2.10
%define sieve_version 0.1.15
%define sieve_name dovecot-1.2-sieve
%define managesieve_version 0.11.10
%define managesieve_version 0.11.11
%define managesieve_name dovecot-1.2-managesieve
%if %{?fedora}00%{?rhel} < 6
@ -462,6 +462,28 @@ fi
%changelog
* Mon Jan 25 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.10-2
- updated sive and managesieve
- Added preliminary support for Sieve plugins and added support for
installing Sieve development headers
- Variables extension: added support for variable namespaces.
- Added configurable script size limit. Compiler will refuse to
compile files larger than sieve_max_script_size.
- Fixed a bug in the i;ascii-numeric comparator. If one of the
strings started with a non-digit character, the comparator would
always yield less-than.
- Imap4flags extension: fixed bug in removeflag: removing a single
flag failed due to off-by-one error (bug report by Julian Cowley).
- Fixed parser recovery. In particular cases it would trigger spurious
errors after an initial valid error and sometimes additional errors
were inappropriately ignored.
- Implemented ManageSieve QUOTA enforcement.
- Added MAXREDIRECTS capability after login.
- Implemented new script name rules specified in most recent
ManageSieve draft.
- Fixed assertion failure occuring with challenge-response SASL
mechanisms.
* Mon Jan 25 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.10-1
- updated to 1.2.10
- %%variables now support %%{host}, %%{pid} and %%{env:ENVIRONMENT_NAME}

View File

@ -1,4 +1,4 @@
b7d0081b17ff6afae85e8dc14157fa57 dovecot-1.2.10.tar.gz
ea1e931fd0e4a8b6789a9d671a5a6676 dovecot-1.2-managesieve-0.11.10.tar.gz
926f5a3d98130514799fc4bda1b45f5b dovecot-1.2.9-managesieve-0.11.10.diff.gz
01a92883fde76a5f985b0343e81b0c3d dovecot-1.2-sieve-0.1.14.tar.gz
32ba8d47a3695f8514bd2c2bf7348f96 dovecot-1.2-managesieve-0.11.11.tar.gz
fdded98aa79ca0dffcc6705251eb06bf dovecot-1.2.10-managesieve-0.11.11.diff.gz
2246fbbcf304d3ec1df0db2d091fe05a dovecot-1.2-sieve-0.1.15.tar.gz