From 7a4644bda849e357c4c160e870ef4665879f842b Mon Sep 17 00:00:00 2001 From: tituspijean Date: Mon, 2 May 2022 23:03:41 +0200 Subject: [PATCH] Ensure the patch is applied forwardly --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index ad6aaf0..0075ffe 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -112,7 +112,7 @@ then # FIXME because we need to apply the patch manually with --binary flag # while we should be able to simply use the patching feature of ynh_setup_source ynh_add_config --template="../sources/patches/app-CVE-2022-29360.patch.template" --destination="../sources/patches/FIXMEapp-CVE-2022-29360.patch" - patch --binary $final_path/app/rainloop/v/$version/app/libraries/MailSo/Base/HtmlUtils.php <../sources/patches/FIXMEapp-CVE-2022-29360.patch + patch --binary --forward $final_path/app/rainloop/v/$version/app/libraries/MailSo/Base/HtmlUtils.php <../sources/patches/FIXMEapp-CVE-2022-29360.patch fi #=================================================