Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 611868 - >=app-arch/libarchive-3.2.1 -- Add ssl use flag
Summary: >=app-arch/libarchive-3.2.1 -- Add ssl use flag
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-06 11:06 UTC by phamming
Modified: 2021-01-10 11:16 UTC (History)
0 users

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


Attachments
Add use flag to ebuild (libarchive-ssl.ebuild.patch,567 bytes, patch)
2017-03-06 11:06 UTC, phamming
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description phamming 2017-03-06 11:06:18 UTC
Created attachment 466120 [details, diff]
Add use flag to ebuild

I am missing the ssl use flag, the build ./configure of upstream does provide the option. And with the provided patch it can be built. I don't know if there is another reason to not provide this use flag, in this case this bug should probably be closed immediately with an explanation.

The version mentioned above is the oldest I could find, but it is likely that there are older versions that have the same problem.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2021-01-10 11:16:17 UTC
Please correct me if I'm mistaken but FWICS openssl is used to provide hash functions on systems that do not provide them in libc (i.e. GNU/Linux).  While I think that technically libarchive can be built without them, it would probably be severely crippled.  At the same time, OpenSSL is a common enough library that there doesn't seem to be any gain from avoiding the dependency.