From 6969bb8c0574a007da487b12e27b3d41185f4ef6 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 19 Jan 2019 07:36:46 +0100 Subject: [PATCH 1/5] fix version number according version number used by upstream --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1ba9ad..334fdab 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Can be run as Single User Blog or Multi User Instance. Each User can be limited from 1 to unlimited blogs. -**Shipped version:** 0.70 +**Shipped version:** v0.7.0 ## Licence From b96e56ca6a86d7da61ab07e261a73490e0e8b976 Mon Sep 17 00:00:00 2001 From: Yalh Date: Sat, 19 Jan 2019 07:39:08 +0100 Subject: [PATCH 2/5] Full update to V0.7.1 --- README.md | 2 +- conf/app.src | 4 ++-- manifest.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 334fdab..c5ae949 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Can be run as Single User Blog or Multi User Instance. Each User can be limited from 1 to unlimited blogs. -**Shipped version:** v0.7.0 +**Shipped version:** v0.7.1 ## Licence diff --git a/conf/app.src b/conf/app.src index 6d64199..3edfe58 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/writeas/writefreely/releases/download/v0.7.0/writefreely_0.7.0_linux_amd64.tar.gz -SOURCE_SUM=8d2e1eaa5db61080b328f2d6d8677bb68859346c6920db0bd4f7e8d7fc9149b7 +SOURCE_URL=https://github.com/writeas/writefreely/releases/download/v0.7.1/writefreely_0.7.1_linux_amd64.tar.gz +SOURCE_SUM=c1083c6d35f3e4b5119da882bd30b6f5f689c7b0e19ba59bc10cf9d31ed66df9 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index 95afb90..83fbea1 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Write Freely is free and open source software for starting a minimalist, federated blog — or an entire community.", "fr": "Write Freely est un logiciel gratuit et à code source ouvert permettant de créer un blog fédéré minimaliste ou une communauté entière." }, - "version": "0.7.0~ynh1", + "version": "0.7.1~ynh1", "url": "https://writefreely.org", "license": "free", "maintainer": { From c67a7df2337b601d8eb789b31fee32d409f24b1c Mon Sep 17 00:00:00 2001 From: Yalh Date: Sat, 19 Jan 2019 07:47:39 +0100 Subject: [PATCH 3/5] Fix writefreely service restart --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 9e872f1..31e2df8 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -166,4 +166,4 @@ fi #================================================= systemctl reload nginx -systemctl start "$app" +systemctl restart "$app" From 9d99b633c6ddea98c944e399305b4d8891ea6465 Mon Sep 17 00:00:00 2001 From: Yalh Date: Sat, 19 Jan 2019 07:50:49 +0100 Subject: [PATCH 4/5] fix service restart after restoration --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 1f6387d..70f3dec 100755 --- a/scripts/restore +++ b/scripts/restore @@ -139,5 +139,5 @@ ynh_restore_file "/etc/logrotate.d/$app" #systemctl reload php5-fpm systemctl reload nginx -systemctl start "$app" +systemctl restart "$app" From b09f9fde3f46631ac3c5ec4fa04693a01862fa33 Mon Sep 17 00:00:00 2001 From: Yalh Date: Sat, 19 Jan 2019 08:45:28 +0100 Subject: [PATCH 5/5] remove Level 4 check_process --- check_process | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_process b/check_process index fc65cc3..a07086e 100644 --- a/check_process +++ b/check_process @@ -37,7 +37,7 @@ Level 3=auto # Level 4: If the app supports LDAP and SSOwat, turn level 4 to '1' and add a link to an issue or a part of your code to show it. # If the app does not use LDAP nor SSOwat, and can't use them, turn level 4 to 'na' and explain as well. - Level 4=0 + Level 4=na #application doesn't support LDAP authentification Level 5=auto Level 6=auto Level 7=auto