rpms/dovecot/FC-5 dovecot-1.0.beta8-mkcert-paths.patch, NONE, 1.1 dovecot.spec, 1.51, 1.52

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Dec 21 12:32:15 UTC 2006


Author: tjanouse

Update of /cvs/dist/rpms/dovecot/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv18048

Modified Files:
	dovecot.spec 
Added Files:
	dovecot-1.0.beta8-mkcert-paths.patch 
Log Message:
* Thu Dec 21 2006 Tomas Janousek <tjanouse at redhat.com> - 1.0-0.beta8.3.fc5
- fix default paths in the example mkcert.sh to match configuration
  defaults (fixes #183151)


dovecot-1.0.beta8-mkcert-paths.patch:
 mkcert.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE dovecot-1.0.beta8-mkcert-paths.patch ---
--- dovecot-1.0.beta8/doc/mkcert.sh.mkcert-paths	2004-07-23 02:15:02.000000000 +0200
+++ dovecot-1.0.beta8/doc/mkcert.sh	2006-12-21 12:57:43.000000000 +0100
@@ -4,8 +4,8 @@
 # Edit dovecot-openssl.cnf before running this.
 
 OPENSSL=${OPENSSL-openssl}
-SSLDIR=${SSLDIR-/etc/ssl}
-OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}
+SSLDIR=${SSLDIR-/etc/pki/dovecot}
+OPENSSLCONFIG=${OPENSSLCONFIG-/etc/pki/dovecot/dovecot-openssl.cnf}
 
 CERTFILE=$SSLDIR/certs/dovecot.pem
 KEYFILE=$SSLDIR/private/dovecot.pem


Index: dovecot.spec
===================================================================
RCS file: /cvs/dist/rpms/dovecot/FC-5/dovecot.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- dovecot.spec	8 Jun 2006 13:20:42 -0000	1.51
+++ dovecot.spec	21 Dec 2006 12:32:12 -0000	1.52
@@ -1,7 +1,7 @@
 Summary: Dovecot Secure imap server
 Name: dovecot
 Version: 1.0
-Release: 0.beta8.2.fc5
+Release: 0.beta8.3.fc5
 License: LGPL
 Group: System Environment/Daemons
 
@@ -23,6 +23,7 @@
 Patch103: dovecot-1.0.beta2-mkcert-permissions.patch
 Patch104: dovecot-1.0.beta2-lib64.patch
 #Patch105: dovecot-1.0.beta2-sqlite-check.patch
+Patch106: dovecot-1.0.beta8-mkcert-paths.patch
 
 # XXX this patch needs review and forward porting
 #Patch105: dovecot-auth-log.patch
@@ -72,6 +73,7 @@
 %patch103 -p1 -b .mkcert-permissions
 #%patch104 -p1 -b .lib64
 #%patch105 -p1 -b .sqlite-check
+%patch106 -p1 -b .mkcert-paths
 
 %build
 rm -f ./configure
@@ -212,6 +214,10 @@
 
 
 %changelog
+* Thu Dec 21 2006 Tomas Janousek <tjanouse at redhat.com> - 1.0-0.beta8.3.fc5
+- fix default paths in the example mkcert.sh to match configuration
+  defaults (fixes #183151)
+
 * Thu Jun 08 2006 Petr Rockai <prockai at redhat.com> - 1.0-0.beta8.2.fc5
 - bring FC-5 branch up to date with the rawhide one (bugfixes only)
 - should fix non-working pop3 in default installation




More information about the fedora-cvs-commits mailing list