rpms/dovecot/F-9 dovecot-1.0-default-settings-passwd.patch, 1.1, 1.2 dovecot.spec, 1.105, 1.106 dovecot.sysconfig, 1.1, 1.2

Dan Horak (sharkcz) fedora-extras-commits at redhat.com
Thu Aug 14 08:28:00 UTC 2008


Author: sharkcz

Update of /cvs/pkgs/rpms/dovecot/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1059

Modified Files:
	dovecot-1.0-default-settings-passwd.patch dovecot.spec 
	dovecot.sysconfig 
Log Message:
* Tue Jul 29 2008 Dan Horak <dan[at]danny.cz> - 1:1.0.15-12
- really ask for the password during start-up


dovecot-1.0-default-settings-passwd.patch:

Index: dovecot-1.0-default-settings-passwd.patch
===================================================================
RCS file: /cvs/pkgs/rpms/dovecot/F-9/dovecot-1.0-default-settings-passwd.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dovecot-1.0-default-settings-passwd.patch	29 Jul 2008 16:21:55 -0000	1.1
+++ dovecot-1.0-default-settings-passwd.patch	14 Aug 2008 08:27:30 -0000	1.2
@@ -4,8 +4,8 @@
  
  # If key file is password protected, give the password here. Alternatively
  # give it when starting dovecot with -p parameter.
-+# Security note: if you have this config file world readable, then put the
-+# password into /etc/sysconfig/dovecot.
++# Security note: if you have this config file world readable, then enable
++# password asking during start-up in /etc/sysconfig/dovecot.
  #ssl_key_password =
  
  # File containing trusted SSL certificate authorities. Set this only if you


Index: dovecot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dovecot/F-9/dovecot.spec,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- dovecot.spec	29 Jul 2008 16:21:55 -0000	1.105
+++ dovecot.spec	14 Aug 2008 08:27:30 -0000	1.106
@@ -1,7 +1,7 @@
 %define upstream 1.0.15
 %define sieve_upstream 1.0.3
 %define pkg_version 1.0.15
-%define my_release 11
+%define my_release 12
 %define pkg_release %{my_release}%{?dist}
 %define pkg_sieve_version 1.0.3
 %define pkg_sieve_release %{my_release}%{?dist}
@@ -433,6 +433,9 @@
 
 
 %changelog
+* Tue Jul 29 2008 Dan Horak <dan[at]danny.cz> - 1:1.0.15-12
+- really ask for the password during start-up
+
 * Tue Jul 29 2008 Dan Horák <dan[at]danny.cz> - 1:1.0.15-11
 - final solution for #445200 (put the password into /etc/sysconfig/dovecot)
 


Index: dovecot.sysconfig
===================================================================
RCS file: /cvs/pkgs/rpms/dovecot/F-9/dovecot.sysconfig,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dovecot.sysconfig	29 Jul 2008 16:21:55 -0000	1.1
+++ dovecot.sysconfig	14 Aug 2008 08:27:30 -0000	1.2
@@ -1,5 +1,5 @@
-# Here you can specify the password for your SSL certificates
-# so the main config file can be world readable. Other command
-# line options can be specified too.
+# Here you can specify whether dovecot will ask for the SSL certificates'
+# password during start-up so the main config file can be world readable.
+# Other command line options can be specified too.
 #
-#OPTIONS="-p my_certificate_password"
+#OPTIONS="-p"




More information about the fedora-extras-commits mailing list