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 90A781384AE for ; Sun, 20 Sep 2015 13:58:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54D4E21C01D; Sun, 20 Sep 2015 13:58:29 +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 C082221C01D for ; Sun, 20 Sep 2015 13:58:28 +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 B52653407B8 for ; Sun, 20 Sep 2015 13:58:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C850B18C for ; Sun, 20 Sep 2015 13:58:24 +0000 (UTC) From: "Julian Ospald" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julian Ospald" Message-ID: <1442756925.e40e34536d9cd344ac8a051611de104db8f4c627.hasufell@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: hasufell X-VCS-Committer-Name: Julian Ospald X-VCS-Revision: e40e34536d9cd344ac8a051611de104db8f4c627 X-VCS-Branch: master Date: Sun, 20 Sep 2015 13:58:24 +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: 13a2ec5e-b8af-4688-a45c-ad292bfb7ce6 X-Archives-Hash: b7b2ae283c65831bc09d57dea25a5d8a commit: e40e34536d9cd344ac8a051611de104db8f4c627 Author: Julian Ospald gentoo org> AuthorDate: Sun Sep 20 13:48:45 2015 +0000 Commit: Julian Ospald gentoo org> CommitDate: Sun Sep 20 13:48:45 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e40e3453 profiles: add libressl to CURL_SSL profiles/desc/curl_ssl.desc | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/desc/curl_ssl.desc b/profiles/desc/curl_ssl.desc index 4a0eaf9..4108ff1 100644 --- a/profiles/desc/curl_ssl.desc +++ b/profiles/desc/curl_ssl.desc @@ -8,6 +8,7 @@ axtls - Use axTLS gnutls - Use GnuTLS nss - Use Mozilla's Network Security Services +libressl - Use LibreSSL openssl - Use OpenSSL polarssl - Use Polar SSL winssl - Use WinSSL (only with elibc_Winnt)