From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C5ABB1382C5 for ; Fri, 23 Feb 2018 20:40:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFDFCE0819; Fri, 23 Feb 2018 20:40:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B1A04E0819 for ; Fri, 23 Feb 2018 20:40:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A4E81335C0C for ; Fri, 23 Feb 2018 20:40:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A14981A7 for ; Fri, 23 Feb 2018 20:40:02 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1519418397.2f5a8457a44a9432cdcc765520aa08e633dc61b1.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/use.desc X-VCS-Directories: profiles/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2f5a8457a44a9432cdcc765520aa08e633dc61b1 X-VCS-Branch: master Date: Fri, 23 Feb 2018 20:40:02 +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: 4fad2694-c2ef-4821-8585-ce6605391a14 X-Archives-Hash: 871b2fd9954768d39bff488158e7961e commit: 2f5a8457a44a9432cdcc765520aa08e633dc61b1 Author: Michał Górny gentoo org> AuthorDate: Tue Jan 30 22:08:20 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Feb 23 20:39:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f5a8457 use.desc: Correct/clarify SSL/TLS-related flags Correct the description of SSL/TLS-related flags to match their modern use. USE=ssl is a feature flag that enables support for SSL/TLS, while USE=gnutls and USE=libressl are implementation toggling flags. Unify the descriptions a bit. Make sure to mention both SSL and TLS to avoid confusion. Inform about the necessity of enabling USE=ssl in both implementation flags, and replace 'might' with 'if present'. profiles/use.desc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/profiles/use.desc b/profiles/use.desc index 43423a017a5..5cdf9808d2b 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -119,7 +119,7 @@ gmp - Add support for dev-libs/gmp (GNU MP library) gnome - Add GNOME support gnome-keyring - Enable support for storing passwords via gnome-keyring gnuplot - Enable support for gnuplot (data and function plotting) -gnutls - Add support for net-libs/gnutls (TLS 1.0 and SSL 3.0 support) +gnutls - Prefer net-libs/gnutls as SSL/TLS provider (ineffective with USE=-ssl) gphoto2 - Add digital camera support gpm - Add support for sys-libs/gpm (Console-based mouse driver) gps - Add support for Global Positioning System @@ -179,7 +179,7 @@ libcaca - Add support for colored ASCII-art graphics libedit - Use the libedit library (replacement for readline) libffi - Enable support for Foreign Function Interface library libnotify - Enable desktop notification support -libressl - Use dev-libs/libressl as SSL provider (might need ssl USE flag), packages should not depend on this USE flag +libressl - Use dev-libs/libressl instead of dev-libs/openssl as SSL/TLS provider (ineffective with USE=-ssl), packages should not depend on this USE flag libsamplerate - Build with support for converting sample rates using libsamplerate libwww - Add libwww support (General purpose WEB API) lirc - Add support for lirc (Linux's Infra-Red Remote Control) @@ -319,7 +319,7 @@ sox - Add support for Sound eXchange (SoX) speex - Add support for the speex audio codec (used for speech) spell - Add dictionary support sqlite - Add support for sqlite - embedded sql database -ssl - Add support for Secure Socket Layer connections +ssl - Add support for SSL/TLS connections (Secure Socket Layer / Transport Layer Security) startup-notification - Enable application startup event feedback mechanism static - !!do not set this during bootstrap!! Causes binaries to be statically linked instead of dynamically static-libs - Build static versions of dynamic libraries as well