Created attachment 574912 [details] dmg2img-1.6.7-r2.ebuild (+libressl) sys-fs/dmg2img-1.6.7-r1 still has a hard dependency on openssl. Modified the ebuild and added libressl to USE flags. Seems to work well, also converting a .dmg to .iso still works well.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=0830c5d47c15961f26cbe72fe6817833ad448ac6 commit 0830c5d47c15961f26cbe72fe6817833ad448ac6 Author: Stefan Strogin <steils@gentoo.org> AuthorDate: 2019-05-13 12:32:02 +0000 Commit: Stefan Strogin <steils@gentoo.org> CommitDate: 2019-05-13 12:32:02 +0000 sys-fs/dmg2img: add package from gentoo.git; USE=libressl Bug: https://bugs.gentoo.org/684892 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Stefan Strogin <steils@gentoo.org> sys-fs/dmg2img/Manifest | 1 + sys-fs/dmg2img/dmg2img-1.6.7-r1.ebuild | 40 ++++ sys-fs/dmg2img/files/dmg2img-1.6.7-openssl11.patch | 202 +++++++++++++++++++++ sys-fs/dmg2img/metadata.xml | 12 ++ 4 files changed, 255 insertions(+)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ff9f88ec0678864e313425153e674b3c6bdfee commit 72ff9f88ec0678864e313425153e674b3c6bdfee Author: Stefan Strogin <steils@gentoo.org> AuthorDate: 2019-05-13 12:23:39 +0000 Commit: Stefan Strogin <steils@gentoo.org> CommitDate: 2019-05-13 12:52:07 +0000 sys-fs/dmg2img: add USE=libressl Closes: https://bugs.gentoo.org/684892 Closes: https://github.com/gentoo/gentoo/pull/11982 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Stefan Strogin <steils@gentoo.org> sys-fs/dmg2img/dmg2img-1.6.7-r1.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=84a12d1c67b5e5c43f6f0b44dfc61f96c0e52324 commit 84a12d1c67b5e5c43f6f0b44dfc61f96c0e52324 Author: Stefan Strogin <steils@gentoo.org> AuthorDate: 2019-05-13 13:13:01 +0000 Commit: Stefan Strogin <steils@gentoo.org> CommitDate: 2019-05-13 13:13:01 +0000 sys-fs/dmg2img: drop; fixed in gentoo.git Bug: https://bugs.gentoo.org/684892 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Stefan Strogin <steils@gentoo.org> sys-fs/dmg2img/Manifest | 1 - sys-fs/dmg2img/dmg2img-1.6.7-r1.ebuild | 40 ---- sys-fs/dmg2img/files/dmg2img-1.6.7-openssl11.patch | 202 --------------------- sys-fs/dmg2img/metadata.xml | 12 -- 4 files changed, 255 deletions(-)
Thanks!