From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.cbnco.com ([207.164.182.72]) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1POVzh-0000Rr-1j for openembedded-devel@lists.openembedded.org; Fri, 03 Dec 2010 14:48:14 +0100 Received: from localhost (localhost [127.0.0.1]) by smtp.cbnco.com (Postfix) with ESMTP id D3D3D90FE57 for ; Fri, 3 Dec 2010 08:46:49 -0500 (EST) Received: from smtp.cbnco.com ([127.0.0.1]) by localhost (mail.cbnco.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07515-04 for ; Fri, 3 Dec 2010 08:46:49 -0500 (EST) Received: from [172.20.22.83] (auriga-dmzgw.cbnco.com [207.164.182.65]) by smtp.cbnco.com (Postfix) with ESMTPSA id AE74890FE0D for ; Fri, 3 Dec 2010 08:46:49 -0500 (EST) Message-ID: <4CF8F4C9.5040606@cbnco.com> Date: Fri, 03 Dec 2010 08:46:49 -0500 From: Michael Smith User-Agent: Thunderbird 2.0.0.24 (X11/20100228) MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org References: <4CF8462C.1010104@gmail.com> In-Reply-To: <4CF8462C.1010104@gmail.com> X-Virus-Scanned: amavisd-new at cbnco.com X-SA-Exim-Connect-IP: 207.164.182.72 X-SA-Exim-Mail-From: msmith@cbnco.com X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on discovery X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS, SPF_PASS autolearn=ham version=3.2.5 X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: Yes (on linuxtogo.org) Subject: Re: [PATCH] bind: Fix for DISTRO=micro: s|/usr/bin|${bindir}| X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2010 13:48:14 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Graham Gower wrote: > This is a conservative change to fix micro. Bind needs more attention > as the latest in tree version is from 2008 and several vulnerabilities > have been found and fixed since then. If you are doing anything > except using bind as a resolver, please don't use these recipes. > > > Signed-off-by: Graham Gower Acked-by: Michael Smith