[dovecot/f17] dovecot updated to 2.1.16

Michal Hlavinka mhlavink at fedoraproject.org
Fri Apr 5 12:57:43 UTC 2013


commit 5b2f4122efae82167e5b7192a3b04bae83ae228d
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Fri Apr 5 14:57:37 2013 +0200

    dovecot updated to 2.1.16
    
    - mdbox: Index rebuilding crashed in some situations
    - Fixed a race condition with setting \Recent flags
    - Fixed a crash when decoding a specific message (decoding is done
      for SEARCH TEXT/BODY and with full text search indexing, so this
      couldn't fully DoS a user)

 .gitignore   |    1 +
 dovecot.spec |   13 +++++++++++--
 sources      |    2 +-
 3 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8a903d6..02fc1af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -58,3 +58,4 @@ pigeonhole-snap0592366457df.tar.bz2
 /dovecot-2.1.13.tar.gz
 /dovecot-2.1.14.tar.gz
 /dovecot-2.1.15.tar.gz
+/dovecot-2.1.16.tar.gz
diff --git a/dovecot.spec b/dovecot.spec
index 83f92b5..1a7be2e 100644
--- a/dovecot.spec
+++ b/dovecot.spec
@@ -1,9 +1,10 @@
+%global _hardened_build 1
 Summary: Secure imap and pop3 server
 Name: dovecot
 Epoch: 1
-Version: 2.1.15
+Version: 2.1.16
 #global prever .rc6
-Release: 2%{?dist}
+Release: 1%{?dist}
 #dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
 License: MIT and LGPLv2
 Group: System Environment/Daemons
@@ -447,6 +448,14 @@ make check
 %{_libdir}/%{name}/dict/libdriver_pgsql.so
 
 %changelog
+* Fri Apr 05 2013 Michal Hlavinka <mhlavink at redhat.com> - 1:2.1.16-1
+- dovecot updated to 2.1.16
+- mdbox: Index rebuilding crashed in some situations
+- Fixed a race condition with setting \Recent flags
+- Fixed a crash when decoding a specific message (decoding is done
+  for SEARCH TEXT/BODY and with full text search indexing, so this
+  couldn't fully DoS a user)
+
 * Thu Feb 28 2013 Michal Hlavinka <mhlavink at redhat.com> - 1:2.1.15-2
 - do not print error when NetworkManager is not installed (#916456)
 
diff --git a/sources b/sources
index ed8d7eb..dc809fd 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-8ce198c5ee22f4fe8ab525b9bd753d56  dovecot-2.1.15.tar.gz
+72abf618cfa678194f9338f6c0aeb47d  dovecot-2.1.16.tar.gz
 36a2a5dd68c18f28f653c44abb2e0e9b  dovecot-2.1-pigeonhole-0.3.3.tar.gz


More information about the scm-commits mailing list