cvs commit: ports/security/vuxml vuln.xml

Jacques A. Vidrine nectar at FreeBSD.org
Thu Mar 11 10:06:12 PST 2004


On Thu, Mar 11, 2004 at 09:56:35AM -0800, Oliver Eikemeier wrote:
> eik         2004/03/11 09:56:35 PST
> 
>   FreeBSD ports repository
> 
>   Modified files:
>     security/vuxml       vuln.xml 
>   Log:
>   remove vid 3ca8dd7a-6fb3-11d8-873f-0020ed76ef5a, since the unsafe call
>   to sprintf is made in preparation for outputting a debug message using
>   OutputDebugString, which is a function from a different operating system.

Thanks!

>   While I'm here, transform U+C3A4 into ä (or 쎤), since CVS is
>   bad in handling binary data.
>   
>   Revision  Changes    Path
>   1.38      +1 -33     ports/security/vuxml/vuln.xml

Please back this last part out:

  (1) The file is now broken.  ä is not a valid pre-defined XML entity.
  (2) This is a UTF-8 file.  Do not try to make it ASCII.
  (3) CVS handles UTF-8 files just fine.  UTF-8 is not a `binary' format
      for the purposes of CVS.  Only files with embedded NULs would be a
      problem, and those are not present in UTF-8 by definition.

Cheers,
-- 
Jacques Vidrine / nectar at celabo.org / jvidrine at verio.net / nectar at freebsd.org


More information about the cvs-ports mailing list