From 71823d15900aab3a2d33d7b3f63a775e889c5774 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 29 May 2020 18:54:49 +0200 Subject: [PATCH] Upgrade to 4.09 --- README.md | 2 +- check_process | 4 ++++ conf/.env | 3 +++ conf/arm64.src | 10 +++++----- conf/x86-64.src | 10 +++++----- manifest.json | 2 +- scripts/_common.sh | 2 +- 7 files changed, 20 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 4dde988..1bc977c 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 Wekan is an open-source kanban board (task manager and organizer) -**Shipped version:** 3.95 +**Shipped version:** 4.09 ## Screenshots diff --git a/check_process b/check_process index b64d3a5..c1b5d1f 100644 --- a/check_process +++ b/check_process @@ -16,6 +16,8 @@ upgrade=1 from_commit=2843d504bcdb0402939f87ebeeda3417de02a9e4 # 3.95~ynh1 upgrade=1 from_commit=46f4b540cb99090a3fe1d35828094dbbfb34b692 + # 3.95~ynh1 + upgrade=1 from_commit=3cd252289f4fd138879872658762f4c6ae415cc4 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. @@ -32,4 +34,6 @@ Notification=down ; commit=2843d504bcdb0402939f87ebeeda3417de02a9e4 name=3.79~ynh2 ; commit=46f4b540cb99090a3fe1d35828094dbbfb34b692 + name=3.95~ynh1 + ; commit=3cd252289f4fd138879872658762f4c6ae415cc4 name=3.95~ynh1 \ No newline at end of file diff --git a/conf/.env b/conf/.env index 0575b20..2ee41a6 100644 --- a/conf/.env +++ b/conf/.env @@ -408,3 +408,6 @@ LDAP_SYNC_ADMIN_GROUPS=__APP__.admin # LOGOUT_ON_MINUTES : The number of minutes # example : LOGOUT_ON_MINUTES=55 #LOGOUT_ON_MINUTES= +#--------------------------------------------------------------------- +# PASSWORD_LOGIN_ENABLED : Enable or not the password login form. +#PASSWORD_LOGIN_ENABLED=true \ No newline at end of file diff --git a/conf/arm64.src b/conf/arm64.src index 5ed2277..34e0edc 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,9 +1,9 @@ # This is on YunoHost server just to avoid the file from disappearing -# Original source is https://releases.wekan.team/raspi3/wekan-3.95-arm64.zip -# YunoHost source is https://build.yunohost.org/apps/wekan-3.95-arm64.zip -SOURCE_URL=https://build.yunohost.org/apps/wekan-3.95-arm64.zip -SOURCE_SUM=c5a87debc54e633428eed3667bafa7eb630843a58243fa53f40aba2d089d89fb +# Original source is https://releases.wekan.team/raspi3/wekan-4.09-arm64.zip +# YunoHost source is https://build.yunohost.org/apps/wekan-4.09-arm64.zip +SOURCE_URL=https://build.yunohost.org/apps/wekan-4.09-arm64.zip +SOURCE_SUM=1b81e1ae063bf2781d8a79a06f924f0cd5393815fe6e2ef688835fea48a255ec SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=wekan-3.95-arm64.zip +SOURCE_FILENAME=wekan-4.09-arm64.zip diff --git a/conf/x86-64.src b/conf/x86-64.src index 15bb797..31e782b 100644 --- a/conf/x86-64.src +++ b/conf/x86-64.src @@ -1,9 +1,9 @@ # This is on YunoHost server just to avoid the file from disappearing -# Original source is https://releases.wekan.team/wekan-3.95.zip -# YunoHost source is https://build.yunohost.org/apps/wekan-3.95.zip -SOURCE_URL=https://build.yunohost.org/apps/wekan-3.95.zip -SOURCE_SUM=a3c69d3f95790d2e616bdd0355498b876ee735f01d83fdd4c99efdaeaf950374 +# Original source is https://releases.wekan.team/wekan-4.09.zip +# YunoHost source is https://build.yunohost.org/apps/wekan-4.09.zip +SOURCE_URL=https://build.yunohost.org/apps/wekan-4.09.zip +SOURCE_SUM=e3dd35d138e393c7bc43816407dd424f03c2c86af8f07ec74893fae5ee05964a SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=wekan-3.95.zip +SOURCE_FILENAME=wekan-4.09.zip diff --git a/manifest.json b/manifest.json index 620335a..c102425 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Trello-like kanban", "fr": "Un kanban similaire à Trello" }, - "version": "3.95~ynh1", + "version": "4.09~ynh1", "url": "https://wekan.io", "license": "MIT", "maintainer": [ diff --git a/scripts/_common.sh b/scripts/_common.sh index 6299267..b71abe9 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -9,7 +9,7 @@ pkg_dependencies="mongodb mongodb-server mongo-tools" pkg_dependencies_buster="mongodb-org mongodb-org-server mongodb-org-tools" mongodb_stretch="mongodb" mongodb_buster="mongod" -nodejsversion=12.16.2 +nodejsversion=12.16.3 #================================================= # PERSONAL HELPERS