From 285501c87fd1db040b8449379233a07c06f55a7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Wed, 16 Jun 2021 00:34:09 +0200 Subject: [PATCH 1/4] Upgrade synapse to 1.36.0 --- README.md | 2 +- conf/armv7_bullseye.src | 4 ++-- conf/armv7_buster.src | 4 ++-- manifest.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 216d861..05a7c03 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.35.1 +**Shipped version:** 1.36.0 ## Configuration diff --git a/conf/armv7_bullseye.src b/conf/armv7_bullseye.src index 42e9cd8..cf43544 100644 --- a/conf/armv7_bullseye.src +++ b/conf/armv7_bullseye.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.35.1/matrix-synapse_1.35.1-bullseye-bin1_armv7l.tar.gz -SOURCE_SUM=61f47a276fa278108081bded1aa133f7b19277309c5d3eb21e99204fb32a8ea6 +SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.36.0/matrix-synapse_1.36.0-bullseye-bin1_armv7l.tar.gz +SOURCE_SUM=d6bf06cc96757b550acd547eb0fc2928a63f46955ba7163e95ed576bc55cea6d # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/conf/armv7_buster.src b/conf/armv7_buster.src index aeab4ed..7af898c 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.35.1/matrix-synapse_1.35.1-buster-bin1_armv7l.tar.gz -SOURCE_SUM=72df95c4934de966e0c33f8defd52425a345514b456638ac366f3c809ca07400 +SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.36.0/matrix-synapse_1.36.0-buster-bin1_armv7l.tar.gz +SOURCE_SUM=46a4fe7e81d33c41d72d4f238320519b732190c5690b73242765bc0eeccb4de5 # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/manifest.json b/manifest.json index 026caaa..62faa4e 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.35.1~ynh1", + "version": "1.36.0~ynh1", "url": "http://matrix.org", "license": "Apache-2.0", "maintainer": { From 98ddba8e05c0604f4a18281fb0f49ed424d5e765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Sat, 26 Jun 2021 12:42:14 +0200 Subject: [PATCH 2/4] Remove reference of php7.0 --- scripts/backup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/backup b/scripts/backup index 6af787c..5798d50 100644 --- a/scripts/backup +++ b/scripts/backup @@ -27,6 +27,7 @@ app=$YNH_APP_INSTANCE_NAME domain=$(ynh_app_setting_get --app=$app --key=domain) server_name=$(ynh_app_setting_get --app=$app --key=server_name) final_path=$(ynh_app_setting_get --app=$app --key=final_path) +phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) if [[ ! "$(systemctl status matrix-$app.service)" =~ "Active: inactive (dead)" ]]; then ynh_print_warn --message="It's hightly recommended to make your backup when the service is stopped. Please stop $app service with this command before to run the backup 'systemctl stop matrix-$app.service'" @@ -60,7 +61,7 @@ ynh_backup --src_path="$final_www_path" ynh_print_info --message="Backing up nginx web server configuration..." # BACKUP THE PHP-FPM CONFIGURATION -ynh_backup --src_path "/etc/php/7.0/fpm/pool.d/$app.conf" +ynh_backup --src_path "/etc/php/$phpversion/fpm/pool.d/$app.conf" ynh_backup --src_path="/etc/nginx/conf.d/$domain.d/$app.conf" if yunohost --output-as plain domain list | grep -q "^$server_name$" From 5dcf05c88b16c104cfccd6d7287558291d5978cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Wed, 30 Jun 2021 00:23:01 +0200 Subject: [PATCH 3/4] Upgrade synapse to 1.37.0 --- README.md | 2 +- conf/armv7_bullseye.src | 4 ++-- conf/armv7_buster.src | 4 ++-- manifest.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 05a7c03..9305afe 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.36.0 +**Shipped version:** 1.37.0 ## Configuration diff --git a/conf/armv7_bullseye.src b/conf/armv7_bullseye.src index cf43544..4316d2d 100644 --- a/conf/armv7_bullseye.src +++ b/conf/armv7_bullseye.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.36.0/matrix-synapse_1.36.0-bullseye-bin1_armv7l.tar.gz -SOURCE_SUM=d6bf06cc96757b550acd547eb0fc2928a63f46955ba7163e95ed576bc55cea6d +SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.37.0/matrix-synapse_1.37.0-bullseye-bin1_armv7l.tar.gz +SOURCE_SUM=f6f54f02a40b0fa5210c058fb8d39df36703974bdeb46479ea46a95239e1760b # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/conf/armv7_buster.src b/conf/armv7_buster.src index 7af898c..bceaea5 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.36.0/matrix-synapse_1.36.0-buster-bin1_armv7l.tar.gz -SOURCE_SUM=46a4fe7e81d33c41d72d4f238320519b732190c5690b73242765bc0eeccb4de5 +SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.37.0/matrix-synapse_1.37.0-buster-bin1_armv7l.tar.gz +SOURCE_SUM=44da5e64f2fdcceb65949cc227c59a94877e4a06c420e65e56aebff255c34c2c # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/manifest.json b/manifest.json index 62faa4e..8b973cf 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.36.0~ynh1", + "version": "1.37.0~ynh1", "url": "http://matrix.org", "license": "Apache-2.0", "maintainer": { From 8504fe747b451dee76711a64b8cca952ece088be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Thu, 1 Jul 2021 00:22:25 +0200 Subject: [PATCH 4/4] Upgrade synapse to 1.37.1 --- README.md | 2 +- conf/armv7_bullseye.src | 4 ++-- conf/armv7_buster.src | 4 ++-- manifest.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9305afe..ec35a07 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.37.0 +**Shipped version:** 1.37.1 ## Configuration diff --git a/conf/armv7_bullseye.src b/conf/armv7_bullseye.src index 4316d2d..9073c37 100644 --- a/conf/armv7_bullseye.src +++ b/conf/armv7_bullseye.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.37.0/matrix-synapse_1.37.0-bullseye-bin1_armv7l.tar.gz -SOURCE_SUM=f6f54f02a40b0fa5210c058fb8d39df36703974bdeb46479ea46a95239e1760b +SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.37.1/matrix-synapse_1.37.1-bullseye-bin1_armv7l.tar.gz +SOURCE_SUM=6173dd1c538c3e608a09b44a9946f7d66dd96f88d9c268c815263874ee4a5040 # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/conf/armv7_buster.src b/conf/armv7_buster.src index bceaea5..8fe77a8 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.37.0/matrix-synapse_1.37.0-buster-bin1_armv7l.tar.gz -SOURCE_SUM=44da5e64f2fdcceb65949cc227c59a94877e4a06c420e65e56aebff255c34c2c +SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.37.1/matrix-synapse_1.37.1-buster-bin1_armv7l.tar.gz +SOURCE_SUM=43abbd8abac8183561e92a123d07002f5776396e1088eac6d0b7185e653e21ef # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/manifest.json b/manifest.json index 8b973cf..6a920bf 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.37.0~ynh1", + "version": "1.37.1~ynh1", "url": "http://matrix.org", "license": "Apache-2.0", "maintainer": {