Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 684892

Summary: sys-fs/dmg2img-1.6.7-r1: please add USE=libressl
Product: Gentoo Linux Reporter: ernsteiswuerfel <erhard_f>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal CC: jstein, libressl
Priority: Normal Keywords: PATCH, PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/11982
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 561854    
Attachments: dmg2img-1.6.7-r2.ebuild (+libressl)

Description ernsteiswuerfel archtester 2019-05-01 17:40:55 UTC
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.
Comment 1 Larry the Git Cow gentoo-dev 2019-05-13 12:32:31 UTC
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(+)
Comment 2 Larry the Git Cow gentoo-dev 2019-05-13 12:55:36 UTC
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(-)
Comment 3 Larry the Git Cow gentoo-dev 2019-05-13 13:13:58 UTC
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(-)
Comment 4 ernsteiswuerfel archtester 2019-05-13 13:20:10 UTC
Thanks!