https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196326
--- Comment #17 from John Marino <[email protected]> --- if you re-read it carefully, I said that I would work on a patch *after* the concept had been discussed so I that wouldn't waste my time. For that to happen, the "Person in charge" would have had to be revealed and the patch concept be discussed. So far, nobody, and I mean nobody, on the python team has made any sort of indication that they want to fix this flaw or at least want to spent any time doing it. It's the python's team responsibility to fix it. I offered to do the work because python team won't. I don't want to do it. I shouldn't have to do it. Once the flaw was reported, that should have been enough to get a fix started. As I said before, the safest fix appears to be to move the "rubygem install" install command into the build stage and use a temporary staging directory (not $STAGEDIR). The install target would move the files from that temporary dir to $stagedir. That should solve the issue without having to fix the awful rubygem native extension code. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ruby To unsubscribe, send any mail to "[email protected]"
