[pkg-kolab] r1538 - in kolab-webadmin/trunk/debian: . patches

Mathieu Parent sathieu at alioth.debian.org
Thu Oct 21 20:36:06 UTC 2010


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

Modified:
   kolab-webadmin/trunk/debian/changelog
   kolab-webadmin/trunk/debian/patches/71-sieve-port-number.diff
Log:
  * Really fix "could not connect to sieve port: not currently in" by
    hardcoding sieve port as kolab-webadmin doesn't use nsswitch for service
    port numbers (Closes: #598010)


Modified: kolab-webadmin/trunk/debian/changelog
===================================================================
--- kolab-webadmin/trunk/debian/changelog	2010-10-21 20:27:10 UTC (rev 1537)
+++ kolab-webadmin/trunk/debian/changelog	2010-10-21 20:36:05 UTC (rev 1538)
@@ -1,3 +1,11 @@
+kolab-webadmin (2.2.3-20091217-4) unstable; urgency=low
+
+  * Really fix "could not connect to sieve port: not currently in" by
+    hardcoding sieve port as kolab-webadmin doesn't use nsswitch for service
+    port numbers (Closes: #598010)
+
+ -- Mathieu Parent <sathieu at debian.org>  Thu, 21 Oct 2010 22:23:48 +0200
+
 kolab-webadmin (2.2.3-20091217-3) unstable; urgency=low
 
   * Updated Standards-Version to 3.9.1: no changes

Modified: kolab-webadmin/trunk/debian/patches/71-sieve-port-number.diff
===================================================================
--- kolab-webadmin/trunk/debian/patches/71-sieve-port-number.diff	2010-10-21 20:27:10 UTC (rev 1537)
+++ kolab-webadmin/trunk/debian/patches/71-sieve-port-number.diff	2010-10-21 20:36:05 UTC (rev 1538)
@@ -25,7 +25,7 @@
      * @param  string $euser     Effective User (if $user=admin, login as $euser)
      */
 -    function Net_Sieve($user = null , $pass  = null , $host = 'localhost', $port = 2000, $logintype = '', $euser = '', $debug = false)
-+    function Net_Sieve($user = null , $pass  = null , $host = 'localhost', $port = 'sieve', $logintype = '', $euser = '', $debug = false)
++    function Net_Sieve($user = null , $pass  = null , $host = 'localhost', $port = 4190, $logintype = '', $euser = '', $debug = false)
      {
          $this->_state = NET_SIEVE_STATE_DISCONNECTED;
          $this->_data['user'] = $user;




More information about the pkg-kolab-devel mailing list