From owner-cvs-ports@FreeBSD.ORG Tue Oct 11 01:34:35 2011 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 0D043106566B; Tue, 11 Oct 2011 01:34:35 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id D82768FC13; Tue, 11 Oct 2011 01:34:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by spartan.hamla.org (Postfix) with ESMTP id 2FB0217113; Mon, 10 Oct 2011 21:35:04 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= user-agent:in-reply-to:content-disposition:content-type :content-type:mime-version:references:reply-to:message-id :subject:subject:from:from:date:date:received:received; s=aegis; t=1318296903; bh=McPf+cnywCUREGr9O3Ar2e1zuu9eQZ54eOVn1PdNre8=; b= g0/sH1rDGNnWNZaOzdmpJnLLny5FVW9mF6/mCCze6AAnzmUU2XZ6Y4mJw7yphtHp SSzyAeUit7QQZHyVqzo3X15AE2AusBxAMoGj10MSVD2R+5WOngwez0+9x2Rxet2Z Oc+e87JOAnlRvw40XgoaLdeRfwffjpajNu3aGTr5Xig= X-Virus-Scanned: by ClamAV at spartan.hamla.org Received: from spartan.hamla.org ([127.0.0.1]) by localhost (spartan.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id x3XM28fUeKcQ; Mon, 10 Oct 2011 21:35:03 -0400 (EDT) Received: from magic.hamla.org (cpe-68-174-92-20.nyc.res.rr.com [68.174.92.20]) by spartan.hamla.org (Postfix) with ESMTPSA id 19956170F9; Mon, 10 Oct 2011 21:35:02 -0400 (EDT) Date: Mon, 10 Oct 2011 21:34:55 -0400 From: Sahil Tandon To: Andrey Chernov , cvs-ports@FreeBSD.ORG, Eitan Adler , ports-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Message-ID: <20111011013455.GA21805@magic.hamla.org> References: <201110101738.p9AHcHUq031559@repoman.freebsd.org> <20111010194330.GA94990@vniz.net> <20111010215854.GA96634@vniz.net> <20111011002607.GE21265@magic.hamla.org> <20111011010644.GA19242@vniz.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20111011010644.GA19242@vniz.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Subject: Re: cvs commit: ports/x11/luit Makefile distinfo ports/x11/luit/files patch-luit.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: cvs-ports@FreeBSD.org List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2011 01:34:35 -0000 On Tue, 2011-10-11 at 05:06:45 +0400, Andrey Chernov wrote: > On Mon, Oct 10, 2011 at 08:26:08PM -0400, Sahil Tandon wrote: > > > It happens only if builded luit port have WITH_SETUID_LUIT set, otherwise > > > you don't notice the bug. > > > > Ah, so it does not actually affect the default packages as built by the > > clusters? > > Yes, default packages are not affected, but building luit non-setuid by > default isn't a good choice in the first place due to this luit(1) quote: That's fine and was never contested. [ .. ] > > Thanks; I believe eadler@ has already created a patch and shared it with > > you for review. > > Yes. There was single line, which is enough: > CFLAGS+= -DBSD Correct. -- Sahil Tandon