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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C658D158091 for ; Sat, 11 Jun 2022 05:12:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2576E0833; Sat, 11 Jun 2022 05:12:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A6577E0833 for ; Sat, 11 Jun 2022 05:12:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 72286341884 for ; Sat, 11 Jun 2022 05:12:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8C12303 for ; Sat, 11 Jun 2022 05:12:45 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1654924357.796edf36f0106903f2fd32ebe6c6bce3a6bf1be6.sam@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.1o-r1.ebuild X-VCS-Directories: dev-libs/openssl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 796edf36f0106903f2fd32ebe6c6bce3a6bf1be6 X-VCS-Branch: master Date: Sat, 11 Jun 2022 05:12: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ae8417f5-a593-406d-a11f-2a327fdd31b0 X-Archives-Hash: e6d75152f0ef44259bab6f36c27112bd commit: 796edf36f0106903f2fd32ebe6c6bce3a6bf1be6 Author: Sam James gentoo org> AuthorDate: Sat Jun 11 05:10:14 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 11 05:12:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=796edf36 dev-libs/openssl: tiny comment tidyup Signed-off-by: Sam James gentoo.org> dev-libs/openssl/openssl-1.1.1o-r1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-libs/openssl/openssl-1.1.1o-r1.ebuild b/dev-libs/openssl/openssl-1.1.1o-r1.ebuild index 795b98f026c5..0e55dcc43e49 100644 --- a/dev-libs/openssl/openssl-1.1.1o-r1.ebuild +++ b/dev-libs/openssl/openssl-1.1.1o-r1.ebuild @@ -132,7 +132,7 @@ src_prepare() { append-flags $(test-flags-CC -Wa,--noexecstack) - # Prefixify Configure shebang (#141906) + # Prefixify Configure shebang (bug #141906) sed \ -e "1s,/usr/bin/env,${EPREFIX}&," \ -i Configure || die @@ -180,9 +180,10 @@ multilib_src_configure() { local krb5=$(has_version app-crypt/mit-krb5 && echo "MIT" || echo "Heimdal") # See if our toolchain supports __uint128_t. If so, it's 64bit - # friendly and can use the nicely optimized code paths. #460790 + # friendly and can use the nicely optimized code paths, bug #460790. local ec_nistp_64_gcc_128 - # Disable it for now though #469976 + + # Disable it for now though (bug #469976) # echo "__uint128_t i;" > "${T}"/128.c # if ${CC} ${CFLAGS} -c "${T}"/128.c -o /dev/null >&/dev/null ; then # ec_nistp_64_gcc_128="enable-ec_nistp_64_gcc_128"