From 6571715ab6da11ddd9dde18bb73019f1ce0b43f5 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 11 Jun 2023 16:48:19 +0200 Subject: [PATCH] =?UTF-8?q?PHP=C2=A08.1=20(security=20fixes)=20(#165)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update to php8.1 * Auto-update README --------- Co-authored-by: yunohost-bot --- README.md | 2 +- README_fr.md | 2 +- manifest.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 046acf9..333b524 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 An efficient but powerful RSS aggregator with a nice and mobile-friendly design, as well as extension and themes support. -**Shipped version:** 1.21.0~ynh1 +**Shipped version:** 1.21.0~ynh2 **Demo:** https://demo.freshrss.org diff --git a/README_fr.md b/README_fr.md index 7545d70..3b911e7 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Agrégateur de flux RSS avec une interface adaptée au mobile -**Version incluse :** 1.21.0~ynh1 +**Version incluse :** 1.21.0~ynh2 **Démo :** https://demo.freshrss.org diff --git a/manifest.toml b/manifest.toml index 3ca3f6e..1ec0202 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "FreshRSS" description.en = "RSS aggregator with a nice and mobile-friendly design" description.fr = "Agrégateur de flux RSS avec une interface adaptée au mobile" -version = "1.21.0~ynh1" +version = "1.21.0~ynh2" maintainers = ["plopoyop"] @@ -71,7 +71,7 @@ ram.runtime = "50M" api.protected = true [resources.apt] - packages = "mariadb-server acl php8.0-gd php8.0-zip php8.0-dom php8.0-mbstring php8.0-gmp php8.0-mysql php8.0-sqlite3 php8.0-curl php8.0-intl php8.0-xml" + packages = "mariadb-server acl php8.1-gd php8.1-zip php8.1-dom php8.1-mbstring php8.1-gmp php8.1-mysql php8.1-sqlite3 php8.1-curl php8.1-intl php8.1-xml" [resources.database] type = "mysql"