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 14C29158020 for ; Wed, 14 Dec 2022 09:12:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61180E0869; Wed, 14 Dec 2022 09:12:31 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F8A5E0869 for ; Wed, 14 Dec 2022 09:12:31 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F4EB3410CC for ; Wed, 14 Dec 2022 09:12:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B6ADF4C8 for ; Wed, 14 Dec 2022 09:12:28 +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: <1671009100.3c82691365c4a173027dc057686b72869045c6ce.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mariadb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mariadb/mariadb-10.3.37.ebuild dev-db/mariadb/mariadb-10.4.27.ebuild dev-db/mariadb/mariadb-10.5.18.ebuild X-VCS-Directories: dev-db/mariadb/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3c82691365c4a173027dc057686b72869045c6ce X-VCS-Branch: master Date: Wed, 14 Dec 2022 09:12:28 +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: 5dd95c03-9d7e-4e1e-b115-e9b24b27932e X-Archives-Hash: 0ade99f9b1818419bddd007ffa2dfb2d commit: 3c82691365c4a173027dc057686b72869045c6ce Author: Sam James gentoo org> AuthorDate: Wed Dec 14 09:10:52 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Dec 14 09:11:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c826913 dev-db/mariadb: depend on < openssl 3 for 10.3, 10.4, 10.5 MariaDB 10.6+ supports OpenSSL 3. Bug: https://bugs.gentoo.org/849593 Signed-off-by: Sam James gentoo.org> dev-db/mariadb/mariadb-10.3.37.ebuild | 2 +- dev-db/mariadb/mariadb-10.4.27.ebuild | 2 +- dev-db/mariadb/mariadb-10.5.18.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-db/mariadb/mariadb-10.3.37.ebuild b/dev-db/mariadb/mariadb-10.3.37.ebuild index f05fc2d0945f..f83d760a0376 100644 --- a/dev-db/mariadb/mariadb-10.3.37.ebuild +++ b/dev-db/mariadb/mariadb-10.3.37.ebuild @@ -53,7 +53,7 @@ COMMON_DEPEND=" kerberos? ( virtual/krb5 ) yassl? ( net-libs/gnutls:0= ) !yassl? ( - >=dev-libs/openssl-1.0.0:0= + =dev-libs/openssl-1.0.0:0= +