updated to 1.2.3
This commit is contained in:
parent
8899781d12
commit
2bd0f68b28
@ -1,4 +1,4 @@
|
|||||||
dovecot-1.2.2-20090728.tar.gz
|
dovecot-1.2.3.tar.gz
|
||||||
dovecot-1.2-managesieve-0.11.7.tar.gz
|
dovecot-1.2-managesieve-0.11.8.tar.gz
|
||||||
dovecot-1.2.2-managesieve-0.11.7.diff.gz
|
dovecot-1.2.3-managesieve-0.11.8.diff.gz
|
||||||
dovecot-1.2-sieve-0.1.9.tar.gz
|
dovecot-1.2-sieve-0.1.11.tar.gz
|
||||||
|
23
dovecot.spec
23
dovecot.spec
@ -1,8 +1,8 @@
|
|||||||
Summary: Secure imap and pop3 server
|
Summary: Secure imap and pop3 server
|
||||||
Name: dovecot
|
Name: dovecot
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 1.2.2
|
Version: 1.2.3
|
||||||
Release: 1.20090728snap%{?dist}
|
Release: 1%{?dist}
|
||||||
License: MIT and LGPLv2 and BSD with advertising
|
License: MIT and LGPLv2 and BSD with advertising
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
|
|
||||||
@ -14,13 +14,13 @@ Group: System Environment/Daemons
|
|||||||
|
|
||||||
%define build_sieve 1
|
%define build_sieve 1
|
||||||
%define build_managesieve 1
|
%define build_managesieve 1
|
||||||
%define sieve_version 0.1.9
|
%define sieve_version 0.1.11
|
||||||
%define sieve_name dovecot-1.2-sieve
|
%define sieve_name dovecot-1.2-sieve
|
||||||
%define managesieve_version 0.11.7
|
%define managesieve_version 0.11.8
|
||||||
%define managesieve_name dovecot-1.2-managesieve
|
%define managesieve_name dovecot-1.2-managesieve
|
||||||
|
|
||||||
URL: http://www.dovecot.org/
|
URL: http://www.dovecot.org/
|
||||||
Source: http://www.dovecot.org/releases/1.2/%{name}-%{version}-20090728.tar.gz
|
Source: http://www.dovecot.org/releases/1.2/%{name}-%{version}.tar.gz
|
||||||
Source1: dovecot.init
|
Source1: dovecot.init
|
||||||
Source2: dovecot.pam
|
Source2: dovecot.pam
|
||||||
Source3: maildir-migration.txt
|
Source3: maildir-migration.txt
|
||||||
@ -434,6 +434,19 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 10 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.3-1
|
||||||
|
- updated: dovecot 1.2.3, managesieve 0.11.8, sieve 0.1.11
|
||||||
|
- Mailbox names with control characters can't be created anymore.
|
||||||
|
Existing mailboxes can still be accessed though.
|
||||||
|
- Allow namespace prefix to be opened as mailbox, if a mailbox
|
||||||
|
already exists in the root dir.
|
||||||
|
- Maildir: dovecot-uidlist was being recreated every time a mailbox
|
||||||
|
was accessed, even if nothing changed.
|
||||||
|
- listescape plugin was somewhat broken
|
||||||
|
- ldap: Fixed hang when >128 requests were sent at once.
|
||||||
|
- fts_squat: Fixed crashing when searching virtual mailbox.
|
||||||
|
- imap: Fixed THREAD .. INTHREAD crashing.
|
||||||
|
|
||||||
* Tue Jul 28 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.2-1.20090728snap
|
* Tue Jul 28 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:1.2.2-1.20090728snap
|
||||||
- updated to post 1.2.2 snapshot (including post release GSSAPI fix)
|
- updated to post 1.2.2 snapshot (including post release GSSAPI fix)
|
||||||
- Fixed "corrupted index cache file" errors
|
- Fixed "corrupted index cache file" errors
|
||||||
|
8
sources
8
sources
@ -1,4 +1,4 @@
|
|||||||
1b8beec9fa5ba66d7ba0790191e2e2e0 dovecot-1.2.2-20090728.tar.gz
|
28905211d9301022a1ed20df71ad2b08 dovecot-1.2.3.tar.gz
|
||||||
61e84cf3749e3ec1ce1f41e918f1f0b0 dovecot-1.2-managesieve-0.11.7.tar.gz
|
8cebb8ae5aa4ace658f5abfb53357a86 dovecot-1.2-managesieve-0.11.8.tar.gz
|
||||||
b971743cdce359aa0aeb24040a3750ea dovecot-1.2.2-managesieve-0.11.7.diff.gz
|
8753084aa9b4b9a5d85e15013ccc21af dovecot-1.2.3-managesieve-0.11.8.diff.gz
|
||||||
a9a9254def9e9a05105aa56a960ac7fa dovecot-1.2-sieve-0.1.9.tar.gz
|
c9d8a8668707a831710c7fba06a3bc08 dovecot-1.2-sieve-0.1.11.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user