From 381393ebcd41716a9c2ce164b70591d1b205cd74 Mon Sep 17 00:00:00 2001 From: Mayeul Cantan Date: Tue, 16 Aug 2022 20:20:48 +0200 Subject: [PATCH 1/7] Fix appending the logrotate config twice during upgrade Closes https://github.com/YunoHost-Apps/mautrix_signal_ynh/issues/49 --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index cfdba78..a2286b7 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -173,7 +173,7 @@ ynh_add_systemd_config ynh_script_progression --message="Upgrading logrotate configuration..." --weight=1 # Use logrotate to manage app-specific logfile(s) -ynh_use_logrotate +ynh_use_logrotate --nonappend chmod -R 600 "/var/log/$app" chmod 700 "/var/log/$app" chown -R $app:$app /var/log/$app From efdd9529fe947dfe6f2145dec4d9097959d94f49 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 26 Oct 2022 10:51:43 +0000 Subject: [PATCH 2/7] Auto-update README --- README.md | 1 - README_fr.md | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index abac49a..10d3cef 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ A puppeting bridge between Matrix and Signal packaged as a YunoHost service. Mes **Shipped version:** 0.3.0~ynh1 - ## Disclaimers / important information ## List of known public services diff --git a/README_fr.md b/README_fr.md index 8dd3e26..775354f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -21,8 +21,7 @@ La passerelle ["Mautrix-Signal"](https://docs.mau.fi/bridges/python/signal/index ** Attention : sauvegardez et restaurez toujours les deux applications Yunohost matrix-synapse et mautrix_signal en même temps!** -**Version incluse :** 0.3.0~ynh1 - +**Version incluse :** 0.3.0~ynh1 ## Avertissements / informations importantes ## Liste de passerelles publiques From ca3ae1860fcc76d6b7a3803728dbbf48e63697d7 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 22 Sep 2022 06:42:57 +0000 Subject: [PATCH 3/7] Upgrade to v0.4.0 --- conf/app.src | 6 +++--- manifest.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/app.src b/conf/app.src index e6ca9ea..93a3349 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://github.com/mautrix/signal/archive/refs/tags/v0.3.0.tar.gz -SOURCE_SUM=ea1ed7848dbb8cbb947d441a01f6f0c8fad0791601d6e36d90c3e50cbade30d3 +SOURCE_URL=https://github.com/mautrix/signal/archive/refs/tags/v0.4.0.tar.gz +SOURCE_SUM=ada8b06b359d48175e200b69d243759343b781f2533e582fad7127864165afbe SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=mautrix-signal.tar.gz +SOURCE_FILENAME=mautrix-facebook.tar.gz SOURCE_EXTRACT=false diff --git a/manifest.json b/manifest.json index c77198b..7d7babb 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Matrix / Synapse puppeting bridge for Signal", "fr": "Passerelle Matrix / Synapse pour Signal" }, - "version": "0.3.0~ynh1", + "version": "0.4.0~ynh1", "url": "https://github.com/mautrix/signal", "upstream": { "license": "AGPL-3.0-or-later", From b9f5f8f4afa005dbc2870f2521154fccb00b1690 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 22 Sep 2022 06:43:01 +0000 Subject: [PATCH 4/7] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 10d3cef..338068f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in A puppeting bridge between Matrix and Signal packaged as a YunoHost service. Messages, notifications (and sometimes media) are bridged between a Signal user and a Matrix user. Currently the Matrix user can NOT invite other Matrix user in a bridged Signal room, so only someone with a Signal account can participate to Signal group conversations. The ["Mautrix-Signal"](https://docs.mau.fi/bridges/python/signal/index.html) bridge consists in a Synapse App Service and relies on postgresql (mysql also possible). Therefore, [Synapse for YunoHost](https://github.com/YunoHost-Apps/synapse_ynh) should be installed beforehand. -**Shipped version:** 0.3.0~ynh1 +**Shipped version:** 0.4.0~ynh1 ## Disclaimers / important information ## List of known public services diff --git a/README_fr.md b/README_fr.md index 775354f..083ab63 100644 --- a/README_fr.md +++ b/README_fr.md @@ -21,7 +21,7 @@ La passerelle ["Mautrix-Signal"](https://docs.mau.fi/bridges/python/signal/index ** Attention : sauvegardez et restaurez toujours les deux applications Yunohost matrix-synapse et mautrix_signal en même temps!** -**Version incluse :** 0.3.0~ynh1 +**Version incluse :** 0.4.0~ynh1 ## Avertissements / informations importantes ## Liste de passerelles publiques From 3207579ead92bb5de42b4eb7c806e5f72bf0d53e Mon Sep 17 00:00:00 2001 From: Mayeul Cantan Date: Mon, 24 Oct 2022 22:44:48 +0200 Subject: [PATCH 5/7] Fixup auto-update typo Not sure why the bot renamed signal to facebook, but the rest seems OK --- conf/app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/app.src b/conf/app.src index 93a3349..d120631 100644 --- a/conf/app.src +++ b/conf/app.src @@ -3,5 +3,5 @@ SOURCE_SUM=ada8b06b359d48175e200b69d243759343b781f2533e582fad7127864165afbe SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=mautrix-facebook.tar.gz +SOURCE_FILENAME=mautrix-signal.tar.gz SOURCE_EXTRACT=false From 36e348af32b9cf0109ebfe7d051111cf296f42df Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 26 Oct 2022 12:19:48 +0000 Subject: [PATCH 6/7] Auto-update README --- README_fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_fr.md b/README_fr.md index 083ab63..462a350 100644 --- a/README_fr.md +++ b/README_fr.md @@ -21,7 +21,7 @@ La passerelle ["Mautrix-Signal"](https://docs.mau.fi/bridges/python/signal/index ** Attention : sauvegardez et restaurez toujours les deux applications Yunohost matrix-synapse et mautrix_signal en même temps!** -**Version incluse :** 0.4.0~ynh1 +**Version incluse :** 0.4.0~ynh1 ## Avertissements / informations importantes ## Liste de passerelles publiques From 9174a1999c2905413ab90ceb1b64769a68d9f1af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Nov 2022 12:18:27 +0100 Subject: [PATCH 7/7] Upgrade to version 0.4.1 (#65) * Upgrade to v0.4.1 * Auto-update README * Update app.src (#66) change facebook to signal Co-authored-by: yunohost-bot Co-authored-by: yunohost-bot Co-authored-by: Thatoo --- README.md | 2 +- README_fr.md | 2 +- conf/app.src | 4 ++-- manifest.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 338068f..5565b47 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in A puppeting bridge between Matrix and Signal packaged as a YunoHost service. Messages, notifications (and sometimes media) are bridged between a Signal user and a Matrix user. Currently the Matrix user can NOT invite other Matrix user in a bridged Signal room, so only someone with a Signal account can participate to Signal group conversations. The ["Mautrix-Signal"](https://docs.mau.fi/bridges/python/signal/index.html) bridge consists in a Synapse App Service and relies on postgresql (mysql also possible). Therefore, [Synapse for YunoHost](https://github.com/YunoHost-Apps/synapse_ynh) should be installed beforehand. -**Shipped version:** 0.4.0~ynh1 +**Shipped version:** 0.4.1~ynh1 ## Disclaimers / important information ## List of known public services diff --git a/README_fr.md b/README_fr.md index 462a350..c3e2aba 100644 --- a/README_fr.md +++ b/README_fr.md @@ -21,7 +21,7 @@ La passerelle ["Mautrix-Signal"](https://docs.mau.fi/bridges/python/signal/index ** Attention : sauvegardez et restaurez toujours les deux applications Yunohost matrix-synapse et mautrix_signal en même temps!** -**Version incluse :** 0.4.0~ynh1 +**Version incluse :** 0.4.1~ynh1 ## Avertissements / informations importantes ## Liste de passerelles publiques diff --git a/conf/app.src b/conf/app.src index d120631..0198bdd 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/mautrix/signal/archive/refs/tags/v0.4.0.tar.gz -SOURCE_SUM=ada8b06b359d48175e200b69d243759343b781f2533e582fad7127864165afbe +SOURCE_URL=https://github.com/mautrix/signal/archive/refs/tags/v0.4.1.tar.gz +SOURCE_SUM=ad2d810d2a81d5bee57549de09e8fd4a045913e14009115379e5acc036a0f120 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 7d7babb..3f99402 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Matrix / Synapse puppeting bridge for Signal", "fr": "Passerelle Matrix / Synapse pour Signal" }, - "version": "0.4.0~ynh1", + "version": "0.4.1~ynh1", "url": "https://github.com/mautrix/signal", "upstream": { "license": "AGPL-3.0-or-later",