X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/4d368bc747910d407dde913da365798ce2460cf3..46e0c5742ce2d380904987b8a2655fe157faca3e:/doc/bugs/Insecure_dependency_in_utime.mdwn?ds=sidebyside

diff --git a/doc/bugs/Insecure_dependency_in_utime.mdwn b/doc/bugs/Insecure_dependency_in_utime.mdwn
index a721da251..330479d22 100644
--- a/doc/bugs/Insecure_dependency_in_utime.mdwn
+++ b/doc/bugs/Insecure_dependency_in_utime.mdwn
@@ -1,9 +1,14 @@
 ikiwiki.setup: Insecure dependency in utime while running with -T switch at /usr/pkg/lib/perl5/vendor_perl/5.8.0/IkiWiki/Plugin/recentchanges.pm line 158.
 BEGIN failed--compilation aborted at (eval 5) line 164.
 
-This was in ikiwiki_2.32.3.
+This was in ikiwiki\_2.32.3.
 
 I worked-around this by doing:
 
-        utime IkiWiki::possibly_foolish_untaint($change->{when}), IkiWiki::possi
-bly_foolish_untaint($change->{when}), "$config{srcdir}/$file
+        utime IkiWiki::possibly_foolish_untaint($change->{when}), IkiWiki::possibly_foolish_untaint($change->{when}), "$config{srcdir}/$file
+
+> Don't build ikiwiki with taint checking. It's known to be broken in
+> apparently all versions of perl, apparently leaking taint flags at random.
+> See [[Insecure_dependency_in_mkdir]] --[[Joey]]
+
+[[!tag done]]