rpms/dovecot/F-11 .cvsignore, 1.58, 1.59 dovecot-1.1-default-settings.patch, 1.9, 1.10 dovecot.spec, 1.133, 1.134 sources, 1.61, 1.62

Michal Hlavinka mhlavink at fedoraproject.org
Fri Jul 10 09:04:52 UTC 2009


Author: mhlavink

Update of /cvs/extras/rpms/dovecot/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30302

Modified Files:
	.cvsignore dovecot-1.1-default-settings.patch dovecot.spec 
	sources 
Log Message:
update to 1.2.1 - first part



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/dovecot/F-11/.cvsignore,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -p -r1.58 -r1.59
--- .cvsignore	8 Jul 2009 06:38:29 -0000	1.58
+++ .cvsignore	10 Jul 2009 09:04:52 -0000	1.59
@@ -1,4 +1,4 @@
-dovecot-1.2.0.tar.gz
+dovecot-1.2.1.tar.gz
 dovecot-1.2-managesieve-0.11.6.tar.gz
 dovecot-1.2.0-managesieve-0.11.6.diff.gz
 dovecot-1.2-sieve-0.1.7.tar.gz

dovecot-1.1-default-settings.patch:

Index: dovecot-1.1-default-settings.patch
===================================================================
RCS file: /cvs/extras/rpms/dovecot/F-11/dovecot-1.1-default-settings.patch,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- dovecot-1.1-default-settings.patch	7 Jul 2009 07:15:27 -0000	1.9
+++ dovecot-1.1-default-settings.patch	10 Jul 2009 09:04:52 -0000	1.10
@@ -1,6 +1,6 @@
-diff -up dovecot-1.2.rc5/dovecot-example.conf.default-settings dovecot-1.2.rc5/dovecot-example.conf
---- dovecot-1.2.rc5/dovecot-example.conf.default-settings	2009-06-18 07:57:44.749562312 +0200
-+++ dovecot-1.2.rc5/dovecot-example.conf	2009-06-18 07:59:15.923499117 +0200
+diff -up dovecot-1.2.1/dovecot-example.conf.default-settings dovecot-1.2.1/dovecot-example.conf
+--- dovecot-1.2.1/dovecot-example.conf.default-settings	2009-06-11 20:19:47.000000000 +0200
++++ dovecot-1.2.1/dovecot-example.conf	2009-07-10 09:05:40.497989964 +0200
 @@ -10,18 +10,14 @@
  # value inside quotes, eg.: key = "# char and trailing whitespace  "
  
@@ -15,15 +15,15 @@ diff -up dovecot-1.2.rc5/dovecot-example
  # Base directory where to store runtime data.
  #base_dir = /var/run/dovecot/
  
- # Protocols we want to be serving: imap imaps pop3 pop3s managesieve
+ # Protocols we want to be serving: imap imaps pop3 pop3s
  # If you only want to use dovecot-auth, you can set this to "none".
 -#protocols = imap imaps
 +#protocols = imap imaps pop3 pop3s
  
  # A space separated list of IP or host addresses where to listen in for
  # connections. "*" listens in all IPv4 interfaces. "[::]" listens in all IPv6
-@@ -43,13 +39,13 @@
- #     listen = *:12000
+@@ -39,13 +35,13 @@
+ #     listen = *:10100
  #     ..
  #   }
 -#listen = *
@@ -38,7 +38,7 @@ diff -up dovecot-1.2.rc5/dovecot-example
  
  # Should all IMAP and POP3 processes be killed when Dovecot master process
  # shuts down. Setting this to "no" means that Dovecot can be upgraded without
-@@ -96,8 +92,8 @@
+@@ -92,8 +88,8 @@
  # dropping root privileges, so keep the key file unreadable by anyone but
  # root. Included doc/mkcert.sh can be used to easily generate self-signed
  # certificate, just make sure to update the domains in dovecot-openssl.cnf
@@ -49,7 +49,7 @@ diff -up dovecot-1.2.rc5/dovecot-example
  
  # If key file is password protected, give the password here. Alternatively
  # give it when starting dovecot with -p parameter. Since this file is often
-@@ -486,7 +482,7 @@
+@@ -482,7 +478,7 @@
  # locking methods as well. Some operating systems don't allow using some of
  # them simultaneously.
  #mbox_read_locks = fcntl
@@ -58,9 +58,9 @@ diff -up dovecot-1.2.rc5/dovecot-example
  
  # Maximum time in seconds to wait for lock (all of them) before aborting.
  #mbox_lock_timeout = 300
-diff -up dovecot-1.2.rc5/src/master/master-settings.c.default-settings dovecot-1.2.rc5/src/master/master-settings.c
---- dovecot-1.2.rc5/src/master/master-settings.c.default-settings	2009-06-18 07:57:44.764499091 +0200
-+++ dovecot-1.2.rc5/src/master/master-settings.c	2009-06-18 07:57:44.774499405 +0200
+diff -up dovecot-1.2.1/src/master/master-settings.c.default-settings dovecot-1.2.1/src/master/master-settings.c
+--- dovecot-1.2.1/src/master/master-settings.c.default-settings	2009-06-30 17:02:57.000000000 +0200
++++ dovecot-1.2.1/src/master/master-settings.c	2009-07-10 07:32:57.832017837 +0200
 @@ -178,8 +178,8 @@ struct settings default_settings = {
  	MEMBER(syslog_facility) "mail",
  


Index: dovecot.spec
===================================================================
RCS file: /cvs/extras/rpms/dovecot/F-11/dovecot.spec,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -p -r1.133 -r1.134
--- dovecot.spec	8 Jul 2009 06:38:30 -0000	1.133
+++ dovecot.spec	10 Jul 2009 09:04:52 -0000	1.134
@@ -1,8 +1,8 @@
 Summary: Dovecot Secure imap server
 Name: dovecot
 Epoch: 1
-Version: 1.2.0
-Release: 3%{?dist}
+Version: 1.2.1
+Release: 1%{?dist}
 License: MIT and LGPLv2 and BSD with advertising
 Group: System Environment/Daemons
 
@@ -163,9 +163,7 @@ Group: Development/Libraries
 %description devel
 This package provides the development files for dovecot.
 
-
 %prep
-
 %setup -q
 
 zcat %{SOURCE11} | patch -p1 --fuzz=0 -s
@@ -437,6 +435,12 @@ fi
 
 
 %changelog
+* Fri Jul 10 2009 Michal Hlavinka <mhlavink at redhat.com> - 1:1.2.1-1
+- updated to 1.2.1
+- GSSAPI authentication is fixed (#506782)
+- logins now fail if home directory path is relative, because it was 
+  not working correctly and never was expected to work
+
 * Wed Jul 08 2009 Michal Hlavinka <mhlavink at redhat.com> - 1:1.2.0-3
 - update sieve and managesieve plugins
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/dovecot/F-11/sources,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -p -r1.61 -r1.62
--- sources	8 Jul 2009 06:38:30 -0000	1.61
+++ sources	10 Jul 2009 09:04:52 -0000	1.62
@@ -1,4 +1,4 @@
-b382fa5c6551086568c21567f23e2dc3  dovecot-1.2.0.tar.gz
+c269cfe38fc40061e232dd28e5fe3721  dovecot-1.2.1.tar.gz
 e802cd87ee833ea43cab60ed8ff9480e  dovecot-1.2-managesieve-0.11.6.tar.gz
 960417300c696a506cbd482e039fddea  dovecot-1.2.0-managesieve-0.11.6.diff.gz
 efe43b0a81aff6f751e7e3a2a771baa2  dovecot-1.2-sieve-0.1.7.tar.gz




More information about the fedora-extras-commits mailing list