From owner-freebsd-security@FreeBSD.ORG Thu May 29 02:04:09 2014 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CBBEFBC6 for ; Thu, 29 May 2014 02:04:09 +0000 (UTC) Received: from pandora.au.calorieking.net (114.179.70.115.static.exetel.com.au [115.70.179.114]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 722912CC0 for ; Thu, 29 May 2014 02:04:08 +0000 (UTC) Received: from pandora.internal (localhost [127.0.0.1]) by pandora.au.calorieking.net (Postfix) with ESMTP id CE83133CF6 for ; Thu, 29 May 2014 10:03:53 +0800 (WST) X-Virus-Scanned: amavisd-new at calorieking.com Received: from pandora.au.calorieking.net ([127.0.0.1]) by pandora.internal (pandora.internal [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id b0S8MoYlvvPE for ; Thu, 29 May 2014 10:03:43 +0800 (WST) Received: from egeria.internal (egeria.internal [192.168.2.111]) by pandora.au.calorieking.net (Postfix) with ESMTPSA id EA4A133CF5 for ; Thu, 29 May 2014 10:03:43 +0800 (WST) Message-ID: <5386957E.2070000@calorieking.com> Date: Thu, 29 May 2014 10:03:42 +0800 From: Gregory Orange User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: freebsd-security@freebsd.org Subject: Re: freebsd-update.conf IgnorePaths linker.hints not working References: <5382A982.6090304@calorieking.com> <86vbssr665.fsf@nine.des.no> <538494E8.2060302@rsle.net> In-Reply-To: <538494E8.2060302@rsle.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2014 02:04:09 -0000 On 27/05/14 21:36, R. Scott Evans wrote: > On 05/26/14 10:00, Dag-Erling Smørgrav wrote: >> This was supposed to be fixed by the following errata notice: >> http://www.freebsd.org/security/advisories/FreeBSD-EN-14:04.kldxref.asc > > Well it is still broken after the 9.2-RELEASE-p6 also in that errata. > > The relevant thread in freebsd-questions: > http://lists.freebsd.org/pipermail/freebsd-questions/2014-May/258238.html I'm left wondering what to do next: * Should I simply delete linker.hints - would that cause unwanted behaviour? * Should I instead move linker.hints aside before freebsd-update cron & freebsd-update install, then move it back again? That seems to work on a manual test, but seems ugly. * Should I post an official PR somewhere? Greg.