Re: [OE-core] [fido][PATCH 0/1] Undo ABI breakage in OpenSSL

2016-05-13 Thread akuster808
On 05/13/2016 09:34 AM, Richard Purdie wrote: > 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

Re: [OE-core] [fido][PATCH 0/1] Undo ABI breakage in OpenSSL

2016-05-13 Thread akuster808
On 05/13/2016 09:34 AM, Richard Purdie wrote: > 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

Re: [OE-core] [fido][PATCH 0/1] Undo ABI breakage in OpenSSL

2016-05-13 Thread Richard Purdie
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

Re: [OE-core] [fido][PATCH 0/1] Undo ABI breakage in OpenSSL

2016-05-12 Thread Martin Jansa
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

[OE-core] [fido][PATCH 0/1] Undo ABI breakage in OpenSSL

2016-05-12 Thread Joshua Lock
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