rpms/dovecot/F-11 .cvsignore, 1.59, 1.60 dovecot-1.1-default-settings.patch, 1.10, 1.11 dovecot.spec, 1.134, 1.135 sources, 1.62, 1.63

Michal Hlavinka mhlavink at fedoraproject.org
Mon Jul 13 07:17:00 UTC 2009


Author: mhlavink

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/dovecot/F-11/.cvsignore,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -p -r1.59 -r1.60
--- .cvsignore	10 Jul 2009 09:04:52 -0000	1.59
+++ .cvsignore	13 Jul 2009 07:16:30 -0000	1.60
@@ -1,4 +1,4 @@
 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-managesieve-0.11.7.tar.gz
+dovecot-1.2.1-managesieve-0.11.7.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.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- dovecot-1.1-default-settings.patch	10 Jul 2009 09:04:52 -0000	1.10
+++ dovecot-1.1-default-settings.patch	13 Jul 2009 07:16:30 -0000	1.11
@@ -1,6 +1,6 @@
 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
+--- dovecot-1.2.1/dovecot-example.conf.default-settings	2009-07-13 09:05:54.735890052 +0200
++++ dovecot-1.2.1/dovecot-example.conf	2009-07-13 09:09:23.309020322 +0200
 @@ -10,18 +10,14 @@
  # value inside quotes, eg.: key = "# char and trailing whitespace  "
  
@@ -15,15 +15,15 @@ diff -up dovecot-1.2.1/dovecot-example.c
  # Base directory where to store runtime data.
  #base_dir = /var/run/dovecot/
  
- # Protocols we want to be serving: imap imaps pop3 pop3s
+ # Protocols we want to be serving: imap imaps pop3 pop3s managesieve
  # 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
-@@ -39,13 +35,13 @@
- #     listen = *:10100
+@@ -43,13 +39,13 @@
+ #     listen = *:12000
  #     ..
  #   }
 -#listen = *
@@ -38,7 +38,7 @@ diff -up dovecot-1.2.1/dovecot-example.c
  
  # 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
-@@ -92,8 +88,8 @@
+@@ -96,8 +92,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.1/dovecot-example.c
  
  # If key file is password protected, give the password here. Alternatively
  # give it when starting dovecot with -p parameter. Since this file is often
-@@ -482,7 +478,7 @@
+@@ -486,7 +482,7 @@
  # locking methods as well. Some operating systems don't allow using some of
  # them simultaneously.
  #mbox_read_locks = fcntl
@@ -59,8 +59,8 @@ diff -up dovecot-1.2.1/dovecot-example.c
  # Maximum time in seconds to wait for lock (all of them) before aborting.
  #mbox_lock_timeout = 300
 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
+--- dovecot-1.2.1/src/master/master-settings.c.default-settings	2009-07-13 09:05:54.738890180 +0200
++++ dovecot-1.2.1/src/master/master-settings.c	2009-07-13 09:05:54.742889890 +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.134
retrieving revision 1.135
diff -u -p -r1.134 -r1.135
--- dovecot.spec	10 Jul 2009 09:04:52 -0000	1.134
+++ dovecot.spec	13 Jul 2009 07:16:30 -0000	1.135
@@ -14,9 +14,9 @@ Group: System Environment/Daemons
 
 %define build_sieve 1
 %define build_managesieve 1
-%define sieve_version 0.1.7
+%define sieve_version 0.1.8
 %define sieve_name dovecot-1.2-sieve
-%define managesieve_version 0.11.6
+%define managesieve_version 0.11.7
 #define managesieve_name dovecot-%{version}-managesieve
 %define managesieve_name dovecot-1.2-managesieve
 
@@ -435,11 +435,12 @@ fi
 
 
 %changelog
-* Fri Jul 10 2009 Michal Hlavinka <mhlavink at redhat.com> - 1:1.2.1-1
+* Mon Jul 13 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
+- sieve and managesieve update
 
 * 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.62
retrieving revision 1.63
diff -u -p -r1.62 -r1.63
--- sources	10 Jul 2009 09:04:52 -0000	1.62
+++ sources	13 Jul 2009 07:16:30 -0000	1.63
@@ -1,4 +1,4 @@
 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
+61e84cf3749e3ec1ce1f41e918f1f0b0  dovecot-1.2-managesieve-0.11.7.tar.gz
+a2b944bd9a477fd4c2bf65fe086369a6  dovecot-1.2.1-managesieve-0.11.7.diff.gz
 efe43b0a81aff6f751e7e3a2a771baa2  dovecot-1.2-sieve-0.1.7.tar.gz




More information about the fedora-extras-commits mailing list