Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/, profiles/, profiles/desc/
Date: Mon, 03 May 2021 11:17:54
Message-Id: 1620040609.d5b3dc69e1e420f2365618f7f02ec56568d7153c.zlogene@gentoo
1 commit: d5b3dc69e1e420f2365618f7f02ec56568d7153c
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 3 11:16:49 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon May 3 11:16:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5b3dc69
7
8 profiles: Goodbye LibreSSL!
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11
12 profiles/base/use.mask | 5 -----
13 profiles/desc/curl_ssl.desc | 3 +--
14 profiles/use.desc | 1 -
15 3 files changed, 1 insertion(+), 8 deletions(-)
16
17 diff --git a/profiles/base/use.mask b/profiles/base/use.mask
18 index 232b2f1281a..6b49fabfb1e 100644
19 --- a/profiles/base/use.mask
20 +++ b/profiles/base/use.mask
21 @@ -4,11 +4,6 @@
22 # This file is only for generic masks. For arch-specific masks (i.e.
23 # mask everywhere, unmask on arch/*) use arch/base.
24
25 -# Michał Górny <mgorny@g.o> (2021-02-01)
26 -# dev-libs/libressl is masked for removal.
27 -libressl
28 -curl_ssl_libressl
29 -
30 # Brian Evans <grknight@g.o> (2021-01-07)
31 # PHP 7.2 is security vulnerable and end-of-life
32 # Please upgrade to a newer slot
33
34 diff --git a/profiles/desc/curl_ssl.desc b/profiles/desc/curl_ssl.desc
35 index 329ceb4a8fa..bbc771ff950 100644
36 --- a/profiles/desc/curl_ssl.desc
37 +++ b/profiles/desc/curl_ssl.desc
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2014 Gentoo Foundation.
40 +# Copyright 1999-2021 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 # This file contains descriptions of CURL_SSL USE_EXPAND flags for net-misc/curl
44 @@ -6,7 +6,6 @@
45
46 axtls - Use axTLS
47 gnutls - Use GnuTLS
48 -libressl - Use LibreSSL
49 mbedtls - Use mbed TLS
50 nss - Use Mozilla's Network Security Services
51 openssl - Use OpenSSL
52
53 diff --git a/profiles/use.desc b/profiles/use.desc
54 index 26b7b8dbd67..271a22f65be 100644
55 --- a/profiles/use.desc
56 +++ b/profiles/use.desc
57 @@ -165,7 +165,6 @@ libcaca - Add support for colored ASCII-art graphics
58 libedit - Use the libedit library (replacement for readline)
59 libffi - Enable support for Foreign Function Interface library
60 libnotify - Enable desktop notification support
61 -libressl - Use dev-libs/libressl instead of dev-libs/openssl when applicable (see also the ssl useflag)
62 libsamplerate - Build with support for converting sample rates using libsamplerate
63 libwww - Add libwww support (General purpose WEB API)
64 lirc - Add support for lirc (Linux's Infra-Red Remote Control)