rpms/dovecot/devel dovecot-1.1-default-settings.patch, 1.1, 1.2 dovecot.spec, 1.107, 1.108

Dan Horak (sharkcz) fedora-extras-commits at redhat.com
Fri Jun 27 07:23:42 UTC 2008


Author: sharkcz

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

Modified Files:
	dovecot-1.1-default-settings.patch dovecot.spec 
Log Message:
* 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


dovecot-1.1-default-settings.patch:

Index: dovecot-1.1-default-settings.patch
===================================================================
RCS file: /cvs/pkgs/rpms/dovecot/devel/dovecot-1.1-default-settings.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dovecot-1.1-default-settings.patch	21 Jun 2008 08:24:01 -0000	1.1
+++ dovecot-1.1-default-settings.patch	27 Jun 2008 07:22:55 -0000	1.2
@@ -26,7 +26,7 @@
  #     ..
  #   }
 -#listen = *
-+#listen = [::]
++#listen = *, [::]
  
  # Disable LOGIN command and all other plaintext authentications unless
  # SSL/TLS is used (LOGINDISABLED capability). Note that if the remote IP
@@ -67,7 +67,7 @@
 -	MEMBER(protocols) "imap imaps",
 -	MEMBER(listen) "*",
 +	MEMBER(protocols) "imap imaps pop3 pop3s",
-+	MEMBER(listen) "[::]",
++	MEMBER(listen) "*, [::]",
  	MEMBER(ssl_listen) "",
  
  	MEMBER(ssl_disable) FALSE,


Index: dovecot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dovecot/devel/dovecot.spec,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- dovecot.spec	22 Jun 2008 14:49:13 -0000	1.107
+++ dovecot.spec	27 Jun 2008 07:22:55 -0000	1.108
@@ -2,7 +2,7 @@
 Name: dovecot
 Epoch: 1
 Version: 1.1.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: MIT and LGPLv2 and BSD with advertising
 Group: System Environment/Daemons
 
@@ -369,6 +369,9 @@
 
 
 %changelog
+* 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
+
 * Sun Jun 22 2008 Dan Horak <dan[at]danny.cz> - 1:1.1.1-1
 - update to upstream version 1.1.1
 




More information about the fedora-extras-commits mailing list