Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 684892 - sys-fs/dmg2img-1.6.7-r1: please add USE=libressl
Summary: sys-fs/dmg2img-1.6.7-r1: please add USE=libressl
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: PATCH, PullRequest
Depends on:
Blocks: libressl-support
  Show dependency tree
 
Reported: 2019-05-01 17:40 UTC by ernsteiswuerfel
Modified: 2019-05-13 13:20 UTC (History)
2 users (show)

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


Attachments
dmg2img-1.6.7-r2.ebuild (+libressl) (dmg2img-1.6.7-r2.ebuild,787 bytes, text/plain)
2019-05-01 17:40 UTC, ernsteiswuerfel
Details

Note You need to log in before you can comment on or make changes to this bug.
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!