[dovecot] dovecot updated to 2.2 RC3

Michal Hlavinka mhlavink at fedoraproject.org
Wed Mar 27 15:05:38 UTC 2013


commit 4b438bfe16bce0d887b2b28a53947f01f7df8593
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Wed Mar 27 16:05:31 2013 +0100

    dovecot updated to 2.2 RC3
    
    - Fixed a crash when decoding quoted-printable content.
    - dsync: Various bugfixes

 .gitignore   |    1 +
 dovecot.spec |   10 ++++++++--
 sources      |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 22e1c05..2106233 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,3 +60,4 @@ pigeonhole-snap0592366457df.tar.bz2
 /dovecot-2.1.15.tar.gz
 /dovecot-2.2.rc2.tar.gz
 /pigeonhole-99eec511aa2c.tar.bz2
+/dovecot-2.2.rc3.tar.gz
diff --git a/dovecot.spec b/dovecot.spec
index c43a521..7d02c28 100644
--- a/dovecot.spec
+++ b/dovecot.spec
@@ -2,8 +2,8 @@ Summary: Secure imap and pop3 server
 Name: dovecot
 Epoch: 1
 Version: 2.2
-%global prever .rc2
-Release: 0%{?dist}.2
+%global prever .rc3
+Release: 0%{?dist}.3
 #dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2
 License: MIT and LGPLv2
 Group: System Environment/Daemons
@@ -137,6 +137,7 @@ sed -i '/DEFAULT_INCLUDES *=/s|$| '"$(pkg-config --cflags libclucene-core)|" src
 #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"
+autoreconf -I . -fiv #required for aarch64 support
 %configure                       \
     INSTALL_DATA="install -c -p -m644" \
     --docdir=%{_docdir}/%{name}-%{version}     \
@@ -479,6 +480,11 @@ make check
 %{_libdir}/%{name}/dict/libdriver_pgsql.so
 
 %changelog
+* Wed Mar 27 2013 Michal Hlavinka <mhlavink at redhat.com> - 1:2.2-0.3
+- dovecot updated to 2.2 RC3
+- Fixed a crash when decoding quoted-printable content.
+- dsync: Various bugfixes
+
 * Thu Feb 28 2013 Michal Hlavinka <mhlavink at redhat.com> - 1:2.2-0.2
 - do not print error when NetworkManager is not installed (#916456)
 
diff --git a/sources b/sources
index 871baa5..919357e 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-caa145f542e272fcb35ffa50681dd012  dovecot-2.2.rc2.tar.gz
+42a94fb8b17295ddc48f7367291827d6  dovecot-2.2.rc3.tar.gz
 cf4a25c24cd2458314c8ed9d36dc2752  pigeonhole-99eec511aa2c.tar.bz2


More information about the scm-commits mailing list