[dovecot/f12/master] - updated to dovecot 1.2.15, sieve 0.1.18, managesieve 0.11.12 - acl: Fixed the logic of merging mul

Michal Hlavinka mhlavink at fedoraproject.org
Tue Oct 5 07:02:03 UTC 2010


commit 142c5ee7f9dd4ab05a9c7806f365da01fa462559
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Tue Oct 5 09:02:08 2010 +0200

    - updated to dovecot 1.2.15, sieve 0.1.18, managesieve 0.11.12
    - acl: Fixed the logic of merging multiple ACL entries
    - acl: Don't give admin rights to all owner mailboxes
    - Maildir: Fixed potential "Duplicate file entry" in dovecot-uidlist
      file errors.
    - Maildir: Avoid unnecessary uidlist recreation during mail delivery.

 .gitignore   |    8 ++++++++
 dovecot.spec |   38 +++++++++++++++++++++++++++-----------
 sources      |    8 ++++----
 3 files changed, 39 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 57dd4ba..3798bc2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,12 @@
+dovecot-1.2.13.tar.gz
+dovecot-1.2-managesieve-0.11.11.tar.gz
+dovecot-1.2.13-managesieve-0.11.11.diff.gz
+dovecot-1.2-sieve-0.1.17.tar.gz
 /dovecot-1.2.14.tar.gz
 /dovecot-1.2-managesieve-0.11.11.tar.gz
 /dovecot-1.2.13-managesieve-0.11.11.diff.gz
 /dovecot-1.2-sieve-0.1.17.tar.gz
+/dovecot-1.2.15.tar.gz
+/dovecot-1.2-managesieve-0.11.12.tar.gz
+/dovecot-1.2.15-managesieve-0.11.12.diff.gz
+/dovecot-1.2-sieve-0.1.18.tar.gz
diff --git a/dovecot.spec b/dovecot.spec
index b5ea0ed..5d591eb 100644
--- a/dovecot.spec
+++ b/dovecot.spec
@@ -1,16 +1,16 @@
 Summary: Secure imap and pop3 server
 Name: dovecot
 Epoch: 1
-Version: 1.2.14
+Version: 1.2.15
 Release: 1%{?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
 
-%define ver4mansieve 1.2.13
-%define sieve_version 0.1.17
+%define ver4mansieve 1.2.15
+%define sieve_version 0.1.18
 %define sieve_name dovecot-1.2-sieve
-%define managesieve_version 0.11.11
+%define managesieve_version 0.11.12
 %define managesieve_name dovecot-1.2-managesieve
 
 %if %{?fedora}00%{?rhel} < 6
@@ -41,8 +41,6 @@ Patch3: dovecot-1.0.rc7-mkcert-paths.patch
 Obsoletes: dovecot-sqlite < 1:1.2.10-3
 Obsoletes: dovecot-ldap   < 1:1.2.10-3
 Obsoletes: dovecot-gssapi < 1:1.2.10-3
-Provides: dovecot-ldap = %{epoch}:%{version}-%{release}
-Provides: dovecot-sqlite = %{epoch}:%{version}-%{release}
 
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: openssl-devel, pam-devel, zlib-devel, libcap-devel
@@ -52,6 +50,7 @@ BuildRequires: postgresql-devel
 BuildRequires: mysql-devel
 BuildRequires: openldap-devel
 BuildRequires: krb5-devel
+BuildRequires: libcurl-devel expat-devel
 
 # gettext-devel is needed for running autoconf because of the
 # presence of AM_ICONV
@@ -81,8 +80,6 @@ The SQL drivers and authentication plug-ins are in their subpackages.
 Requires: %{name} = %{epoch}:%{version}-%{release}
 Obsoletes: dovecot-sieve < 1:1.2.10-3
 Obsoletes: dovecot-managesieve < 1:1.2.10-3
-Provides: dovecot-sieve = %{epoch}:%{version}-%{release}
-Provides: dovecot-managesieve = %{epoch}:%{version}-%{release}
 Summary: Sieve and managesieve plug-in for dovecot
 Group: System Environment/Daemons
 License: MIT and LGPLv2
@@ -137,7 +134,8 @@ autoreconf -i -f
     --with-ssldir=%{ssldir}      \
     --with-ldap=plugin           \
     --with-gssapi=plugin         \
-    --without-bzlib
+    --without-bzlib              \
+    --with-solr
 
 #mbox bzip2 suport is disabled because it does not work and upstream
 #does not plan to fix it in 1.2.x
@@ -363,6 +361,14 @@ fi
 
 
 %changelog
+* Tue Oct 05 2010 Michal Hlavinka <mhlavink at redhat.com> - 1:1.2.15-1
+- updated to dovecot 1.2.15, sieve 0.1.18, managesieve 0.11.12
+- acl: Fixed the logic of merging multiple ACL entries
+- acl: Don't give admin rights to all owner mailboxes
+- Maildir: Fixed potential "Duplicate file entry" in dovecot-uidlist 
+  file errors.
+- Maildir: Avoid unnecessary uidlist recreation during mail delivery.
+
 * Wed Aug 25 2010 Michal Hlavinka <mhlavink at redhat.com> - 1:1.2.14-1
 - updated to dovecot 1.2.14
 - virtual mailboxes: Added support for IDLE notifications.
@@ -398,6 +404,9 @@ fi
   spam/virustest extensions.
 - Made command line tools return proper exit status upon failure.
 
+* Mon May 31 2010 Michal Hlavinka <mhlavink at redhat.com> - 1:1.2.11-4
+- build with Solr full text search support (#595933)
+
 * Tue Mar 23 2010 Michal Hlavinka <mhlavink at redhat.com> - 1:1.2.11-3
 - reverting last change, mbox bzip2 support is broken and upstream does
   not plan to fix it in dovecot 1.2 
@@ -450,9 +459,11 @@ fi
   "INBOX." prefix.
 - lazy_expunge now ignores non-private namespaces.
 
-* Fri Dec 18 2009 Michal Hlavinka <mhlavink at redhat.com> - 1:1.2.9-1
+* Tue Dec 22 2009 Michal Hlavinka <mhlavink at redhat.com> - 1:1.2.9-2
 - sieve updated to 0.1.14
 - managesieve updated to 0.11.10 
+
+* Fri Dec 18 2009 Michal Hlavinka <mhlavink at redhat.com> - 1:1.2.9-1
 - updated to 1.2.9
 - maildir: When saving, filenames now always contain ,S=<size>.
   Previously this was done only when quota plugin was loaded. It's
@@ -466,9 +477,14 @@ fi
 - virtual: Fixed updating virtual mailbox based on flag changes.
 - fts-squat: Fixed searching multi-byte characters.
 
+* Wed Nov 25 2009 Michal Hlavinka <mhlavink at redhat.com> - 1:1.2.8-4
+- spec cleanup
+
+* Tue Nov 24 2009 Michal Hlavinka <mhlavink at redhat.com> - 1:1.2.8-3
+- fix dovecot's restart after update (#518753)
+
 * Tue Nov 24 2009 Michal Hlavinka <mhlavink at redhat.com> - 1:1.2.8-2
 - fix initdddir typo (for rhel rebuilds)
-- fix dovecot's restart after update (#518753)
 
 * Fri Nov 20 2009 Michal Hlavinka <mhlavink at redhat.com> - 1:1.2.8-1
 - update to dovecot 1.2.8
diff --git a/sources b/sources
index eca38d7..5462f07 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-1fe41e99c1dea311beee6d4d994490cc  dovecot-1.2.14.tar.gz
-32ba8d47a3695f8514bd2c2bf7348f96  dovecot-1.2-managesieve-0.11.11.tar.gz
-b3902b7687061dd12da32311d209c66b  dovecot-1.2.13-managesieve-0.11.11.diff.gz
-ba17a8a08386eb2731793b74317003e2  dovecot-1.2-sieve-0.1.17.tar.gz
+15fe307fe85a87cb7a697655dbab29d0  dovecot-1.2.15.tar.gz
+39e301d9ac8877b5f870e06633406d16  dovecot-1.2-managesieve-0.11.12.tar.gz
+18dad0a072d436d445f013573b6221cf  dovecot-1.2.15-managesieve-0.11.12.diff.gz
+e7f284e0c19452531cd3d7cefe1073dd  dovecot-1.2-sieve-0.1.18.tar.gz


More information about the scm-commits mailing list