From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 81B561384B4 for ; Tue, 15 Dec 2015 19:39:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49E5021C01B; Tue, 15 Dec 2015 19:39:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD85821C01B for ; Tue, 15 Dec 2015 19:39:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9CE4B33FD3F for ; Tue, 15 Dec 2015 19:39:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04000C7E for ; Tue, 15 Dec 2015 19:39:48 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1450208776.9c482ab421a43dfb3c62f9a6107947c511c34071.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/desc/curl_ssl.desc X-VCS-Directories: profiles/desc/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 9c482ab421a43dfb3c62f9a6107947c511c34071 X-VCS-Branch: master Date: Tue, 15 Dec 2015 19:39:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0a33cd9c-e8a2-4c8b-b459-09ada56a7365 X-Archives-Hash: 7192b5e7090b72ef3afadd2e28e3378e commit: 9c482ab421a43dfb3c62f9a6107947c511c34071 Author: Anthony G. Basile gentoo org> AuthorDate: Tue Dec 15 19:45:11 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Tue Dec 15 19:46:16 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c482ab4 profiles: add curl_ssl_mbedtls to desc/curl_ssl.desc profiles/desc/curl_ssl.desc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/profiles/desc/curl_ssl.desc b/profiles/desc/curl_ssl.desc index 4108ff1..8afe561 100644 --- a/profiles/desc/curl_ssl.desc +++ b/profiles/desc/curl_ssl.desc @@ -3,12 +3,13 @@ # $Id$ # This file contains descriptions of CURL_SSL USE_EXPAND flags for net-misc/curl -#spnego - Use SPNEGO fbopenssl - to be added +# spnego - Use SPNEGO fbopenssl - to be added axtls - Use axTLS gnutls - Use GnuTLS -nss - Use Mozilla's Network Security Services libressl - Use LibreSSL +mbedtls - Use mbed TLS +nss - Use Mozilla's Network Security Services openssl - Use OpenSSL -polarssl - Use Polar SSL +polarssl - Use PolarSSL winssl - Use WinSSL (only with elibc_Winnt)