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 BEC8E1388C1 for ; Thu, 3 Mar 2016 15:40:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6D61E0835; Thu, 3 Mar 2016 15:40:32 +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 94303E0835 for ; Thu, 3 Mar 2016 15:40:32 +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 20EF9340A9D for ; Thu, 3 Mar 2016 15:40:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C7EF180 for ; Thu, 3 Mar 2016 15:40:26 +0000 (UTC) From: "Doug Goldstein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Doug Goldstein" Message-ID: <1457019615.15eb910faba4df68ce400a463db5c2a989279360.cardoe@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.0.2g-r1.ebuild dev-libs/openssl/openssl-1.0.2g-r2.ebuild X-VCS-Directories: dev-libs/openssl/ X-VCS-Committer: cardoe X-VCS-Committer-Name: Doug Goldstein X-VCS-Revision: 15eb910faba4df68ce400a463db5c2a989279360 X-VCS-Branch: master Date: Thu, 3 Mar 2016 15:40:26 +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: 26fb60f5-b7e4-4993-9f12-bdb2542db083 X-Archives-Hash: e12940c37e319778522973397f056910 commit: 15eb910faba4df68ce400a463db5c2a989279360 Author: Doug Goldstein gentoo org> AuthorDate: Thu Mar 3 15:15:11 2016 +0000 Commit: Doug Goldstein gentoo org> CommitDate: Thu Mar 3 15:40:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15eb910f dev-libs/openssl: re-enable SSLv2 Re-enable SSLv2 since disabling it changes the ABI without a SONAME change causing a lot of breakage. Gentoo-Bug: 576128 Gentoo-Bug: 575548 Package-Manager: portage-2.2.26 Signed-off-by: Doug Goldstein gentoo.org> .../openssl/{openssl-1.0.2g-r1.ebuild => openssl-1.0.2g-r2.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/openssl/openssl-1.0.2g-r1.ebuild b/dev-libs/openssl/openssl-1.0.2g-r2.ebuild similarity index 99% rename from dev-libs/openssl/openssl-1.0.2g-r1.ebuild rename to dev-libs/openssl/openssl-1.0.2g-r2.ebuild index e4fd22c..3928f2f 100644 --- a/dev-libs/openssl/openssl-1.0.2g-r1.ebuild +++ b/dev-libs/openssl/openssl-1.0.2g-r2.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://openssl/source/${MY_P}.tar.gz" LICENSE="openssl" # subslot set to 1.0.2g version as this is the first release without SSLv2 # support and thus breaks nearly every openssl consumer (see bug #575548) -SLOT="0/1.0.2g" +SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux" IUSE="+asm bindist gmp kerberos rfc3779 sctp cpu_flags_x86_sse2 static-libs test +tls-heartbeat vanilla zlib" RESTRICT="!bindist? ( bindist )" @@ -156,6 +156,7 @@ multilib_src_configure() { enable-mdc2 \ enable-rc5 \ enable-tlsext \ + enable-ssl2 \ $(use_ssl asm) \ $(use_ssl gmp gmp -lgmp) \ $(use_ssl kerberos krb5 --with-krb5-flavor=${krb5}) \