1 |
stephdl |
1.1 |
diff -Nur roundcubemail_plugins-1.2.old/root/usr/share/roundcubemail/composer.json roundcubemail_plugins-1.2.new/root/usr/share/roundcubemail/composer.json |
2 |
|
|
--- roundcubemail_plugins-1.2.old/root/usr/share/roundcubemail/composer.json 2015-03-31 05:29:23.000000000 +0200 |
3 |
|
|
+++ roundcubemail_plugins-1.2.new/root/usr/share/roundcubemail/composer.json 2016-03-12 16:48:46.877612087 +0100 |
4 |
|
|
@@ -2,10 +2,11 @@ |
5 |
|
|
"name": "roundcube/roundcubemail", |
6 |
|
|
"description": "The Roundcube Webmail suite", |
7 |
|
|
"license": "GPL-3.0+", |
8 |
|
|
+ "config": {"disable-tls": true}, |
9 |
|
|
"repositories": [ |
10 |
|
|
{ |
11 |
|
|
"type": "composer", |
12 |
|
|
- "url": "http://plugins.roundcube.net/" |
13 |
|
|
+ "url": "https://plugins.roundcube.net/" |
14 |
|
|
} |
15 |
|
|
], |
16 |
|
|
"require": { |