rpms/dovecot/F-10 .cvsignore, 1.44, 1.45 dovecot-1.1-default-settings.patch, 1.2, 1.3 dovecot.spec, 1.114, 1.115 sources, 1.47, 1.48

Michal Hlavinka mhlavink at fedoraproject.org
Tue Dec 2 16:56:27 UTC 2008


Author: mhlavink

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

Modified Files:
	.cvsignore dovecot-1.1-default-settings.patch dovecot.spec 
	sources 
Log Message:
update to upstream version 1.1.7
revert changes from 1.1.6-2 and 1.1.6-1
password can be stored in different file readable only for root via !include_try directive



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/dovecot/F-10/.cvsignore,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- .cvsignore	3 Nov 2008 10:12:01 -0000	1.44
+++ .cvsignore	2 Dec 2008 16:55:56 -0000	1.45
@@ -1,4 +1,4 @@
-dovecot-1.1.6.tar.gz
-dovecot-1.1.6.tar.gz.sig
+dovecot-1.1.7.tar.gz
+dovecot-1.1.7.tar.gz.sig
 dovecot-sieve-1.1.5.tar.gz
 dovecot-sieve-1.1.5.tar.gz.sig

dovecot-1.1-default-settings.patch:

Index: dovecot-1.1-default-settings.patch
===================================================================
RCS file: /cvs/extras/rpms/dovecot/F-10/dovecot-1.1-default-settings.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dovecot-1.1-default-settings.patch	27 Jun 2008 07:22:55 -0000	1.2
+++ dovecot-1.1-default-settings.patch	2 Dec 2008 16:55:56 -0000	1.3
@@ -1,6 +1,6 @@
-diff -Nru dovecot-1.1.rc8.orig/dovecot-example.conf dovecot-1.1.rc8/dovecot-example.conf
---- dovecot-1.1.rc8.orig/dovecot-example.conf	2008-05-25 00:51:54.000000000 +0200
-+++ dovecot-1.1.rc8/dovecot-example.conf	2008-06-03 11:46:14.000000000 +0200
+diff -up dovecot-1.1.7/dovecot-example.conf.default-settings dovecot-1.1.7/dovecot-example.conf
+--- dovecot-1.1.7/dovecot-example.conf.default-settings	2008-11-23 22:53:53.000000000 +0100
++++ dovecot-1.1.7/dovecot-example.conf	2008-12-02 15:18:54.961559642 +0100
 @@ -10,17 +10,14 @@
  # value inside quotes, eg.: key = "# char and trailing whitespace  "
  
@@ -21,7 +21,7 @@
  
  # 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 +36,13 @@
+@@ -38,13 +35,13 @@
  #     listen = *:10100
  #     ..
  #   }
@@ -37,7 +37,7 @@
  
  # 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
-@@ -91,8 +88,8 @@
+@@ -90,8 +87,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
@@ -47,8 +47,8 @@
 +#ssl_key_file = /etc/pki/dovecot/private/dovecot.pem
  
  # If key file is password protected, give the password here. Alternatively
- # give it when starting dovecot with -p parameter.
-@@ -448,7 +445,7 @@
+ # give it when starting dovecot with -p parameter. Since this file is often
+@@ -449,7 +446,7 @@
  # locking methods as well. Some operating systems don't allow using some of
  # them simultaneously.
  #mbox_read_locks = fcntl
@@ -57,10 +57,10 @@
  
  # Maximum time in seconds to wait for lock (all of them) before aborting.
  #mbox_lock_timeout = 300
-diff -Nru dovecot-1.1.rc8.orig/src/master/master-settings.c dovecot-1.1.rc8/src/master/master-settings.c
---- dovecot-1.1.rc8.orig/src/master/master-settings.c	2008-06-01 20:09:00.000000000 +0200
-+++ dovecot-1.1.rc8/src/master/master-settings.c	2008-06-03 11:43:22.000000000 +0200
-@@ -178,8 +178,8 @@
+diff -up dovecot-1.1.7/src/master/master-settings.c.default-settings dovecot-1.1.7/src/master/master-settings.c
+--- dovecot-1.1.7/src/master/master-settings.c.default-settings	2008-11-15 18:13:18.000000000 +0100
++++ dovecot-1.1.7/src/master/master-settings.c	2008-12-02 15:17:11.762934079 +0100
+@@ -178,8 +178,8 @@ struct settings default_settings = {
  	MEMBER(syslog_facility) "mail",
  
  	/* general */
@@ -71,7 +71,7 @@
  	MEMBER(ssl_listen) "",
  
  	MEMBER(ssl_disable) FALSE,
-@@ -191,7 +191,7 @@
+@@ -191,7 +191,7 @@ struct settings default_settings = {
  	MEMBER(ssl_cipher_list) "",
  	MEMBER(ssl_cert_username_field) "commonName",
  	MEMBER(ssl_verify_client_cert) FALSE,
@@ -80,7 +80,7 @@
  	MEMBER(verbose_ssl) FALSE,
  	MEMBER(shutdown_clients) TRUE,
  	MEMBER(nfs_check) TRUE,
-@@ -255,7 +255,7 @@
+@@ -255,7 +255,7 @@ struct settings default_settings = {
  	MEMBER(maildir_copy_with_hardlinks) TRUE,
  	MEMBER(maildir_copy_preserve_filename) FALSE,
  	MEMBER(mbox_read_locks) "fcntl",


Index: dovecot.spec
===================================================================
RCS file: /cvs/extras/rpms/dovecot/F-10/dovecot.spec,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- dovecot.spec	3 Nov 2008 10:52:34 -0000	1.114
+++ dovecot.spec	2 Dec 2008 16:55:56 -0000	1.115
@@ -1,8 +1,8 @@
 Summary: Dovecot Secure imap server
 Name: dovecot
 Epoch: 1
-Version: 1.1.6
-Release: 2%{?dist}
+Version: 1.1.7
+Release: 1%{?dist}
 License: MIT and LGPLv2 and BSD with advertising
 Group: System Environment/Daemons
 
@@ -226,7 +226,7 @@
 	
 # Install dovecot.conf and dovecot-openssl.cnf
 mkdir -p $RPM_BUILD_ROOT%{ssldir}
-install -p -m640 dovecot-example.conf $RPM_BUILD_ROOT%{_sysconfdir}/dovecot.conf
+install -p -m644 dovecot-example.conf $RPM_BUILD_ROOT%{_sysconfdir}/dovecot.conf
 rm -f $RPM_BUILD_ROOT%{_sysconfdir}/dovecot-*example.conf # dovecot seems to install this by itself
 install -p -m644 doc/dovecot-openssl.cnf $RPM_BUILD_ROOT%{ssldir}/dovecot-openssl.cnf
 
@@ -307,7 +307,7 @@
 %files -f libs.filelist
 %defattr(-,root,root,-)
 %doc %{docdir}-%{version}
-%attr(0640,root,mail) %config(noreplace) %{_sysconfdir}/dovecot.conf
+%config(noreplace) %{_sysconfdir}/dovecot.conf
 %attr(0600,root,root) %config(noreplace) %{_sysconfdir}/sysconfig/dovecot
 %{_initrddir}/dovecot
 %config(noreplace) %{_sysconfdir}/pam.d/dovecot
@@ -318,19 +318,6 @@
 %attr(0600,root,root) %ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{ssldir}/certs/dovecot.pem
 %attr(0600,root,root) %ghost %config(missingok,noreplace) %verify(not md5 size mtime) %{ssldir}/private/dovecot.pem
 %{_libexecdir}/%{name}
-%{_libexecdir}/%{name}/checkpassword-reply
-%attr(2755,root,mail) %{_libexecdir}/%{name}/deliver
-%{_libexecdir}/%{name}/dict
-%{_libexecdir}/%{name}/dovecot-auth
-%{_libexecdir}/%{name}/gdbhelper
-%{_libexecdir}/%{name}/idxview
-%{_libexecdir}/%{name}/imap
-%{_libexecdir}/%{name}/imap-login
-%{_libexecdir}/%{name}/logview
-%{_libexecdir}/%{name}/pop3
-%{_libexecdir}/%{name}/pop3-login
-%{_libexecdir}/%{name}/rawlog
-%{_libexecdir}/%{name}/ssl-build-param
 %{_sbindir}/dovecot
 %{_sbindir}/dovecotpw
 %attr(0755,root,dovecot) %dir /var/run/dovecot
@@ -387,6 +374,12 @@
 
 
 %changelog
+* Mon Nov 3 2008 Michal Hlavinka <mhlavink at redhat.com> - 1:1.1.7-1
+- update to upstream version 1.1.7
+- revert changes from 1.1.6-2 and 1.1.6-1
+- password can be stored in different file readable only for root 
+  via !include_try directive
+
 * Mon Nov 3 2008 Michal Hlavinka <mhlavink at redhat.com> - 1:1.1.6-2
 - changed comment in sysconfig to match actual state
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/dovecot/F-10/sources,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- sources	3 Nov 2008 10:12:01 -0000	1.47
+++ sources	2 Dec 2008 16:55:56 -0000	1.48
@@ -1,4 +1,4 @@
-ccbfcfcb5e6d19a3228885a2f7eae2dd  dovecot-1.1.6.tar.gz
-de8dc8f5b07e6f3aeef5059738ff5bbe  dovecot-1.1.6.tar.gz.sig
+ea83ea2000a5b2e1744c7c97eb5585d1  dovecot-1.1.7.tar.gz
+4d82f184f5509bf0908fe49443c128a1  dovecot-1.1.7.tar.gz.sig
 b4362defe3fc18865db8cf8e1c940b13  dovecot-sieve-1.1.5.tar.gz
 0fdb01f9fd960fbd5a8271584ac62cb8  dovecot-sieve-1.1.5.tar.gz.sig




More information about the fedora-extras-commits mailing list