To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=64583
------- Additional comments from [EMAIL PROTECTED] Mon Jul 24 09:34:19 -0700 2006 ------- The previous patch addresses all mktmp / tempfile related problems. * After "$(mktmp,mytempfile blabla)" mytempfile now also has 600 permissions. * The tempfile with suffix problem was addressed. If a suffix is requested, i.e. for groupfiles when GROUPSUFFIX is set, we now generate two files, a secure and unique file and a second that adds a suffix to the first filename. This makes sure that the tempfile with suffix is also unique. (At least with respect to dmake.) To avoid this overhead GROUPSUFFIX should only be set if a suffix is really needed, for example for windows .BAT/.CMD files. *nix shell scripts work well without a suffix. There are a few sanity checks left in the patch that should be removed later together with the suffix parameter for Create_temp() and Get_temp() I'll address the problem that dmake currently removes all tempfiles of the current target after execution of each recipe line in a separate issue. This adds overhead and should only be done after the last recipe line. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]