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 23BBF13832E for ; Mon, 8 Aug 2016 08:39:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28F28E0B56; Mon, 8 Aug 2016 08:39:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 02B86E0B4D for ; Mon, 8 Aug 2016 08:39:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29F49340A2B for ; Mon, 8 Aug 2016 08:39:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 732522450 for ; Mon, 8 Aug 2016 08:39:45 +0000 (UTC) From: "Andrew Savchenko" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Savchenko" Message-ID: <1470645514.5d4adc656a32a0033acbb987a2f1686cc9d7df7d.bircoph@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/openssl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/openssl/metadata.xml X-VCS-Directories: dev-libs/openssl/ X-VCS-Committer: bircoph X-VCS-Committer-Name: Andrew Savchenko X-VCS-Revision: 5d4adc656a32a0033acbb987a2f1686cc9d7df7d X-VCS-Branch: master Date: Mon, 8 Aug 2016 08:39:45 +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: a9edd429-6d1a-4d38-bd9e-2356452dc8ef X-Archives-Hash: dc2662a6a239013a46c181bb4bca3212 commit: 5d4adc656a32a0033acbb987a2f1686cc9d7df7d Author: Andrew Savchenko gentoo org> AuthorDate: Mon Aug 8 08:22:12 2016 +0000 Commit: Andrew Savchenko gentoo org> CommitDate: Mon Aug 8 08:38:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d4adc65 dev-libs/openssl: USE=sctp is now global Removing local sctp USE flag description, as flag is global now, see [1] for details. [1] https://archives.gentoo.org/gentoo-dev/message/427fac41fbe21ec98dfba63b1d68efe5 Package-Manager: portage-2.3.0 Signed-off-by: Andrew Savchenko gentoo.org> dev-libs/openssl/metadata.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-libs/openssl/metadata.xml b/dev-libs/openssl/metadata.xml index 10c22cf..0ee764e 100644 --- a/dev-libs/openssl/metadata.xml +++ b/dev-libs/openssl/metadata.xml @@ -9,7 +9,6 @@ Support assembly hand optimized crypto functions (i.e. faster run time) Disable EC algorithms (as they seem to be patented) -- note: changes the ABI Enable support for RFC 3779 (X.509 Extensions for IP Addresses and AS Identifiers) - Support for Stream Control Transmission Protocol Support for the old/insecure SSLv2 protocol -- note: not required for TLS/https Support for the old/insecure SSLv3 protocol -- note: not required for TLS/https Enable the Heartbeat Extension in TLS and DTLS