From owner-cvs-ports@FreeBSD.ORG Sat Jul 21 15:26:56 2007 Return-Path: Delivered-To: cvs-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4E76216A41A; Sat, 21 Jul 2007 15:26:56 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.freebsd.org (Postfix) with ESMTP id 0821213C480; Sat, 21 Jul 2007 15:26:55 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id 44062EB1D71; Sat, 21 Jul 2007 23:26:55 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id Dj6payl7TeIR; Sat, 21 Jul 2007 23:26:53 +0800 (CST) Received: from charlie.delphij.net (unknown [221.216.126.48]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id 08AA6EB1C58; Sat, 21 Jul 2007 23:26:53 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:cc:subject: references:in-reply-to:content-type:content-transfer-encoding; b=te0keQLcMbaAFm/YpaDankx0gsjiEMhyIReDrwnfyYZLuIlDHXpSlE9rGpRgrFtRQ fllXgNol/QYN1L6j1Qlyw== Message-ID: <46A225BC.2030809@delphij.net> Date: Sat, 21 Jul 2007 23:26:52 +0800 From: Xin LI User-Agent: Thunderbird 2.0.0.5 (X11/20070721) MIME-Version: 1.0 To: "Simon L. Nielsen" References: <200707211509.l6LF9e0W081111@repoman.freebsd.org> In-Reply-To: <200707211509.l6LF9e0W081111@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.ORG, cvs-all@FreeBSD.ORG, ports-committers@FreeBSD.ORG Subject: Re: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 21 Jul 2007 15:26:56 -0000 Simon L. Nielsen wrote: > simon 2007-07-21 15:09:40 UTC > > FreeBSD ports repository > > Modified files: > security/vuxml vuln.xml > Log: > Fix last commit: the name tag was empty. Argh, my fault... Good catch, thanks! Cheers,