Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Which is the Gentoo default? Openssl or Libressl?
Date: Tue, 24 Jan 2017 16:27:09
Message-Id: 2178898.DbhK5A23zH@dell_xps
In Reply to: Re: [gentoo-user] Which is the Gentoo default? Openssl or Libressl? by Andrew Lowe
1 On Tuesday 24 Jan 2017 23:59:24 Andrew Lowe wrote:
2 > On 24/01/17 23:47, Michael Orlitzky wrote:
3 > > On 01/24/2017 10:38 AM, Andrew Lowe wrote:
4 > >> Hi all,
5 > >>
6 > >> Title says it all. I think I've managed to screw things up, a USE flag
7 > >>
8 > >> here, a USE flag there - what's a USE flag between fiends sort of thing.
9 > >> I want to sort things out and I know at one time or another I think I've
10 > >> dabbled in both openssl and libressl and now have some sort of mixed up
11 > >> hybrid. What is the current Gentoo default so I can work on getting back
12 > >> to "normal".
13 > >
14 > > There is no default per se, but OpenSSL has better support because
15 > > that's what most upstream projects target. The way most ebuilds are
16 > > written, you will get OpenSSL unless you have USE=libressl set.
17 >
18 > Thanks.
19
20 egrep *ssl -r /etc/portage/
21
22 will show you if any USE flags have been set. Remove manually any USE flags you
23 don't need, e.g. libressl and then run:
24
25 emerge -uaNDv world
26
27 to reinstall any packages that were affected by it.
28 --
29 Regards,
30 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
[gentoo-user] Re: Which is the Gentoo default? Openssl or Libressl? Ian Zimmerman <itz@×××××××.net>