Mikhail Teterin <[EMAIL PROTECTED]> writes:

> Hello!
> 
> I maintain the FreeBSD  port of mod_dtcl:
 
>       http://www.freebsd.org/cgi/ports.cgi?query=mod_dtcl

Cool, I will update the link on tcl.apache.org.
 
> Here are the patches I plan to add to the port to use the 0.10.1.

Note that I just released 0.11.0.

> Explanations preceed each patch (indented). Please, consider
> applying the patches to the next release of the mod_dtcl. Thanks for
> the fine software. Yours,

Thankyou very much for your time and efforts - see my comments below!

>       This is needed to compile properly without warnings.  The
>       Tcl_MakeFileChannel's first argument must be ClientData, NOT
>       ClientData *. ClientData is void*, which is NOT neccessarily
>       the same size as int, returned by fileno(). Compiler
>       complains.

Ok, done.

>       There is no index.ttml provided with this package. Make the
>       link point to the official site.

Done.
 
>       In here I rewrite the implementation of ApacheRequest_tmpfile
>       to use the safe and secure mkstemp instead of tempnam.

Ok, this one I don't want to add immediately.  These files come from
'libapreq', which is discussed at: [EMAIL PROTECTED], and is
available from CVS as the httpd-apreq module.  I try to keep in sync
with what is happening there, so I don't want to have code that makes
it hard to do that - i.e., it's better if we get this added at the
source.

Thanks once again!
-- 
David N. Welton
Free Software: http://people.debian.org/~davidw/
   Apache Tcl: http://tcl.apache.org/
     Personal: http://www.efn.org/~davidw/
         Work: http://www.innominate.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to