From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id EC55162137 for ; Fri, 13 May 2016 16:34:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u4DGYh4P020195; Fri, 13 May 2016 17:34:43 +0100 Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id MlHWjSLmWhYP; Fri, 13 May 2016 17:34:43 +0100 (BST) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u4DGYgOa020191 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Fri, 13 May 2016 17:34:43 +0100 Message-ID: <1463157281.9746.114.camel@linuxfoundation.org> From: Richard Purdie To: Martin Jansa , Joshua Lock , Robert Yang , Armin Kuster Date: Fri, 13 May 2016 17:34:41 +0100 In-Reply-To: <20160512141645.GA2567@jama> References: <20160512141645.GA2567@jama> X-Mailer: Evolution 3.16.5-1ubuntu3.1 Mime-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: Re: [fido][PATCH 0/1] Undo ABI breakage in OpenSSL X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 May 2016 16:34:49 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2016-05-12 at 16:16 +0200, Martin Jansa wrote: > On Thu, May 12, 2016 at 01:06:33PM +0100, Joshua Lock wrote: > > The backported upgrade to OpenSSL 1.0.2h introduced a newer version > > of > > Debian's linker version-script which breaks the OpenSSL ABI. > > This isn't desirable for a stable release, thus the attached patch > > reverts > > the linker-version changes and simply adds the 2 new symbols > > required by > > 1.0.2h. > > > > Thanks to Martin Jansa for spotting the issue and suggesting a fix. > > Thanks for following it and getting it merged so quickly. > > It was already merged in fido, can we get the same to jethro (which > was > also recently upgraded to 1.0.2h)? I'm hoping someone will give me a patch series which does this correctly for jethro. Its why I haven't taken the previous pull request. Cheers, Richard