From f83321c244cf1d3449e5f2ca1035feedceda47f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 5 Dec 2023 09:14:46 +0100 Subject: [PATCH 1/7] Update manifest.toml --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index b326566..4c8fe92 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "SnappyMail" description.en = "Simple, modern, lightweight & fast web-based e-mail client" description.fr = "Client de messagerie Web simple, moderne, léger et rapide" -version = "2.29.3~ynh1" +version = "2.30.0~ynh1" maintainers = ["eric_G"] @@ -46,8 +46,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/the-djmaze/snappymail/releases/download/v2.29.3/snappymail-2.29.3.tar.gz" - sha256 = "a13e955ac314586545c4fef3b9da7780764f248b4479c10d4c303f1f88704985" + url = "https://github.com/the-djmaze/snappymail/releases/download/v2.30.0/snappymail-2.30.0.tar.gz" + sha256 = "23d77d3047ca05b4d276f885c290d373cf7cf3d94b9374de11e68de6bac3f7fb" in_subdir = false autoupdate.strategy = "latest_github_tag" From 10fd956a5d8576bff1384deced4c219e6c0a4891 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 5 Dec 2023 08:14:51 +0000 Subject: [PATCH 2/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 95aa6da..97322a1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Simple, modern, lightweight & fast web-based email client. The drastically upgraded & secured fork of RainLoop Webmail Community edition. -**Shipped version:** 2.29.3~ynh1 +**Shipped version:** 2.30.0~ynh1 **Demo:** https://snappymail.eu/demo/ diff --git a/README_fr.md b/README_fr.md index a9199af..38ac024 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Client de messagerie Web simple, moderne, léger et rapide. Snappymail est un fork considérablement amélioré et sécurisé de l'édition RainLoop Webmail Community. -**Version incluse :** 2.29.3~ynh1 +**Version incluse :** 2.30.0~ynh1 **Démo :** https://snappymail.eu/demo/ From e1ae387abe4a63667be64becc9c82c95d7db7357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 8 Dec 2023 14:31:01 +0100 Subject: [PATCH 3/7] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index f1ed103..74286ed 100755 --- a/scripts/install +++ b/scripts/install @@ -70,7 +70,7 @@ chown $app:$app "$install_dir/app/data/_data_/_default_/configs/application.ini" #================================================= ynh_script_progression --message="Applying SSO patch..." --weight=1 -ynh_add_config --template="../conf/sso.php" --destination="$install_dir/index.php" +ynh_add_config --template="sso.php" --destination="$install_dir/index.php" #================================================= # END OF SCRIPT From 887e68e8fb5d722b81fbe750a550e755c4583aff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 8 Dec 2023 14:33:10 +0100 Subject: [PATCH 4/7] Update change_url --- scripts/change_url | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/change_url b/scripts/change_url index 84fc887..4a846db 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -21,10 +21,7 @@ ynh_change_url_nginx_config #================================================= ynh_script_progression --message="Updating a configuration file..." --weight=1 -ynh_add_config --template="application.ini" --destination="$install_dir/app/data/_data_/_default_/configs/application.ini" - -chmod 400 "$install_dir/app/data/_data_/_default_/configs/application.ini" -chown $app:$app "$install_dir/app/data/_data_/_default_/configs/application.ini" +ynh_replace_string --match_string='default_domain = "$domain"' --replace_string='default_domain = "$new_domain"' --target_file="$install_dir/app/data/_data_/_default_/configs/application.ini" #================================================= # SETUP SSO From 52d811e1558969086cdfb2191b49d22b39398cd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 8 Dec 2023 14:33:33 +0100 Subject: [PATCH 5/7] Update upgrade --- scripts/upgrade | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 73f3a12..f2cbe56 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -83,12 +83,12 @@ ynh_use_logrotate --non-append #================================================= # UPDATE A CONFIG FILE #================================================= -ynh_script_progression --message="Updating a configuration file..." --weight=1 +#ynh_script_progression --message="Updating a configuration file..." --weight=1 -ynh_add_config --template="application.ini" --destination="$install_dir/app/data/_data_/_default_/configs/application.ini" +#ynh_add_config --template="application.ini" --destination="$install_dir/app/data/_data_/_default_/configs/application.ini" -chmod 600 "$install_dir/app/data/_data_/_default_/configs/application.ini" -chown $app:$app "$install_dir/app/data/_data_/_default_/configs/application.ini" +#chmod 600 "$install_dir/app/data/_data_/_default_/configs/application.ini" +#chown $app:$app "$install_dir/app/data/_data_/_default_/configs/application.ini" #================================================= # SETUP SSO From 3c4c27e2044c1e8d18ee5ce22172999c265a1189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 11 Dec 2023 18:49:22 +0100 Subject: [PATCH 6/7] Update manifest.toml --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 4c8fe92..e47b397 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "SnappyMail" description.en = "Simple, modern, lightweight & fast web-based e-mail client" description.fr = "Client de messagerie Web simple, moderne, léger et rapide" -version = "2.30.0~ynh1" +version = "2.31.0~ynh1" maintainers = ["eric_G"] @@ -46,8 +46,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/the-djmaze/snappymail/releases/download/v2.30.0/snappymail-2.30.0.tar.gz" - sha256 = "23d77d3047ca05b4d276f885c290d373cf7cf3d94b9374de11e68de6bac3f7fb" + url = "https://github.com/the-djmaze/snappymail/releases/download/v2.31.0/snappymail-2.31.0.tar.gz" + sha256 = "e5f0c75e86bcadaf950eb5621bb5eef7241200dfdade52feaf3d2b5409820ffd" in_subdir = false autoupdate.strategy = "latest_github_tag" From 39d90006eeef606a6dd32122fd869de6ad96162c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 11 Dec 2023 17:49:27 +0000 Subject: [PATCH 7/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 97322a1..5bc9735 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Simple, modern, lightweight & fast web-based email client. The drastically upgraded & secured fork of RainLoop Webmail Community edition. -**Shipped version:** 2.30.0~ynh1 +**Shipped version:** 2.31.0~ynh1 **Demo:** https://snappymail.eu/demo/ diff --git a/README_fr.md b/README_fr.md index 38ac024..07a07e6 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Client de messagerie Web simple, moderne, léger et rapide. Snappymail est un fork considérablement amélioré et sécurisé de l'édition RainLoop Webmail Community. -**Version incluse :** 2.30.0~ynh1 +**Version incluse :** 2.31.0~ynh1 **Démo :** https://snappymail.eu/demo/