From owner-freebsd-stable@FreeBSD.ORG Fri Dec 3 09:42:09 2010 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6EEC10656B2 for ; Fri, 3 Dec 2010 09:42:09 +0000 (UTC) (envelope-from paul@gromit.dlib.vt.edu) Received: from lennier.cc.vt.edu (lennier.cc.vt.edu [198.82.162.213]) by mx1.freebsd.org (Postfix) with ESMTP id 548648FC25 for ; Fri, 3 Dec 2010 09:42:08 +0000 (UTC) Received: from vivi.cc.vt.edu (vivi.cc.vt.edu [198.82.163.43]) by lennier.cc.vt.edu (8.13.8/8.13.8) with ESMTP id oB2E4kfu014960; Thu, 2 Dec 2010 09:04:46 -0500 Received: from auth3.smtp.vt.edu (EHLO auth3.smtp.vt.edu) ([198.82.161.152]) by vivi.cc.vt.edu (MOS 4.2.2-FCS FastPath queued) with ESMTP id OMD22952; Thu, 02 Dec 2010 09:04:45 -0500 (EST) Received: from pmather.tower.lib.vt.edu (pmather.tower.lib.vt.edu [128.173.51.28]) (authenticated bits=0) by auth3.smtp.vt.edu (8.13.8/8.13.8) with ESMTP id oB2E4iWR012251 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Thu, 2 Dec 2010 09:04:45 -0500 Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii From: Paul Mather In-Reply-To: <20101202095420.GA63815@lordcow.org> Date: Thu, 2 Dec 2010 09:04:44 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: <464DD3B6-3F29-439A-BC88-4B9EE420594B@gromit.dlib.vt.edu> References: <201011292119.oATLJt5b095914@freefall.freebsd.org> <20101201175341.GA44800@lordcow.org> <4CF7291B.8050207@DataIX.net> <20101202095420.GA63815@lordcow.org> To: Gareth de Vaux X-Mailer: Apple Mail (2.1082) X-Mirapoint-Received-SPF: 198.82.161.152 auth3.smtp.vt.edu paul@gromit.dlib.vt.edu 5 none X-Mirapoint-IP-Reputation: reputation=neutral-1, source=Fixed, refid=n/a, actions=MAILHURDLE SPF TAG X-Junkmail-Status: score=10/50, host=vivi.cc.vt.edu X-Junkmail-Signature-Raw: score=unknown, refid=str=0001.0A020205.4CF7A77E.0013,ss=1,fgs=0, ip=0.0.0.0, so=2010-07-22 22:03:31, dmn=2009-09-10 00:05:08, mode=single engine X-Junkmail-IWF: false Cc: jhell , stable@freebsd.org Subject: Re: FreeBSD Security Advisory FreeBSD-SA-10:10.openssl X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2010 09:42:09 -0000 On Dec 2, 2010, at 4:54 AM, Gareth de Vaux wrote: > On Thu 2010-12-02 (00:05), jhell wrote: >> Try that with a ( make includes ) in that same directory and if it = works >> then the advisory will have to be revised. >=20 > Ah awesome, that works thanx. >=20 > (I don't see why though, since it was only half complaining about > a missing definition, even when I manually included dtls1.h. Also, > I tried on a different system and the advisory instructions worked > as is). The advisory instructions worked as-is for me on a 7.3-RELEASE-p3 system = but failed on my 8.1-STABLE systems. However, a "make buildworld" = followed by a "make install" in the appropriate directory work = successfully on the 8.1-STABLE machines. Cheers, Paul.