rpms/dovecot/devel dovecot-1.1-default-settings-passwd.patch, 1.1, 1.2 dovecot.spec, 1.109, 1.110 dovecot.sysconfig, 1.1, 1.2

Dan Horak (sharkcz) fedora-extras-commits at redhat.com
Tue Jul 29 19:20:21 UTC 2008


Author: sharkcz

Update of /cvs/pkgs/rpms/dovecot/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17910

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


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

Index: dovecot-1.1-default-settings-passwd.patch
===================================================================
RCS file: /cvs/pkgs/rpms/dovecot/devel/dovecot-1.1-default-settings-passwd.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dovecot-1.1-default-settings-passwd.patch	29 Jul 2008 14:35:20 -0000	1.1
+++ dovecot-1.1-default-settings-passwd.patch	29 Jul 2008 19:19:51 -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/devel/dovecot.spec,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- dovecot.spec	29 Jul 2008 14:35:20 -0000	1.109
+++ dovecot.spec	29 Jul 2008 19:19:51 -0000	1.110
@@ -2,7 +2,7 @@
 Name: dovecot
 Epoch: 1
 Version: 1.1.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: MIT and LGPLv2 and BSD with advertising
 Group: System Environment/Daemons
 
@@ -376,9 +376,12 @@
 
 
 %changelog
+* Tue Jul 29 2008 Dan Horak <dan[at]danny.cz> - 1:1.1.2-2
+- really ask for the password during start-up
+
 * Tue Jul 29 2008 Dan Horak <dan[at]danny.cz> - 1:1.1.2-1
 - update to upstream version 1.1.2
-- final solution for #445200 (put the password into /etc/sysconfig/dovecot)
+- final solution for #445200 (add /etc/sysconfig/dovecot for start-up options)
 
 * Fri Jun 27 2008 Dan Horak <dan[at]danny.cz> - 1:1.1.1-2
 - update default settings to listen on both IPv4 and IPv6 instead of IPv6 only


Index: dovecot.sysconfig
===================================================================
RCS file: /cvs/pkgs/rpms/dovecot/devel/dovecot.sysconfig,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dovecot.sysconfig	29 Jul 2008 14:35:20 -0000	1.1
+++ dovecot.sysconfig	29 Jul 2008 19:19:51 -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