From 99cc34f16f7422290d5d6f117d257146ae411768 Mon Sep 17 00:00:00 2001 From: lapineige Date: Mon, 20 Mar 2023 11:56:11 +0100 Subject: [PATCH 1/9] Upgrade to php8(.1) --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index da2f887..ff45782 100644 --- a/manifest.toml +++ b/manifest.toml @@ -47,5 +47,5 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "php7.4-fpm" - \ No newline at end of file + packages = "php8.1-fpm" + From 80c33a910636b7d04800b00bfc22fa7563ebcd3d Mon Sep 17 00:00:00 2001 From: lapineige Date: Mon, 20 Mar 2023 12:12:16 +0100 Subject: [PATCH 2/9] Add missing php-mbstring dependency --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index ff45782..e14de7e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -47,5 +47,5 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "php8.1-fpm" + packages = "php8.1-fpm, php8.1-mbstring" From 6f826fca311f1f9d349d3fdd49b334d84a396d1a Mon Sep 17 00:00:00 2001 From: lapineige Date: Mon, 20 Mar 2023 12:20:22 +0100 Subject: [PATCH 3/9] Add missing php-(simple)xml dependency --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index e14de7e..5cc1ba7 100644 --- a/manifest.toml +++ b/manifest.toml @@ -47,5 +47,5 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "php8.1-fpm, php8.1-mbstring" + packages = "php8.1-fpm, php8.1-mbstring, php8.1-xml" From 5a18edf0207db2ee71b684b16fef5523e7d4b944 Mon Sep 17 00:00:00 2001 From: lapineige Date: Mon, 20 Mar 2023 12:27:44 +0100 Subject: [PATCH 4/9] Add missing php-curl dependency --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 5cc1ba7..669ebc8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -47,5 +47,5 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "php8.1-fpm, php8.1-mbstring, php8.1-xml" + packages = "php8.1-fpm, php8.1-mbstring, php8.1-xml, php8.1-curl" From 339506bad4d4599d8b9ec62b1b8aa2f9483cff6f Mon Sep 17 00:00:00 2001 From: lapineige Date: Mon, 20 Mar 2023 12:48:52 +0100 Subject: [PATCH 5/9] Adjust RAM needs in manifest --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 669ebc8..32ea2a2 100644 --- a/manifest.toml +++ b/manifest.toml @@ -22,7 +22,7 @@ multi_instance = true ldap = false sso = false disk = "50M" -ram.build = "50M" +ram.build = "300M" ram.runtime = "50M" [install] From 81d2f9d70e52c1c7f353ad1cfaf7534d72ea54a6 Mon Sep 17 00:00:00 2001 From: lapineige Date: Fri, 24 Mar 2023 23:29:19 +0100 Subject: [PATCH 6/9] v2023-03-22 https://github.com/RSS-Bridge/rss-bridge/releases/tag/2023-03-22 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 32ea2a2..5fbecd2 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "RSS-Bridge" description.en = "RSS and Atom feed generator for websites that don't have one" description.fr = "Générateur de flux RSS et Atom pour les sites Web qui n'en ont pas" -version = "2022.06.14~ynh2" +version = "2023-03-22~ynh2" maintainers = ["JimboJoe"] @@ -35,8 +35,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/RSS-Bridge/rss-bridge/archive/refs/tags/2022-06-14.tar.gz" - sha256 = "88daee9604adcb2193ee771c260bcf422a806c284a46c4f263d42cf323d42fe1" + url = "https://github.com/RSS-Bridge/rss-bridge/archive/refs/tags/2023-03-22.tar.gz" + sha256 = "7bc6ad3220ad6a699583be6763aebc39ecb9e3bb2454f3f0add88c1e7ae93cfc" [resources.system_user] From c6d22632cf7beb439be12cc330a27ad8ccaca7d2 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 24 Mar 2023 22:29:26 +0000 Subject: [PATCH 7/9] 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 6db547d..fcb0005 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Output format can take several forms: * `Plaintext` : raw text (php object, as returned by print_r) -**Shipped version:** 2022.06.14~ynh2 +**Shipped version:** 2023-03-22~ynh2 **Demo:** https://wtf.roflcopter.fr/rss-bridge/ diff --git a/README_fr.md b/README_fr.md index a0fc6d2..bb14211 100644 --- a/README_fr.md +++ b/README_fr.md @@ -53,7 +53,7 @@ Output format can take several forms: * `Plaintext` : raw text (php object, as returned by print_r) -**Version incluse :** 2022.06.14~ynh2 +**Version incluse :** 2023-03-22~ynh2 **Démo :** https://wtf.roflcopter.fr/rss-bridge/ From da4dce44d3b4688d09c68897970c2854ae6f28ce Mon Sep 17 00:00:00 2001 From: lapineige Date: Fri, 24 Mar 2023 23:32:18 +0100 Subject: [PATCH 8/9] fix version --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 5fbecd2..5bb0163 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "RSS-Bridge" description.en = "RSS and Atom feed generator for websites that don't have one" description.fr = "Générateur de flux RSS et Atom pour les sites Web qui n'en ont pas" -version = "2023-03-22~ynh2" +version = "2023-03-22~ynh1" maintainers = ["JimboJoe"] From 5a645e07ac5cdc1cc6793c15ba8196223ddcd345 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 24 Mar 2023 22:32:21 +0000 Subject: [PATCH 9/9] 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 fcb0005..3765705 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Output format can take several forms: * `Plaintext` : raw text (php object, as returned by print_r) -**Shipped version:** 2023-03-22~ynh2 +**Shipped version:** 2023-03-22~ynh1 **Demo:** https://wtf.roflcopter.fr/rss-bridge/ diff --git a/README_fr.md b/README_fr.md index bb14211..1d7e1f1 100644 --- a/README_fr.md +++ b/README_fr.md @@ -53,7 +53,7 @@ Output format can take several forms: * `Plaintext` : raw text (php object, as returned by print_r) -**Version incluse :** 2023-03-22~ynh2 +**Version incluse :** 2023-03-22~ynh1 **Démo :** https://wtf.roflcopter.fr/rss-bridge/