Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 658212 - dev-libs/opensc-0.18.0 with >=dev-libs/libressl-2.7 breakage
Summary: dev-libs/opensc-0.18.0 with >=dev-libs/libressl-2.7 breakage
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Crypto team [DISABLED]
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: libressl-2.8.0
  Show dependency tree
 
Reported: 2018-06-16 09:53 UTC by Tom Li
Modified: 2018-06-28 20:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Fix LibreSSL 2.7 (libressl-2.7.patch,1.63 KB, patch)
2018-06-16 09:53 UTC, Tom Li
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Li 2018-06-16 09:53:54 UTC
Created attachment 536048 [details, diff]
Fix LibreSSL 2.7

Because LibreSSL introduced several new APIs to the upstream, dev-libs/opensc-0.18.0 cannot be built with LibreSSL 2.7 successfully due to the redefinition of several functions already presented in the program as compatibility layer. The attached patch fixes the issue.
Comment 1 Larry the Git Cow gentoo-dev 2018-06-28 07:53:25 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37cd06c918995921e9deaf912d9474733896934a

commit 37cd06c918995921e9deaf912d9474733896934a
Author:     Alon Bar-Lev <alonbl@gentoo.org>
AuthorDate: 2018-06-22 19:38:08 +0000
Commit:     Alon Bar-Lev <alonbl@gentoo.org>
CommitDate: 2018-06-28 07:53:05 +0000

    dev-libs/opensc: fix libressl-2.7 build
    
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=658212
    Thanks: Tom Li
    Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-libs/opensc/files/opensc-0.18.0-libressl.patch | 79 ++++++++++++++++++++++
 dev-libs/opensc/opensc-0.18.0.ebuild               |  1 +
 2 files changed, 80 insertions(+)