From owner-cvs-ports@FreeBSD.ORG Thu Mar 11 10:06:12 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D39B416A57F; Thu, 11 Mar 2004 10:06:08 -0800 (PST) Received: from gw.celabo.org (gw.celabo.org [208.42.49.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E33943D49; Thu, 11 Mar 2004 10:06:08 -0800 (PST) (envelope-from nectar@celabo.org) Received: from localhost (localhost [127.0.0.1]) by gw.celabo.org (Postfix) with ESMTP id AC5F254885; Thu, 11 Mar 2004 12:06:07 -0600 (CST) Received: from gw.celabo.org ([127.0.0.1]) by localhost (hellblazer.celabo.org [127.0.0.1]) (amavisd-new, port 10024) with SMTP id 85812-09; Thu, 11 Mar 2004 12:05:57 -0600 (CST) Received: from lum.celabo.org (lum.celabo.org [10.0.1.107]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "lum.celabo.org", Issuer "celabo.org CA" (verified OK)) by gw.celabo.org (Postfix) with ESMTP id 859C154861; Thu, 11 Mar 2004 12:05:46 -0600 (CST) Received: by lum.celabo.org (Postfix, from userid 501) id BEB6E1613AE; Thu, 11 Mar 2004 12:05:24 -0600 (CST) Date: Thu, 11 Mar 2004 12:05:24 -0600 From: "Jacques A. Vidrine" To: Oliver Eikemeier Message-ID: <20040311180524.GA7890@lum.celabo.org> Mail-Followup-To: "Jacques A. Vidrine" , Oliver Eikemeier , ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org References: <200403111756.i2BHuZgL082592@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200403111756.i2BHuZgL082592@repoman.freebsd.org> X-Url: http://www.celabo.org/ User-Agent: Mutt/1.5.6i cc: cvs-ports@FreeBSD.org cc: cvs-all@FreeBSD.org cc: ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2004 18:06:12 -0000 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@celabo.org / jvidrine@verio.net / nectar@freebsd.org