From d9c517c8f96e8b95e497e60a69f3c818f906ed68 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 30 Jan 2020 19:57:30 +0100 Subject: [PATCH 1/2] Upgrade to 0.10.8 --- README.md | 2 +- conf/.env | 1 - conf/app.src | 4 ++-- manifest.json | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8f4c02c3..832c9098 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to ## Overview The federated image sharing service Pixelfed, for YunoHost -**Shipped version:** 0.10.7 +**Shipped version:** 0.10.8 ## Important points to read before installing diff --git a/conf/.env b/conf/.env index 0e8da543..a09f37d6 100644 --- a/conf/.env +++ b/conf/.env @@ -22,7 +22,6 @@ DB_PASSWORD=__DB_PWD__ BROADCAST_DRIVER=log CACHE_DRIVER=redis SESSION_DRIVER=redis -SESSION_LIFETIME=120 QUEUE_DRIVER=redis REDIS_SCHEME=tcp diff --git a/conf/app.src b/conf/app.src index 26ebcb80..9e7fd54f 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/pixelfed/pixelfed/archive/v0.10.7.tar.gz -SOURCE_SUM=01b0b9acdc9b9de3837fad0fb766dbefe68272c2d413d2da810c7e1252484525 +SOURCE_URL=https://github.com/pixelfed/pixelfed/archive/v0.10.8.tar.gz +SOURCE_SUM=80ad527c20f5df75a5dfa9e31b8045d2e926db31ebf85ec9f6ccb0c33df240ca OURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 6e3ee345..4f832e54 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "ActivityPub Federated Image Sharing", "fr": "Logiciel de partage d'image fédéré via ActivityPub" }, - "version": "0.10.7~ynh1", + "version": "0.10.8~ynh1", "url": "https://pixelfed.org/", "license": "AGPL-3.0-or-later", "maintainer": [ From 1c5a4db090cd0b12a8769cb0036a917e2a2727a3 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 30 Jan 2020 20:02:55 +0100 Subject: [PATCH 2/2] Update check_process --- check_process | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/check_process b/check_process index b302e94e..5991dde0 100644 --- a/check_process +++ b/check_process @@ -10,7 +10,14 @@ setup_private=1 setup_public=1 upgrade=1 + # 0.9.0~ynh4 upgrade=1 from_commit=e53882baaed30f38293a4ec9d1395c6833759169 + # 0.10.0 + upgrade=1 from_commit=327eb50cf34005a36750851db51c959d1d6d152d + # 0.10.6 + upgrade=1 from_commit=605a47aac7553fdcc6012531ee67add8dbe37b97 + # 0.10.7 + upgrade=1 from_commit=7fa86c3e6e6db6668be0a165213d554850b9fce8 backup_restore=1 multi_instance=1 # This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version.