Gentoo Archives: gentoo-dev

From: Alexis Ballier <aballier@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] ssl vs openssl vs libressl vs gnutls USE flag foo
Date: Wed, 28 Oct 2015 08:36:35
Message-Id: 20151028093611.052286a7@gentoo.org
In Reply to: [gentoo-dev] ssl vs openssl vs libressl vs gnutls USE flag foo by hasufell
1 On Wed, 28 Oct 2015 03:06:59 +0100
2 hasufell <hasufell@g.o> wrote:
3 > A is not that difficult. Most uses of 'openssl' can just be replaced
4 > with 'ssl', others probably with '!gnutls?' even. A few exotic ones
5 > might stay and we will have to advice users to set USE="openssl
6 > libressl" instead of USE="-openssl libressl".
7 > B will definitely be more work, but ofc is also a lot cleaner and
8 > totally unambigous.
9
10
11 You haven't taken into consideration the licence incompatibilities:
12 http://www.gnu.org/licenses/license-list.en.html#OpenSSL
13 it gets really messy for libraries: a gpl binary linking against a
14 library linking against openssl means the binary can be
15 redistributed, but not with such a library linked against openssl...
16
17 the point of the 'openssl' useflag is to have something that is not
18 enabled by default and that can be used in RESTRICT="openssl?
19 ( bindist )" expressions...

Replies