[dovecot/f18] dovecot updated to 2.1.16

Michal Hlavinka mhlavink at fedoraproject.org
Fri Apr 5 10:31:17 UTC 2013


commit 2ae20b9cc8fae39235521a457cf254630035aa74
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Fri Apr 5 12:31:10 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 |   14 ++++++++++++--
 sources      |    2 +-
 3 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 537d63e..4a48034 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 d513755..c98f25a 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
@@ -134,6 +135,7 @@ sed -i '/DEFAULT_INCLUDES *=/s|$| '"$(pkg-config --cflags libclucene-core)|" src
 %build
 #required for fdpass.c line 125,190: dereferencing type-punned pointer will break strict-aliasing rules
 export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
+export LDFLAGS="-Wl,-z,now -Wl,-z,relro"
 %configure                       \
     INSTALL_DATA="install -c -p -m644" \
     --docdir=%{_docdir}/%{name}-%{version}     \
@@ -472,6 +474,14 @@ make check
 %{_libdir}/%{name}/dict/libdriver_pgsql.so
 
 %changelog
+* Fri Mar 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