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 2CA7715800A for ; Wed, 23 Aug 2023 16:49:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EB6C2BC013; Wed, 23 Aug 2023 16:49:00 +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 3E1402BC013 for ; Wed, 23 Aug 2023 16:49:00 +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 1DDD93412C9 for ; Wed, 23 Aug 2023 16:48:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B638B01 for ; Wed, 23 Aug 2023 16:48:57 +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: <1692809326.0a38c2aa42c8b69efb99c6e919a17b67143d087e.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.35.ebuild net-analyzer/zabbix/zabbix-5.0.36.ebuild net-analyzer/zabbix/zabbix-6.0.18.ebuild net-analyzer/zabbix/zabbix-6.0.19.ebuild net-analyzer/zabbix/zabbix-6.0.20.ebuild net-analyzer/zabbix/zabbix-6.4.3.ebuild net-analyzer/zabbix/zabbix-6.4.4.ebuild net-analyzer/zabbix/zabbix-6.4.5.ebuild X-VCS-Directories: net-analyzer/zabbix/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 0a38c2aa42c8b69efb99c6e919a17b67143d087e X-VCS-Branch: master Date: Wed, 23 Aug 2023 16:48:57 +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: 7125b4ef-d5e5-498a-bf61-8296ed063875 X-Archives-Hash: 9d8c6a234f507a826bf2d599b3d5e895 commit: 0a38c2aa42c8b69efb99c6e919a17b67143d087e Author: Miroslav Šulc gentoo org> AuthorDate: Wed Aug 23 16:32:51 2023 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed Aug 23 16:48:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a38c2aa net-analyzer/zabbix: when compiling with agent2, prohibit gnutls agent2 supports only openssl whereas the other modules support also gnutls - it would be better to still allow gnutls for other modules and force use of openssl only for agent2 (in fact https://www.zabbix.com/documentation/current/en/manual/encryption mentions it should be possible but does not show how) but that would need to find out how to do that (probably splitting agent2 to a separate package would be the solution) Closes: https://bugs.gentoo.org/909362 Signed-off-by: Miroslav Šulc gentoo.org> net-analyzer/zabbix/zabbix-5.0.35.ebuild | 1 + net-analyzer/zabbix/zabbix-5.0.36.ebuild | 1 + net-analyzer/zabbix/zabbix-6.0.18.ebuild | 1 + net-analyzer/zabbix/zabbix-6.0.19.ebuild | 1 + net-analyzer/zabbix/zabbix-6.0.20.ebuild | 1 + net-analyzer/zabbix/zabbix-6.4.3.ebuild | 1 + net-analyzer/zabbix/zabbix-6.4.4.ebuild | 1 + net-analyzer/zabbix/zabbix-6.4.5.ebuild | 1 + 8 files changed, 8 insertions(+) diff --git a/net-analyzer/zabbix/zabbix-5.0.35.ebuild b/net-analyzer/zabbix/zabbix-5.0.35.ebuild index 8917235a56d0..a71802cf2bf6 100644 --- a/net-analyzer/zabbix/zabbix-5.0.35.ebuild +++ b/net-analyzer/zabbix/zabbix-5.0.35.ebuild @@ -28,6 +28,7 @@ KEYWORDS="amd64 x86" IUSE="+agent +agent2 curl frontend gnutls ipv6 java ldap libxml2 mysql odbc openipmi +openssl oracle +postgres proxy selinux server snmp sqlite ssh static" REQUIRED_USE="|| ( agent agent2 frontend proxy server ) ?? ( gnutls openssl ) + agent2 ( !gnutls ) proxy? ( ^^ ( mysql oracle postgres sqlite ) ) server? ( ^^ ( mysql oracle postgres ) !sqlite ) static? ( !oracle !snmp )" diff --git a/net-analyzer/zabbix/zabbix-5.0.36.ebuild b/net-analyzer/zabbix/zabbix-5.0.36.ebuild index ec1e25bbcd14..cc4546e6cb45 100644 --- a/net-analyzer/zabbix/zabbix-5.0.36.ebuild +++ b/net-analyzer/zabbix/zabbix-5.0.36.ebuild @@ -28,6 +28,7 @@ KEYWORDS="~amd64 ~x86" IUSE="+agent +agent2 curl frontend gnutls ipv6 java ldap libxml2 mysql odbc openipmi +openssl oracle +postgres proxy selinux server snmp sqlite ssh static" REQUIRED_USE="|| ( agent agent2 frontend proxy server ) ?? ( gnutls openssl ) + agent2 ( !gnutls ) proxy? ( ^^ ( mysql oracle postgres sqlite ) ) server? ( ^^ ( mysql oracle postgres ) !sqlite ) static? ( !oracle !snmp )" diff --git a/net-analyzer/zabbix/zabbix-6.0.18.ebuild b/net-analyzer/zabbix/zabbix-6.0.18.ebuild index b48c28cb2ee3..6d18d732cf90 100644 --- a/net-analyzer/zabbix/zabbix-6.0.18.ebuild +++ b/net-analyzer/zabbix/zabbix-6.0.18.ebuild @@ -28,6 +28,7 @@ KEYWORDS="amd64 x86" IUSE="agent +agent2 curl frontend gnutls ipv6 java ldap libxml2 mysql odbc openipmi +openssl oracle +postgres proxy selinux server snmp sqlite ssh static" REQUIRED_USE="|| ( agent agent2 frontend proxy server ) ?? ( gnutls openssl ) + agent2 ( !gnutls ) proxy? ( ^^ ( mysql oracle postgres sqlite ) ) server? ( ^^ ( mysql oracle postgres ) !sqlite ) static? ( !oracle !snmp )" diff --git a/net-analyzer/zabbix/zabbix-6.0.19.ebuild b/net-analyzer/zabbix/zabbix-6.0.19.ebuild index e5e5f002a22e..4da32a57da4b 100644 --- a/net-analyzer/zabbix/zabbix-6.0.19.ebuild +++ b/net-analyzer/zabbix/zabbix-6.0.19.ebuild @@ -28,6 +28,7 @@ KEYWORDS="~amd64 ~x86" IUSE="agent +agent2 curl frontend gnutls ipv6 java ldap libxml2 mysql odbc openipmi +openssl oracle +postgres proxy selinux server snmp sqlite ssh static" REQUIRED_USE="|| ( agent agent2 frontend proxy server ) ?? ( gnutls openssl ) + agent2 ( !gnutls ) proxy? ( ^^ ( mysql oracle postgres sqlite ) ) server? ( ^^ ( mysql oracle postgres ) !sqlite ) static? ( !oracle !snmp )" diff --git a/net-analyzer/zabbix/zabbix-6.0.20.ebuild b/net-analyzer/zabbix/zabbix-6.0.20.ebuild index e5e5f002a22e..4da32a57da4b 100644 --- a/net-analyzer/zabbix/zabbix-6.0.20.ebuild +++ b/net-analyzer/zabbix/zabbix-6.0.20.ebuild @@ -28,6 +28,7 @@ KEYWORDS="~amd64 ~x86" IUSE="agent +agent2 curl frontend gnutls ipv6 java ldap libxml2 mysql odbc openipmi +openssl oracle +postgres proxy selinux server snmp sqlite ssh static" REQUIRED_USE="|| ( agent agent2 frontend proxy server ) ?? ( gnutls openssl ) + agent2 ( !gnutls ) proxy? ( ^^ ( mysql oracle postgres sqlite ) ) server? ( ^^ ( mysql oracle postgres ) !sqlite ) static? ( !oracle !snmp )" diff --git a/net-analyzer/zabbix/zabbix-6.4.3.ebuild b/net-analyzer/zabbix/zabbix-6.4.3.ebuild index 239652c7407d..4c6a9f5a4fcc 100644 --- a/net-analyzer/zabbix/zabbix-6.4.3.ebuild +++ b/net-analyzer/zabbix/zabbix-6.4.3.ebuild @@ -28,6 +28,7 @@ KEYWORDS="amd64 x86" IUSE="agent +agent2 curl frontend gnutls ipv6 java ldap libxml2 mysql odbc openipmi +openssl oracle +postgres proxy selinux server snmp sqlite ssh static" REQUIRED_USE="|| ( agent agent2 frontend proxy server ) ?? ( gnutls openssl ) + agent2 ( !gnutls ) proxy? ( ^^ ( mysql oracle postgres sqlite ) ) server? ( ^^ ( mysql oracle postgres ) !sqlite ) static? ( !oracle !snmp )" diff --git a/net-analyzer/zabbix/zabbix-6.4.4.ebuild b/net-analyzer/zabbix/zabbix-6.4.4.ebuild index 2423117090ed..38f6609f2faf 100644 --- a/net-analyzer/zabbix/zabbix-6.4.4.ebuild +++ b/net-analyzer/zabbix/zabbix-6.4.4.ebuild @@ -28,6 +28,7 @@ KEYWORDS="~amd64 ~x86" IUSE="agent +agent2 curl frontend gnutls ipv6 java ldap libxml2 mysql odbc openipmi +openssl oracle +postgres proxy selinux server snmp sqlite ssh static" REQUIRED_USE="|| ( agent agent2 frontend proxy server ) ?? ( gnutls openssl ) + agent2 ( !gnutls ) proxy? ( ^^ ( mysql oracle postgres sqlite ) ) server? ( ^^ ( mysql oracle postgres ) !sqlite ) static? ( !oracle !snmp )" diff --git a/net-analyzer/zabbix/zabbix-6.4.5.ebuild b/net-analyzer/zabbix/zabbix-6.4.5.ebuild index 2423117090ed..38f6609f2faf 100644 --- a/net-analyzer/zabbix/zabbix-6.4.5.ebuild +++ b/net-analyzer/zabbix/zabbix-6.4.5.ebuild @@ -28,6 +28,7 @@ KEYWORDS="~amd64 ~x86" IUSE="agent +agent2 curl frontend gnutls ipv6 java ldap libxml2 mysql odbc openipmi +openssl oracle +postgres proxy selinux server snmp sqlite ssh static" REQUIRED_USE="|| ( agent agent2 frontend proxy server ) ?? ( gnutls openssl ) + agent2 ( !gnutls ) proxy? ( ^^ ( mysql oracle postgres sqlite ) ) server? ( ^^ ( mysql oracle postgres ) !sqlite ) static? ( !oracle !snmp )"