From owner-cvs-all@FreeBSD.ORG Mon Mar 1 09:55:28 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2B7B16A4CF for ; Mon, 1 Mar 2004 09:55:27 -0800 (PST) Received: from tx0.oucs.ox.ac.uk (tx0.oucs.ox.ac.uk [129.67.1.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 777ED43D41 for ; Mon, 1 Mar 2004 09:55:27 -0800 (PST) (envelope-from colin.percival@wadham.ox.ac.uk) Received: from scan0.oucs.ox.ac.uk ([129.67.1.162] helo=localhost) by tx0.oucs.ox.ac.uk with esmtp (Exim 4.24) id 1AxrdW-0000AM-Fg for cvs-all@freebsd.org; Mon, 01 Mar 2004 17:55:26 +0000 Received: from rx0.oucs.ox.ac.uk ([129.67.1.161]) by localhost (scan0.oucs.ox.ac.uk [129.67.1.162]) (amavisd-new, port 25) with ESMTP id 00320-07 for ; Mon, 1 Mar 2004 17:55:26 +0000 (GMT) Received: from gateway.wadham.ox.ac.uk ([163.1.161.253]) by rx0.oucs.ox.ac.uk with smtp (Exim 4.24) id 1AxrdW-0000AI-2H for cvs-all@freebsd.org; Mon, 01 Mar 2004 17:55:26 +0000 Received: (qmail 23731 invoked by uid 0); 1 Mar 2004 17:55:26 -0000 Received: from colin.percival@wadham.ox.ac.uk by gateway by uid 71 with qmail-scanner-1.16 (sweep: 2.14/3.71. spamassassin: 2.53. Clear:. Processed in 1.423933 secs); 01 Mar 2004 17:55:26 -0000 X-Qmail-Scanner-Mail-From: colin.percival@wadham.ox.ac.uk via gateway X-Qmail-Scanner: 1.16 (Clear:. Processed in 1.423933 secs) Received: from dhcp1131.wadham.ox.ac.uk (HELO piii600.wadham.ox.ac.uk) (163.1.161.131) by gateway.wadham.ox.ac.uk with SMTP; 1 Mar 2004 17:55:24 -0000 Message-Id: <6.0.1.1.1.20040301174718.0396fcc0@imap.sfu.ca> X-Sender: cperciva@imap.sfu.ca (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Date: Mon, 01 Mar 2004 17:55:21 +0000 To: Ruslan Ermilov From: Colin Percival In-Reply-To: <20040301173329.GB7533@ip.net.ua> References: <200403011649.i21GncBT007285@repoman.freebsd.org> <6.0.1.1.1.20040301165122.03942a20@imap.sfu.ca> <20040301173329.GB7533@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libc/locale setlocale.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Mar 2004 17:55:28 -0000 At 17:33 01/03/2004, Ruslan Ermilov wrote: >On Mon, Mar 01, 2004 at 04:53:22PM +0000, Colin Percival wrote: > > Is there any way this can be fixed in the repository? The change > > in revision numbers will cause some headaches otherwise. > > >Like what? I know how outdating revisions can cause lot of headache, >but not otherwise. The setlocale.c $FreeBSD$ tag is present in a long list of binaries; this will cause those files to change. I can coax FreeBSD Update into ignoring this (although it's not entirely trivial), but anyone else who has scripts which react to changes in binaries or source will also have to deal with this. We really need to get some access checks put in place to stop things like this from happening... Colin Percival