From owner-cvs-ports@FreeBSD.ORG Thu Mar 11 11:51:23 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 0987516A4FA; Thu, 11 Mar 2004 11:51:23 -0800 (PST) Received: from postman.arcor.de (postman2.arcor-online.net [151.189.0.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37ABB43D2F; Thu, 11 Mar 2004 11:51:22 -0800 (PST) (envelope-from eikemeier@fillmore-labs.com) Received: from fillmore.dyndns.org (port-212-202-51-138.reverse.qsc.de [212.202.51.138]) (authenticated bits=0)i2BJpJko011939 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 11 Mar 2004 20:51:21 +0100 (MET) Received: from [172.16.0.2] (helo=fillmore-labs.com) by fillmore.dyndns.org with esmtp (Exim 4.30; FreeBSD) id 1B1WD7-000Gn6-4h; Thu, 11 Mar 2004 20:51:17 +0100 Message-ID: <4050C334.4030707@fillmore-labs.com> Date: Thu, 11 Mar 2004 20:51:16 +0100 From: Oliver Eikemeier Organization: Fillmore Labs GmbH - http://www.fillmore-labs.com/ MIME-Version: 1.0 To: "Jacques A. Vidrine" References: <200403111722.i2BHMXZV076423@repoman.freebsd.org> <20040311180138.GD7809@lum.celabo.org> <4050AD93.6080904@fillmore-labs.com> <20040311183125.GA7973@lum.celabo.org> In-Reply-To: <20040311183125.GA7973@lum.celabo.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit User-Agent: KMail/1.5.9 cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Oliver Eikemeier 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 19:51:23 -0000 Jacques A. Vidrine wrote: > On Thu, Mar 11, 2004 at 07:18:59PM +0100, Oliver Eikemeier wrote: > >>Jacques A. Vidrine wrote: >> >>>On Thu, Mar 11, 2004 at 09:22:33AM -0800, Oliver Eikemeier wrote: >>> >>>>eik 2004/03/11 09:22:33 PST >>>> >>>>FreeBSD ports repository >>>> >>>>Modified files: >>>> security/vuxml vuln.xml >>>>Log: >>>>add a modified tag to vid 09d418db-70fd-11d8-873f-0020ed76ef5a >>>> >>>>Revision Changes Path >>>>1.37 +1 -0 ports/security/vuxml/vuln.xml >>> >>> >>>In addition, the modified entry should be sorted to the top. >> >>Is this really desirable? It is much harder to see the diffs in CVS then. > > Yes, that is a downside. However, it is imperative unless we are > willing to force all tools to scan the entire file each time for > updates. With the chronological sorting, tools can stop once they see a > date older than the latest entry that they encountered on the last scan. Since history is considered very valuable in the FreeBSD project, I guess I would prefer that over a slight runtime optimization for ceratain tools. How much time does it take to produce a sorted file once and cache that?