Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 684916 - net-proxy/squid USE=ssl: please consider making net-libs/gnutls dep optional
Summary: net-proxy/squid USE=ssl: please consider making net-libs/gnutls dep optional
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mikle Kolyada (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-02 08:04 UTC by Tomáš Mózes
Modified: 2019-07-17 10:47 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Mózes 2019-05-02 08:04:37 UTC
Currently we always install gnutls if USE=ssl is set:
ssl? (
  libressl? ( dev-libs/libressl:0 )
  !libressl? ( dev-libs/openssl:0 )
  dev-libs/nettle >=net-libs/gnutls-3.1.5 )

However by checking configure it seems gnutls can be made optional:
  --without-nettle        Compile without the Nettle crypto library.
  --without-gnutls        Do not use GnuTLS for SSL. Default: auto-detect
  --with-openssl=PATH     Compile with the OpenSSL libraries. The path to the
                          OpenSSL development libraries and headers
                          installation can be specified if outside of the
                          system standard directories

I think it should be enough to have openssl when USE=ssl is set (without gnutls).
Comment 1 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2019-05-18 18:31:43 UTC
will fix alongside a bump
Comment 2 Tomáš Mózes 2019-05-18 20:09:23 UTC
(In reply to Mikle Kolyada from comment #1)
> will fix alongside a bump

Thanks
Comment 3 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2019-07-17 10:47:37 UTC
Done