From 8ce51793263f97e49b87dfceab88beb984f5a9b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Mon, 17 Aug 2020 23:00:49 +0000 Subject: [PATCH 1/3] Upgrade synapse to 1.19.0 --- README.md | 2 +- conf/armv7_buster.src | 4 ++-- conf/armv7_stretch.src | 4 ++-- manifest.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c0d1b36..a5ffd2e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Instant messaging server matrix network. Yunohost chatroom with matrix : [https://riot.im/app/#/room/#yunohost:matrix.org](https://riot.im/app/#/room/#yunohost:matrix.org) -**Shipped version:** 1.18.0 +**Shipped version:** 1.19.0 ## Configuration diff --git a/conf/armv7_buster.src b/conf/armv7_buster.src index 6e52de5..c13d65d 100644 --- a/conf/armv7_buster.src +++ b/conf/armv7_buster.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.18.0/matrix-synapse_1.18.0-buster-bin1_armv7l.tar.gz -SOURCE_SUM=bb86f8d87de8e76630eda501f1d7cf3294466d930a19c498268feab88d102dc8 +SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.19.0/matrix-synapse_1.19.0-buster-bin1_armv7l.tar.gz +SOURCE_SUM=fba63e811c08653a4b07eb69b4dd7ddb8c6b4c644e6f93c49b0bd28ad6c609e3 # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/conf/armv7_stretch.src b/conf/armv7_stretch.src index 24eac53..18b5d74 100644 --- a/conf/armv7_stretch.src +++ b/conf/armv7_stretch.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.18.0/matrix-synapse_1.18.0-stretch-bin1_armv7l.tar.gz -SOURCE_SUM=56a0e20bb0ca7f834ca1b5e570d8d75a4102f455251e8c8d2010e5b39f2a4d59 +SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.19.0/matrix-synapse_1.19.0-stretch-bin1_armv7l.tar.gz +SOURCE_SUM=41de67987021c30892fd1f0674ab0b919f0d9a7bc2e7cb1617e00d15dc95ef17 # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/manifest.json b/manifest.json index 3c0e95e..f71f9a5 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Instant messaging server which uses Matrix", "fr": "Un serveur de messagerie instantané basé sur Matrix" }, - "version": "1.18.0~ynh1", + "version": "1.19.0~ynh1", "url": "http://matrix.org", "license": "Apache-2.0", "maintainer": { From a0bce0e2bea4a695d8fd2d8130e16930ecf1e9bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Sun, 23 Aug 2020 10:03:10 +0200 Subject: [PATCH 2/3] Remove alt_tls_port in diagnosis --- scripts/install | 2 +- scripts/restore | 2 +- scripts/upgrade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index cf5141b..48983e8 100644 --- a/scripts/install +++ b/scripts/install @@ -407,7 +407,7 @@ setfacl -R -m user:turnserver:rwX /var/log/matrix-$app #================================================= yunohost service add matrix-$app --log "/var/log/matrix-$app/homeserver.log" --needs_exposed_ports $synapse_tls_port -yunohost service add coturn-$app --needs_exposed_ports $turnserver_tls_port $turnserver_alt_tls_port +yunohost service add coturn-$app --needs_exposed_ports $turnserver_tls_port #================================================= # RELOAD SERVICES diff --git a/scripts/restore b/scripts/restore index d68aae3..3b3815d 100644 --- a/scripts/restore +++ b/scripts/restore @@ -134,7 +134,7 @@ systemctl enable coturn-$app.service #================================================= yunohost service add matrix-$app --log "/var/log/matrix-$app/homeserver.log" --needs_exposed_ports $synapse_tls_port -yunohost service add coturn-$app --needs_exposed_ports $turnserver_tls_port $turnserver_alt_tls_port +yunohost service add coturn-$app --needs_exposed_ports $turnserver_tls_port #================================================= # CREATE A DH FILE diff --git a/scripts/upgrade b/scripts/upgrade index 01f1723..d1a6b80 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -390,7 +390,7 @@ ynh_replace_string --match_string=__APP__ --replace_string=$app --target_file="$ #================================================= yunohost service add matrix-$app --log "/var/log/matrix-$app/homeserver.log" --needs_exposed_ports $synapse_tls_port -yunohost service add coturn-$app --needs_exposed_ports $turnserver_tls_port $turnserver_alt_tls_port +yunohost service add coturn-$app --needs_exposed_ports $turnserver_tls_port #================================================= # UPDATE SYSTEMD From 449e6fae03c4321f96808f824582d66c6ae72e89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Thu, 27 Aug 2020 22:56:35 +0000 Subject: [PATCH 3/3] Upgrade synapse to 1.19.1 --- README.md | 2 +- conf/armv7_buster.src | 4 ++-- conf/armv7_stretch.src | 4 ++-- manifest.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a5ffd2e..32654c9 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Instant messaging server matrix network. Yunohost chatroom with matrix : [https://riot.im/app/#/room/#yunohost:matrix.org](https://riot.im/app/#/room/#yunohost:matrix.org) -**Shipped version:** 1.19.0 +**Shipped version:** 1.19.1 ## Configuration diff --git a/conf/armv7_buster.src b/conf/armv7_buster.src index c13d65d..94c0412 100644 --- a/conf/armv7_buster.src +++ b/conf/armv7_buster.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.19.0/matrix-synapse_1.19.0-buster-bin1_armv7l.tar.gz -SOURCE_SUM=fba63e811c08653a4b07eb69b4dd7ddb8c6b4c644e6f93c49b0bd28ad6c609e3 +SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.19.1/matrix-synapse_1.19.1-buster-bin1_armv7l.tar.gz +SOURCE_SUM=6883b02fa2e02556f79fefbe653baf8ba842a6be97a464b072d29904415dc52d # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/conf/armv7_stretch.src b/conf/armv7_stretch.src index 18b5d74..2bda112 100644 --- a/conf/armv7_stretch.src +++ b/conf/armv7_stretch.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.19.0/matrix-synapse_1.19.0-stretch-bin1_armv7l.tar.gz -SOURCE_SUM=41de67987021c30892fd1f0674ab0b919f0d9a7bc2e7cb1617e00d15dc95ef17 +SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.19.1/matrix-synapse_1.19.1-stretch-bin1_armv7l.tar.gz +SOURCE_SUM=d1ceeaf64fa4d5076a7d515b0a926ef37d69e9e946df389a1d2dedbdd3d9cbb4 # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/manifest.json b/manifest.json index f71f9a5..74181e4 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Instant messaging server which uses Matrix", "fr": "Un serveur de messagerie instantané basé sur Matrix" }, - "version": "1.19.0~ynh1", + "version": "1.19.1~ynh1", "url": "http://matrix.org", "license": "Apache-2.0", "maintainer": {