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 AA54A1382C5 for ; Fri, 16 Mar 2018 10:41:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2AEFE07FA; Fri, 16 Mar 2018 10:41:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 7E24BE07FA for ; Fri, 16 Mar 2018 10:41:09 +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 C1C2E335C7A for ; Fri, 16 Mar 2018 10:41:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2F77245 for ; Fri, 16 Mar 2018 10:41:05 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1521196861.a999820820bddaefedbc959999faa7adf467a12b.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/openssl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/openssl/openssl-1.1.0g-r2.ebuild dev-libs/openssl/openssl-1.1.0g-r3.ebuild X-VCS-Directories: dev-libs/openssl/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: a999820820bddaefedbc959999faa7adf467a12b X-VCS-Branch: master Date: Fri, 16 Mar 2018 10:41:05 +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: 16183e2e-9e24-4176-b55f-fade1cee11e9 X-Archives-Hash: feadb5ff4155d26cd4743b937ac12155 commit: a999820820bddaefedbc959999faa7adf467a12b Author: Lars Wendler gentoo org> AuthorDate: Fri Mar 16 10:33:09 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Mar 16 10:41:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9998208 dev-libs/openssl: Revbump to remove "disable-deprecated" option. It breaks too many revdeps and many upstreams are not really eager to fix them because "it works with deprecated features". Package-Manager: Portage-2.3.24, Repoman-2.3.6 .../openssl/{openssl-1.1.0g-r2.ebuild => openssl-1.1.0g-r3.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/openssl/openssl-1.1.0g-r2.ebuild b/dev-libs/openssl/openssl-1.1.0g-r3.ebuild similarity index 98% rename from dev-libs/openssl/openssl-1.1.0g-r2.ebuild rename to dev-libs/openssl/openssl-1.1.0g-r3.ebuild index b782dea17bf..61e2b4b945c 100644 --- a/dev-libs/openssl/openssl-1.1.0g-r2.ebuild +++ b/dev-libs/openssl/openssl-1.1.0g-r3.ebuild @@ -173,13 +173,14 @@ multilib_src_configure() { # Fedora hobbled-EC needs 'no-ec2m' # 'srp' was restricted until early 2017 as well. + # "disable-deprecated" option breaks too many consumers. + # Don't set it without thorough revdeps testing. echoit \ ./${config} \ ${sslout} \ --api=1.0.0 \ $(use cpu_flags_x86_sse2 || echo "no-sse2") \ enable-camellia \ - disable-deprecated \ enable-ec \ $(use_ssl !bindist ec2m) \ enable-srp \