From d70b9df1a4cd9cb5297f651e9be48f68af714102 Mon Sep 17 00:00:00 2001 From: Kayou Date: Thu, 11 Apr 2019 00:29:45 +0200 Subject: [PATCH 1/2] Do not use openssl rand Fix #27 --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 28eb20e..aeb6432 100755 --- a/scripts/install +++ b/scripts/install @@ -32,7 +32,7 @@ password=$YNH_APP_ARG_PASSWORD instance_name=$YNH_APP_ARG_NAME registration=$YNH_APP_ARG_REGISTRATION admin_email=$(ynh_user_get_info $admin 'mail') -secret_key=$(openssl rand -base64 32) +secret_key=$(ynh_string_random 32 | base64) app=$YNH_APP_INSTANCE_NAME From fe0caabc11dcafbaca5d995868d229139af50038 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 11 Apr 2019 11:47:13 +0200 Subject: [PATCH 2/2] Update version --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 410265c..f4d0424 100755 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Federated blogging application", "fr": "Une application de blogging fédérée." }, - "version": "0.2.0~ynh3", + "version": "0.2.0~ynh4", "url": "https://baptiste.gelez.xyz/", "license": "AGPL-3.0-only", "maintainer": [