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 B9B8E158020 for ; Sun, 20 Nov 2022 03:21:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B83CE0831; Sun, 20 Nov 2022 03:21:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E7ECAE0831 for ; Sun, 20 Nov 2022 03:21:29 +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 A83A9341216 for ; Sun, 20 Nov 2022 03:21:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0ACA4624 for ; Sun, 20 Nov 2022 03:21:27 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1668914327.dd1a44d939cae653057dd20dbad8b3440d8c7e41.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/php/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/php/php-7.4.33.ebuild dev-lang/php/php-8.0.25.ebuild X-VCS-Directories: dev-lang/php/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: dd1a44d939cae653057dd20dbad8b3440d8c7e41 X-VCS-Branch: master Date: Sun, 20 Nov 2022 03:21:27 +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: c4c8f395-2d36-4cdf-85a1-72a6c1afbd99 X-Archives-Hash: 0a3367b50657daa5c26e13bda8e32734 commit: dd1a44d939cae653057dd20dbad8b3440d8c7e41 Author: Brian Evans gentoo org> AuthorDate: Sun Nov 20 03:18:47 2022 +0000 Commit: Brian Evans gentoo org> CommitDate: Sun Nov 20 03:18:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd1a44d9 dev-lang/php: Set max openssl version on 7.4 and 8.0 slots Only affects build time and forced rebuild in place catches installed versions Closes: https://bugs.gentoo.org/797676 Bug: https://github.com/php/php-src/issues/9503 Signed-off-by: Brian Evans gentoo.org> dev-lang/php/php-7.4.33.ebuild | 2 +- dev-lang/php/php-8.0.25.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/php/php-7.4.33.ebuild b/dev-lang/php/php-7.4.33.ebuild index dee33f40a1fd..44eb6d5b3366 100644 --- a/dev-lang/php/php-7.4.33.ebuild +++ b/dev-lang/php/php-7.4.33.ebuild @@ -114,7 +114,7 @@ COMMON_DEPEND=" sodium? ( dev-libs/libsodium:=[-minimal] ) spell? ( >=app-text/aspell-0.50 ) sqlite? ( >=dev-db/sqlite-3.7.6.3 ) - ssl? ( >=dev-libs/openssl-1.0.1:0= ) + ssl? ( >=dev-libs/openssl-1.0.1:0=