Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/
Date: Tue, 15 Dec 2015 19:39:53
Message-Id: 1450208776.9c482ab421a43dfb3c62f9a6107947c511c34071.blueness@gentoo
1 commit: 9c482ab421a43dfb3c62f9a6107947c511c34071
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 15 19:45:11 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 15 19:46:16 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c482ab4
7
8 profiles: add curl_ssl_mbedtls to desc/curl_ssl.desc
9
10 profiles/desc/curl_ssl.desc | 7 ++++---
11 1 file changed, 4 insertions(+), 3 deletions(-)
12
13 diff --git a/profiles/desc/curl_ssl.desc b/profiles/desc/curl_ssl.desc
14 index 4108ff1..8afe561 100644
15 --- a/profiles/desc/curl_ssl.desc
16 +++ b/profiles/desc/curl_ssl.desc
17 @@ -3,12 +3,13 @@
18 # $Id$
19
20 # This file contains descriptions of CURL_SSL USE_EXPAND flags for net-misc/curl
21 -#spnego - Use SPNEGO fbopenssl - to be added
22 +# spnego - Use SPNEGO fbopenssl - to be added
23
24 axtls - Use axTLS
25 gnutls - Use GnuTLS
26 -nss - Use Mozilla's Network Security Services
27 libressl - Use LibreSSL
28 +mbedtls - Use mbed TLS
29 +nss - Use Mozilla's Network Security Services
30 openssl - Use OpenSSL
31 -polarssl - Use Polar SSL
32 +polarssl - Use PolarSSL
33 winssl - Use WinSSL (only with elibc_Winnt)