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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3647213835B for ; Tue, 22 Jun 2021 18:19:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FC0EE086F; Tue, 22 Jun 2021 18:19:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56A05E086F for ; Tue, 22 Jun 2021 18:19:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 54F4D34092D for ; Tue, 22 Jun 2021 18:19:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDEA67BA for ; Tue, 22 Jun 2021 18:19:24 +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: <1624385927.2aceb1c3b581913b89ee6fbff0328b5272c4fdfd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/dnssec-validator/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/dnssec-validator/dnssec-validator-2.2.3-r1.ebuild net-dns/dnssec-validator/dnssec-validator-2.2.3.ebuild X-VCS-Directories: net-dns/dnssec-validator/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2aceb1c3b581913b89ee6fbff0328b5272c4fdfd X-VCS-Branch: master Date: Tue, 22 Jun 2021 18:19:24 +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: 1be15fb4-87c3-4719-9c06-b12c2ddfda38 X-Archives-Hash: 280bd5aa969918c29f559a548015fec2 commit: 2aceb1c3b581913b89ee6fbff0328b5272c4fdfd Author: Ionen Wolkens gentoo org> AuthorDate: Mon Jun 21 22:14:56 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 22 18:18:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aceb1c3 net-dns/dnssec-validator: use binding := for dev-libs/openssl Needed for upcoming upgrade to OpenSSL 3.0.0 which has changed ABI. Acked-by: David Seifert gentoo.org> Signed-off-by: Ionen Wolkens gentoo.org> Signed-off-by: Sam James gentoo.org> ...dnssec-validator-2.2.3.ebuild => dnssec-validator-2.2.3-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-dns/dnssec-validator/dnssec-validator-2.2.3.ebuild b/net-dns/dnssec-validator/dnssec-validator-2.2.3-r1.ebuild similarity index 94% rename from net-dns/dnssec-validator/dnssec-validator-2.2.3.ebuild rename to net-dns/dnssec-validator/dnssec-validator-2.2.3-r1.ebuild index 42ab6d5081c..0b7c043c072 100644 --- a/net-dns/dnssec-validator/dnssec-validator-2.2.3.ebuild +++ b/net-dns/dnssec-validator/dnssec-validator-2.2.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 arm ~arm64 x86" IUSE="dlv +ipv6 +nsec3 static-libs +threads" -RDEPEND=">=dev-libs/openssl-1.1.0:0" +RDEPEND=">=dev-libs/openssl-1.1.0:0=" DEPEND="${RDEPEND}" # Tests fail due "Cannot create context: -7"