Re: [SOGo] Providing Updates for Sieve plugin via updates.php

2015-06-02 Thread J. Echter

Am 02.06.2015 um 14:26 schrieb Adi Kriegisch:

Hi!


i try to update sieve plugin in thunderbird via updates.php file.

(...)

updating connector, lightning and integrator works just fine.

any hints to that?

Do you get any requests for the sieve plugin to updates.php in your server
log? If so, how does the request look like?

-- Adi

thanks for helping me!

like this:

192.168.0.13 - - [02/Jun/2015:14:10:28 +0200] "GET 
/plugins/updates.php?plugin=si...@mozdev.org&version=0.00&platform=WINNT_x86-msvc 
HTTP/1.1" 200 768
192.168.0.13 - - [02/Jun/2015:14:10:28 +0200] "GET 
/plugins/sieve-0.2.3f.xpi HTTP/1.1" 200 596561
192.168.0.13 - - [02/Jun/2015:14:12:39 +0200] "GET 
/plugins/updates.php?plugin=si...@mozdev.org&version=0.00&platform=WINNT_x86-msvc 
HTTP/1.1" 200 768
[02/Jun/2015:14:10:28 +0200] 192.168.0.13 TLSv1.2 
ECDHE-RSA-AES128-GCM-SHA256 "GET 
/plugins/updates.php?plugin=si...@mozdev.org&version=0.00&platform=WINNT_x86-msvc 
HTTP/1.1" 768
[02/Jun/2015:14:10:28 +0200] 192.168.0.13 TLSv1.2 
ECDHE-RSA-AES128-GCM-SHA256 "GET /plugins/sieve-0.2.3f.xpi HTTP/1.1" 596561
[02/Jun/2015:14:12:39 +0200] 192.168.0.13 TLSv1.2 
ECDHE-RSA-AES128-GCM-SHA256 "GET 
/plugins/updates.php?plugin=si...@mozdev.org&version=0.00&platform=WINNT_x86-msvc 
HTTP/1.1" 768


nothing else with sieve. i grepped if this matters.

cheers

j.

--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Providing Updates for Sieve plugin via updates.php

2015-06-02 Thread Adi Kriegisch
Hi!

> i try to update sieve plugin in thunderbird via updates.php file.
(...)
> updating connector, lightning and integrator works just fine.
> 
> any hints to that?
Do you get any requests for the sieve plugin to updates.php in your server
log? If so, how does the request look like?

-- Adi
-- 
users@sogo.nu
https://inverse.ca/sogo/lists


[SOGo] Providing Updates for Sieve plugin via updates.php

2015-06-02 Thread J. Echter

Hi,

i try to update sieve plugin in thunderbird via updates.php file.

It seems that it doesn't work. :)

What i did:

i added these line to updates.php (i copied lightning lines too that you 
see i added the comma):


 "{e2fda1a4-762b-4020-b5ad-a41df1933103}"
=> array( "application" => "thunderbird",
   "version" => "3.3.3",
   "filename" => "lightning.xpi" ),
"si...@mozdev.org"
 => array( "application" => "thunderbird",
   "version" => "0.2.3f",
   "filename" => "sieve-0.2.3f.xpi" )

"si...@mozdev.org" this i have from thunderbird roaming dir -> profile 
-> extensions -> si...@mozdev.org.xpi


rights for the file:

-rw-r--r-- 1 root root  596561  2. Jun 13:21 sieve-0.2.3f.xpi
-rw-r--r-- 1 root root  262678  6. Feb 19:48 sogo-connector-31.0.1.xpi

i pasted the sogo-connector line that you see we have the same rights on 
those files.


updating connector, lightning and integrator works just fine.

any hints to that?

thanks

juergen
--
users@sogo.nu
https://inverse.ca/sogo/lists