From owner-freebsd-questions@FreeBSD.ORG Wed May 14 00:41:09 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8E58D8F4 for ; Wed, 14 May 2014 00:41:09 +0000 (UTC) Received: from icp-osb-irony-out3.external.iinet.net.au (icp-osb-irony-out3.external.iinet.net.au [203.59.1.219]) by mx1.freebsd.org (Postfix) with ESMTP id 11B3B2207 for ; Wed, 14 May 2014 00:41:08 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhoGALy6clN8lVUU/2dsb2JhbABZgwZPgm+Ke546AQEBAQEGmUxRAYEjFnSCJQEBBAE6RAsLDRQlDwUYRAmIMAcO0FQXhVSIKQEBVhaDFYEVBJlPhlJAi3+Bd4FRKzABgQk X-IronPort-AV: E=Sophos;i="4.97,1048,1389715200"; d="scan'208";a="327026095" Received: from unknown (HELO smtp.phoenix) ([124.149.85.20]) by icp-osb-irony-out3.iinet.net.au with ESMTP; 14 May 2014 08:41:00 +0800 Received: by smtp.phoenix (Postfix, from userid 1001) id 36C862AD; Wed, 14 May 2014 10:41:00 +1000 (EST) Date: Wed, 14 May 2014 10:41:00 +1000 From: andrew clarke To: freebsd-questions@freebsd.org Subject: Re: Latest 9.2-RELEASE-p5 update keeps wanting to install /boot/kernel/linker.hints Message-ID: <20140514004100.GB24350@ozzmosis.com> References: <51EB2D64-1000-404B-BB63-8BB6F9D72A01@gromit.dlib.vt.edu> <20140501170847.GA29302@ozzmosis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140501170847.GA29302@ozzmosis.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2014 00:41:09 -0000 On Fri 2014-05-02 03:08:47 UTC+1000, andrew clarke (mail@ozzmosis.com) wrote: > A patch was submitted to 9-stable & 10-stable in Dec 2013: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=182098 > > I think the only way to fix this properly is for the FreeBSD team to > backport the kldxref.c patch to 9.2-REL and issue it as 9.2-REL-p6. > The machines generating the freebsd-update files need the kldxref > patch for local and remote checksums of linker.hints to match; it's > not enough to just patch kldxref on your local machine. Update: A PR was submitted: http://www.freebsd.org/cgi/query-pr.cgi?pr=189249 And swiftly acted on: http://www.freebsd.org/security/advisories/FreeBSD-EN-14:04.kldxref.asc Thanks to Jilles Tjoelker. Regards Andrew