[dovecot/f18] dovecot updated to 2.1.17, pigeonhole 0.3.6

Michal Hlavinka mhlavink at fedoraproject.org
Thu Oct 17 07:27:26 UTC 2013


commit 88ae68605639832dc15a5d5b2f647595bb873432
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Thu Oct 17 09:27:20 2013 +0200

    dovecot updated to 2.1.17, pigeonhole 0.3.6
    
    - Case-insensitive unicode character comparisons weren't all working
      as they should.
    - maildir: Fixed handling over 26 keywords in a mailbox.
    - auth: Don't crash in non-PLAIN/LOGIN auth mechanism if master user
      login is attempted without any master passdbs configured.

 .gitignore   |    2 ++
 dovecot.spec |   20 ++++++++++++++------
 sources      |    4 ++--
 3 files changed, 18 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4a48034..547f75c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -59,3 +59,5 @@ pigeonhole-snap0592366457df.tar.bz2
 /dovecot-2.1.14.tar.gz
 /dovecot-2.1.15.tar.gz
 /dovecot-2.1.16.tar.gz
+/dovecot-2.1.17.tar.gz
+/dovecot-2.1-pigeonhole-0.3.6.tar.gz
diff --git a/dovecot.spec b/dovecot.spec
index ab2ec90..4d82933 100644
--- a/dovecot.spec
+++ b/dovecot.spec
@@ -1,9 +1,9 @@
 Summary: Secure imap and pop3 server
 Name: dovecot
 Epoch: 1
-Version: 2.1.16
+Version: 2.1.17
 #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
@@ -12,7 +12,7 @@ URL: http://www.dovecot.org/
 Source: http://www.dovecot.org/releases/2.1/%{name}-%{version}%{?prever}.tar.gz
 Source1: dovecot.init
 Source2: dovecot.pam
-%global pigeonholever 0.3.3
+%global pigeonholever 0.3.6
 Source8: http://www.rename-it.nl/dovecot/2.1/dovecot-2.1-pigeonhole-%{pigeonholever}.tar.gz
 #wget http://hg.rename-it.nl/dovecot-2.1-pigeonhole/archive/%{pigeonholever}.tar.bz2 -O dovecot-2.1-pigeonhole-%{pigeonholever}.tar.bz2
 #Source8: dovecot-2.1-pigeonhole-%{pigeonholever}.tar.bz2
@@ -474,10 +474,18 @@ make check
 %{_libdir}/%{name}/dict/libdriver_pgsql.so
 
 %changelog
+* Thu Oct 17 2013 Michal Hlavinka <mhlavink at redhat.com> - 1:2.1.17-1
+- dovecot updated to 2.1.17, pigeonhole 0.3.6
+- Case-insensitive unicode character comparisons weren't all working
+  as they should.
+- maildir: Fixed handling over 26 keywords in a mailbox.
+- auth: Don't crash in non-PLAIN/LOGIN auth mechanism if master user
+  login is attempted without any master passdbs configured.
+
 * Tue Apr 09 2013 Michal Hlavinka <mhlavink at redhat.com> - 1:2.1.16-2
 - make sure dovecot executables are hardened
 
-* Fri Mar 05 2013 Michal Hlavinka <mhlavink at redhat.com> - 1:2.1.16-1
+* Tue 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
@@ -1321,7 +1329,7 @@ make check
 * Wed Feb 20 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1:1.0.10-5
 - Autorebuild for GCC 4.3
 
-* Fri Jan 07 2008 Tomas Janousek <tjanouse at redhat.com> - 1:1.0.10-4
+* Mon Jan 07 2008 Tomas Janousek <tjanouse at redhat.com> - 1:1.0.10-4
 - update to latest upstream stable (1.0.10)
 
 * Wed Dec 05 2007 Jesse Keating <jkeating at redhat.com> - 1:1.0.7-3
@@ -1577,7 +1585,7 @@ make check
 - add UW to Dovecot migration documentation and scripts, bug #139954
   fix SSL documentation and scripts, add missing documentation, bug #139276
 
-* Thu Nov 15 2004 Warren Togami <wtogami at redhat.com> 0.99.11-2.FC4.1
+* Mon Nov 15 2004 Warren Togami <wtogami at redhat.com> 0.99.11-2.FC4.1
 - rebuild against MySQL4
 
 * Thu Oct 21 2004 John Dennis <jdennis at redhat.com>
diff --git a/sources b/sources
index dc809fd..3c36f5e 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-72abf618cfa678194f9338f6c0aeb47d  dovecot-2.1.16.tar.gz
-36a2a5dd68c18f28f653c44abb2e0e9b  dovecot-2.1-pigeonhole-0.3.3.tar.gz
+d4414771f3cd524a608b8dae03913d4c  dovecot-2.1.17.tar.gz
+57065dee685264b848d6d4c17b27dcd8  dovecot-2.1-pigeonhole-0.3.6.tar.gz


More information about the scm-commits mailing list