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 52AFA1581D3 for ; Wed, 22 May 2024 09:30:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90779E29FB; Wed, 22 May 2024 09:30:02 +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 6C535E29FB for ; Wed, 22 May 2024 09:30:02 +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 589F3335CAF for ; Wed, 22 May 2024 09:30:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E62CD1AE5 for ; Wed, 22 May 2024 09:29:59 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1716370152.d39cf6ed1ff96cdd932482d3bc2a10eac1864e1c.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zabbix/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/zabbix/zabbix-5.0.42.ebuild X-VCS-Directories: net-analyzer/zabbix/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: d39cf6ed1ff96cdd932482d3bc2a10eac1864e1c X-VCS-Branch: master Date: Wed, 22 May 2024 09:29:59 +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: e9769811-be3c-4017-8345-feff811b3971 X-Archives-Hash: 21ada7138c6842d2557a2de3a7374101 commit: d39cf6ed1ff96cdd932482d3bc2a10eac1864e1c Author: Miroslav Šulc gentoo org> AuthorDate: Wed May 22 09:29:12 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed May 22 09:29:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d39cf6ed net-analyzer/zabbix: dropped php oracle support from 5.0.42 Signed-off-by: Miroslav Šulc gentoo.org> net-analyzer/zabbix/zabbix-5.0.42.ebuild | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/net-analyzer/zabbix/zabbix-5.0.42.ebuild b/net-analyzer/zabbix/zabbix-5.0.42.ebuild index ff7c470a27bf..825621954fe2 100644 --- a/net-analyzer/zabbix/zabbix-5.0.42.ebuild +++ b/net-analyzer/zabbix/zabbix-5.0.42.ebuild @@ -86,7 +86,6 @@ RDEPEND="${COMMON_DEPEND} virtual/httpd-php:* mysql? ( dev-lang/php[mysqli] ) odbc? ( dev-lang/php[odbc] ) - oracle? ( dev-lang/php[oci8-instant-client] ) postgres? ( dev-lang/php[postgres] ) sqlite? ( dev-lang/php[sqlite] ) ) @@ -229,6 +228,14 @@ src_install() { newtmpfiles "${FILESDIR}"/zabbix-proxy.tmpfiles zabbix-proxy.conf fi + if use oracle; then + ewarn + ewarn "Support for Oracle database has been dropped from PHP" + ewarn "so to make the web frontend work, you need to install" + ewarn "PECL extension for Oracle database." + ewarn "For details see https://bugs.gentoo.org/928386" + fi + if use agent; then insinto /etc/zabbix doins "${S}"/conf/zabbix_agentd.conf