X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/b15f37e9e9e617e049207eca04652a8794e9b1de..81081787458a907d023d55939f6e7568a52a0f27:/doc/bugs/Insecure_dependency_in_eval_while_running_with_-T_switch.mdwn diff --git a/doc/bugs/Insecure_dependency_in_eval_while_running_with_-T_switch.mdwn b/doc/bugs/Insecure_dependency_in_eval_while_running_with_-T_switch.mdwn index befda2a93..28b48e2c6 100644 --- a/doc/bugs/Insecure_dependency_in_eval_while_running_with_-T_switch.mdwn +++ b/doc/bugs/Insecure_dependency_in_eval_while_running_with_-T_switch.mdwn @@ -15,7 +15,7 @@ Temporarily I've disabled conditional plugin to avoid that bug. PS. I still use ikiwiki 1.50 backported for Debian 'sarge'. --- Pawel +--[[Paweł|ptecza]] --- @@ -67,7 +67,7 @@ because `patch` command fails: Could you please fix that patch? I guess how to do it, but I don't want to break the code I distribute in my backport ;) --- Pawel +--[[Paweł|ptecza]] > It's not my patch.. IIRC my suggestion was simply to do this: --[Joey]] @@ -84,3 +84,15 @@ to break the code I distribute in my backport ;) return IkiWiki::FailReason->new("syntax error") if $@; return $ret; } #}}} + +>> Thanks a lot, Joey! It works :) +>> +>> BTW, I was quite sure that you sent me the old patch via e-mail long time ago. +>> Maybe I found it at old ikiwiki home page? I don't remember it now. +>> +>> --[[Paweł|ptecza]] + +---- + +I'm marking this [[done]] since it only affects sarge. Sarge users should +use the patch above. --[[Joey]]