[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#598883: unblock: kolab-webadmin/2.2.3-20091217-4



reopen 598883 -
thanks

unblock kolab-webadmin/2.2.3-20091217-4

I am reopening this freeze exception as bug #598010 was not completely
solved by the proposed patch.

The new uploaded version use sieve port number instead of port name as
the former doesn't work as expected.

Mini diff :
--- debian/patches/71-sieve-port-number.diff	(révision 1534)
+++ debian/patches/71-sieve-port-number.diff	(révision 1538)
-+    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)

Thanks and sorry for the time spent.

Mathieu

PS: Complete diff:

Index: debian/changelog
===================================================================
--- debian/changelog	(révision 1534)
+++ debian/changelog	(révision 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@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
Index: debian/patches/71-sieve-port-number.diff
===================================================================
--- debian/patches/71-sieve-port-number.diff	(révision 1534)
+++ debian/patches/71-sieve-port-number.diff	(révision 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;



Reply to: