[pkg-kolab] r1536 - in libkolab-perl/trunk/debian: . patches

Mathieu Parent sathieu at alioth.debian.org
Thu Oct 21 20:05:41 UTC 2010


Author: sathieu
Date: 2010-10-21 20:05:34 +0000 (Thu, 21 Oct 2010)
New Revision: 1536

Added:
   libkolab-perl/trunk/debian/patches/92-sieve-port-4190.diff
Modified:
   libkolab-perl/trunk/debian/changelog
   libkolab-perl/trunk/debian/patches/series
Log:
Fix "during bootstrap is controled port 2000 instead of 4190 for
sieve" (Closes: #599031)


Modified: libkolab-perl/trunk/debian/changelog
===================================================================
--- libkolab-perl/trunk/debian/changelog	2010-10-09 18:46:48 UTC (rev 1535)
+++ libkolab-perl/trunk/debian/changelog	2010-10-21 20:05:34 UTC (rev 1536)
@@ -1,3 +1,10 @@
+libkolab-perl (1:2.2.4-20100624-3) unstable; urgency=low
+
+  * Fix "during bootstrap is controled port 2000 instead of 4190 for
+    sieve" (Closes: #599031)
+
+ -- Mathieu Parent <sathieu at debian.org>  Thu, 21 Oct 2010 21:49:37 +0200
+
 libkolab-perl (1:2.2.4-20100624-2) unstable; urgency=low
 
   * Fix "kolabd: kolab_bootstrap no longer works with slapd (version

Added: libkolab-perl/trunk/debian/patches/92-sieve-port-4190.diff
===================================================================
--- libkolab-perl/trunk/debian/patches/92-sieve-port-4190.diff	                        (rev 0)
+++ libkolab-perl/trunk/debian/patches/92-sieve-port-4190.diff	2010-10-21 20:05:34 UTC (rev 1536)
@@ -0,0 +1,13 @@
+Index: b/sbin/kolab_bootstrap.in
+===================================================================
+--- a/sbin/kolab_bootstrap.in
++++ b/sbin/kolab_bootstrap.in
+@@ -249,7 +249,7 @@
+ checkPort("kolab daemon", 9999);
+ checkPort("ldap server", 389);
+ checkPort("ldaps server", 636);
+-checkPort("sieve server", 2000);
++checkPort("sieve server", 4190);
+ checkPort("lmtp server", 2003);
+ 
+ print ("Excellent all required Ports are available!\n");

Modified: libkolab-perl/trunk/debian/patches/series
===================================================================
--- libkolab-perl/trunk/debian/patches/series	2010-10-09 18:46:48 UTC (rev 1535)
+++ libkolab-perl/trunk/debian/patches/series	2010-10-21 20:05:34 UTC (rev 1536)
@@ -4,3 +4,4 @@
 60-fix-build.diff
 70-reload-cyrus-conf.diff
 90-slapd-runtime-config.diff
+92-sieve-port-4190.diff




More information about the pkg-kolab-devel mailing list