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 DF6CC15808B for ; Wed, 23 Mar 2022 00:45:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A77FE090E; Wed, 23 Mar 2022 00:45:29 +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 069E0E090F for ; Wed, 23 Mar 2022 00:45: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 22AA0343279 for ; Wed, 23 Mar 2022 00:45:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05072357 for ; Wed, 23 Mar 2022 00:45:25 +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: <1647996309.7d91da9a79316512207a0e2ac5bd89a14e26d5fc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/nufw/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/nufw/nufw-2.2.22-r3.ebuild net-firewall/nufw/nufw-2.2.22-r4.ebuild X-VCS-Directories: net-firewall/nufw/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7d91da9a79316512207a0e2ac5bd89a14e26d5fc X-VCS-Branch: master Date: Wed, 23 Mar 2022 00:45:25 +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: 12992518-8e7e-4d86-826f-c514707b494e X-Archives-Hash: 780642c242dc104c4c5b6ea5ca79255e commit: 7d91da9a79316512207a0e2ac5bd89a14e26d5fc Author: Sam James gentoo org> AuthorDate: Wed Mar 23 00:43:08 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 23 00:45:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d91da9a net-firewall/nufw: add subslot dep on OpenLDAP New OpenLDAP breaks ABI (changes SONAME) Signed-off-by: Sam James gentoo.org> .../nufw/{nufw-2.2.22-r3.ebuild => nufw-2.2.22-r4.ebuild} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-firewall/nufw/nufw-2.2.22-r3.ebuild b/net-firewall/nufw/nufw-2.2.22-r4.ebuild similarity index 95% rename from net-firewall/nufw/nufw-2.2.22-r3.ebuild rename to net-firewall/nufw/nufw-2.2.22-r4.ebuild index 9dbc74d1518b..41edbb536323 100644 --- a/net-firewall/nufw/nufw-2.2.22-r3.ebuild +++ b/net-firewall/nufw/nufw-2.2.22-r4.ebuild @@ -19,12 +19,12 @@ REQUIRED_USE="pam_nuauth? ( plaintext )" DEPEND=" dev-libs/cyrus-sasl dev-libs/glib:2 - dev-libs/libgcrypt:0 + dev-libs/libgcrypt:= dev-python/ipy net-firewall/iptables - net-libs/gnutls - ldap? ( >=net-nds/openldap-2 ) - mysql? ( dev-db/mysql-connector-c ) + net-libs/gnutls:= + ldap? ( >=net-nds/openldap-2:= ) + mysql? ( dev-db/mysql-connector-c:= ) nfconntrack? ( net-libs/libnetfilter_conntrack ) nfqueue? ( net-libs/libnfnetlink net-libs/libnetfilter_queue ) pam? ( sys-libs/pam )