From 2bb976ddfa961b5c42fac83ae4ca4dface1463a5 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Sat, 5 Jun 2021 08:13:52 +0200 Subject: [PATCH 01/16] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 799a1cf..d5106e9 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "A libre and federated social network.", "fr": "Un réseau social libre et fédéré." }, - "version": "3.3.0~ynh4", + "version": "3.4.1~ynh4", "url": "https://github.com/tootsuite/mastodon", "license": "AGPL-3.0-or-later", "maintainer": { From efbdbb05350b820c6e59a7bbbf70f57cf679fff8 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Sat, 5 Jun 2021 08:14:37 +0200 Subject: [PATCH 02/16] Update app.src --- conf/app.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/app.src b/conf/app.src index 6383dac..dcbcb48 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/tootsuite/mastodon/archive/1efcbb9cfe36d4428ef6af988bb0d7b25ace3971.tar.gz -SOURCE_SUM=4ecbfd34ea37d739fbcec11cf9b812e8d8f60f6367f8ce255a062d5d64d92557 +SOURCE_URL=https://github.com/tootsuite/mastodon/archive/refs/tags/v3.4.1.tar.gz +SOURCE_SUM=9e449805ea78afa62fee8ab31a427dee57b50cdb391335d4986d10e611103fbd SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true From e5833bfd5ac9705ff22c92a671bab4d29cd0d345 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Sat, 5 Jun 2021 08:15:12 +0200 Subject: [PATCH 03/16] Update README_fr.md --- README_fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_fr.md b/README_fr.md index 3c6dd63..a26a0ce 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install ## Vue d'ensemble Mastodon est un réseau social de microblog auto-hébergé et open source. C'est une alternative décentralisée aux plates-formes commerciales comme Twitter. Mastodon évite ainsi les risques qu'une seule société monopolise votre communication à des fins commerciales. -**Version incluse:** 3.3.0 +**Version incluse:** 3.4.1 ## Points importants à lire avant l'installation From 327980e54e54b68e6dfb3ec3da82dc4a65a0d2f2 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Sat, 5 Jun 2021 08:15:33 +0200 Subject: [PATCH 04/16] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fdb5158..a551c91 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview Mastodon is a free, open-source microblogging social network. It is a decentralized alternative to commercial platforms like Twitter and avoids the risks of a single company monopolizing your communication for commercial purposes. -**Shipped version:** 3.3.0 +**Shipped version:** 3.4.1 ## Important points to read before installing From a60130321626ede7ccc719e5aade3535c763a276 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Sun, 6 Jun 2021 11:54:13 +0200 Subject: [PATCH 05/16] Update check_process --- check_process | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/check_process b/check_process index 1c35a30..8afe689 100644 --- a/check_process +++ b/check_process @@ -28,6 +28,8 @@ #upgrade=1 from_commit=a233ccc644d97aa89756fac9f0ce68c98d81d27c # 3.3.0~ynh1 #upgrade=1 from_commit=a7eb98db3fac0697b923072dcd78c1ca04bf0a12 + # 3.4.1~ynh1 + #upgrade=1 from_commit=efbdbb05350b820c6e59a7bbbf70f57cf679fff8 backup_restore=1 multi_instance=1 port_already_use=0 @@ -52,3 +54,5 @@ Notification=all name=3.2.2~ynh1 ; commit=a7eb98db3fac0697b923072dcd78c1ca04bf0a12 name=3.3.0~ynh1 + ; commit=efbdbb05350b820c6e59a7bbbf70f57cf679fff8 + name=3.4.1~ynh1 From 4299fcbc1f15ccf7a2065b4a010e7f407c48c82e Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Sun, 6 Jun 2021 14:52:50 +0200 Subject: [PATCH 06/16] Update app.src --- conf/app.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/app.src b/conf/app.src index dcbcb48..fdc548a 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/tootsuite/mastodon/archive/refs/tags/v3.4.1.tar.gz -SOURCE_SUM=9e449805ea78afa62fee8ab31a427dee57b50cdb391335d4986d10e611103fbd +SOURCE_URL=https://github.com/tootsuite/mastodon/archive/refs/tags/v3.4.0.tar.gz +SOURCE_SUM=32c90f12820788eef86f923a1778fdc1b504e714dc824064e2afdef1d37e02da SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true From 7e6a1524ec44474c35b437af6e261f578b1af350 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Sun, 6 Jun 2021 14:53:18 +0200 Subject: [PATCH 07/16] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index d5106e9..091b620 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "A libre and federated social network.", "fr": "Un réseau social libre et fédéré." }, - "version": "3.4.1~ynh4", + "version": "3.4.0~ynh4", "url": "https://github.com/tootsuite/mastodon", "license": "AGPL-3.0-or-later", "maintainer": { From b0c8aeb6230735a9df3fca633332535b322c9f82 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Sun, 6 Jun 2021 14:55:12 +0200 Subject: [PATCH 08/16] Update check_process --- check_process | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check_process b/check_process index 8afe689..0c0d05c 100644 --- a/check_process +++ b/check_process @@ -28,7 +28,7 @@ #upgrade=1 from_commit=a233ccc644d97aa89756fac9f0ce68c98d81d27c # 3.3.0~ynh1 #upgrade=1 from_commit=a7eb98db3fac0697b923072dcd78c1ca04bf0a12 - # 3.4.1~ynh1 + # 3.4.0~ynh1 #upgrade=1 from_commit=efbdbb05350b820c6e59a7bbbf70f57cf679fff8 backup_restore=1 multi_instance=1 @@ -55,4 +55,4 @@ Notification=all ; commit=a7eb98db3fac0697b923072dcd78c1ca04bf0a12 name=3.3.0~ynh1 ; commit=efbdbb05350b820c6e59a7bbbf70f57cf679fff8 - name=3.4.1~ynh1 + name=3.4.0~ynh1 From 7762e3b040cc3326df00747bf099da5df6559253 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Sun, 6 Jun 2021 14:55:34 +0200 Subject: [PATCH 09/16] Update README_fr.md --- README_fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_fr.md b/README_fr.md index a26a0ce..aafdd6f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install ## Vue d'ensemble Mastodon est un réseau social de microblog auto-hébergé et open source. C'est une alternative décentralisée aux plates-formes commerciales comme Twitter. Mastodon évite ainsi les risques qu'une seule société monopolise votre communication à des fins commerciales. -**Version incluse:** 3.4.1 +**Version incluse:** 3.4.0 ## Points importants à lire avant l'installation From b191d28728db4af80b5d45485dba3b16c8245c37 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Sun, 6 Jun 2021 14:55:56 +0200 Subject: [PATCH 10/16] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a551c91..4071f41 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview Mastodon is a free, open-source microblogging social network. It is a decentralized alternative to commercial platforms like Twitter and avoids the risks of a single company monopolizing your communication for commercial purposes. -**Shipped version:** 3.4.1 +**Shipped version:** 3.4.0 ## Important points to read before installing From 3228170225f0d9f47e6d262e6b8d2d74897a7141 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Mon, 7 Jun 2021 07:35:58 +0200 Subject: [PATCH 11/16] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4071f41..a551c91 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview Mastodon is a free, open-source microblogging social network. It is a decentralized alternative to commercial platforms like Twitter and avoids the risks of a single company monopolizing your communication for commercial purposes. -**Shipped version:** 3.4.0 +**Shipped version:** 3.4.1 ## Important points to read before installing From a7ad6860e68e871536246508b789e704e5303390 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Mon, 7 Jun 2021 07:36:13 +0200 Subject: [PATCH 12/16] Update README_fr.md --- README_fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_fr.md b/README_fr.md index aafdd6f..a26a0ce 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install ## Vue d'ensemble Mastodon est un réseau social de microblog auto-hébergé et open source. C'est une alternative décentralisée aux plates-formes commerciales comme Twitter. Mastodon évite ainsi les risques qu'une seule société monopolise votre communication à des fins commerciales. -**Version incluse:** 3.4.0 +**Version incluse:** 3.4.1 ## Points importants à lire avant l'installation From 9fa880ff976186998982911069df8c3bc442aa41 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Mon, 7 Jun 2021 07:36:48 +0200 Subject: [PATCH 13/16] Update check_process --- check_process | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check_process b/check_process index 0c0d05c..8afe689 100644 --- a/check_process +++ b/check_process @@ -28,7 +28,7 @@ #upgrade=1 from_commit=a233ccc644d97aa89756fac9f0ce68c98d81d27c # 3.3.0~ynh1 #upgrade=1 from_commit=a7eb98db3fac0697b923072dcd78c1ca04bf0a12 - # 3.4.0~ynh1 + # 3.4.1~ynh1 #upgrade=1 from_commit=efbdbb05350b820c6e59a7bbbf70f57cf679fff8 backup_restore=1 multi_instance=1 @@ -55,4 +55,4 @@ Notification=all ; commit=a7eb98db3fac0697b923072dcd78c1ca04bf0a12 name=3.3.0~ynh1 ; commit=efbdbb05350b820c6e59a7bbbf70f57cf679fff8 - name=3.4.0~ynh1 + name=3.4.1~ynh1 From 13ea69cd99479cb77c4d6f225d474ad3bb485d65 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Mon, 7 Jun 2021 07:37:57 +0200 Subject: [PATCH 14/16] Update app.src --- conf/app.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/app.src b/conf/app.src index fdc548a..dcbcb48 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/tootsuite/mastodon/archive/refs/tags/v3.4.0.tar.gz -SOURCE_SUM=32c90f12820788eef86f923a1778fdc1b504e714dc824064e2afdef1d37e02da +SOURCE_URL=https://github.com/tootsuite/mastodon/archive/refs/tags/v3.4.1.tar.gz +SOURCE_SUM=9e449805ea78afa62fee8ab31a427dee57b50cdb391335d4986d10e611103fbd SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true From a6481b137416e0c93fb68aa334dace5304e638f2 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Mon, 7 Jun 2021 07:52:07 +0200 Subject: [PATCH 15/16] Update manifest.json --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 091b620..f7fad65 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "A libre and federated social network.", "fr": "Un réseau social libre et fédéré." }, - "version": "3.4.0~ynh4", + "version": "3.4.1~ynh4", "url": "https://github.com/tootsuite/mastodon", "license": "AGPL-3.0-or-later", "maintainer": { @@ -25,7 +25,7 @@ "requirements": { "yunohost": ">= 4.2.0" }, - "multi_instance": true, + "multi_instance": false, "services": [ "nginx" ], From 7258b4cef28f792bfa4c1a0ca796159d1845b632 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Mon, 7 Jun 2021 08:01:10 +0200 Subject: [PATCH 16/16] Update check_process --- check_process | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_process b/check_process index 8afe689..1129634 100644 --- a/check_process +++ b/check_process @@ -31,7 +31,7 @@ # 3.4.1~ynh1 #upgrade=1 from_commit=efbdbb05350b820c6e59a7bbbf70f57cf679fff8 backup_restore=1 - multi_instance=1 + multi_instance=0 port_already_use=0 change_url=0 ;;; Options