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 001A61382C5 for ; Sun, 2 May 2021 16:40:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43C42E08EC; Sun, 2 May 2021 16:40:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2E4FFE08EC for ; Sun, 2 May 2021 16:40:57 +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 113B5340C93 for ; Sun, 2 May 2021 16:40:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A32A74C for ; Sun, 2 May 2021 16:40:53 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1619973649.75495fc5ce6290bbf4d713a6db8ff6a1c05e1e1b.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/nsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/nsd/nsd-4.3.4.ebuild net-dns/nsd/nsd-4.3.5.ebuild net-dns/nsd/nsd-4.3.6.ebuild X-VCS-Directories: net-dns/nsd/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 75495fc5ce6290bbf4d713a6db8ff6a1c05e1e1b X-VCS-Branch: master Date: Sun, 2 May 2021 16:40:53 +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: 3142ca17-ddcc-4d4f-8109-457e978a4f66 X-Archives-Hash: 9ceb08fc9f4adc51279501c4d7268722 commit: 75495fc5ce6290bbf4d713a6db8ff6a1c05e1e1b Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 2 16:40:04 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun May 2 16:40:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75495fc5 net-dns/nsd: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> net-dns/nsd/nsd-4.3.4.ebuild | 7 +++---- net-dns/nsd/nsd-4.3.5.ebuild | 5 ++--- net-dns/nsd/nsd-4.3.6.ebuild | 5 ++--- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/net-dns/nsd/nsd-4.3.4.ebuild b/net-dns/nsd/nsd-4.3.4.ebuild index 1b91a3af252..21733815a1e 100644 --- a/net-dns/nsd/nsd-4.3.4.ebuild +++ b/net-dns/nsd/nsd-4.3.4.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 @@ -17,7 +17,7 @@ LICENSE="BSD" SLOT="0" [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \ KEYWORDS="amd64 x86" -IUSE="bind8-stats dnstap ipv6 libevent minimal-responses mmap munin +nsec3 ratelimit root-server runtime-checks ssl systemd libressl" +IUSE="bind8-stats dnstap ipv6 libevent minimal-responses mmap munin +nsec3 ratelimit root-server runtime-checks ssl systemd" S="${WORKDIR}/${MY_P}" @@ -31,8 +31,7 @@ RDEPEND=" libevent? ( dev-libs/libevent ) munin? ( net-analyzer/munin ) ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:= ) + dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) " diff --git a/net-dns/nsd/nsd-4.3.5.ebuild b/net-dns/nsd/nsd-4.3.5.ebuild index 4ec0d9ca8c8..729d4812208 100644 --- a/net-dns/nsd/nsd-4.3.5.ebuild +++ b/net-dns/nsd/nsd-4.3.5.ebuild @@ -17,7 +17,7 @@ LICENSE="BSD" SLOT="0" [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \ KEYWORDS="~amd64 ~x86" -IUSE="bind8-stats dnstap ipv6 libevent minimal-responses mmap munin +nsec3 ratelimit root-server runtime-checks ssl systemd libressl" +IUSE="bind8-stats dnstap ipv6 libevent minimal-responses mmap munin +nsec3 ratelimit root-server runtime-checks ssl systemd" S="${WORKDIR}/${MY_P}" @@ -31,8 +31,7 @@ RDEPEND=" libevent? ( dev-libs/libevent ) munin? ( net-analyzer/munin ) ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:= ) + dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) " diff --git a/net-dns/nsd/nsd-4.3.6.ebuild b/net-dns/nsd/nsd-4.3.6.ebuild index 4ec0d9ca8c8..729d4812208 100644 --- a/net-dns/nsd/nsd-4.3.6.ebuild +++ b/net-dns/nsd/nsd-4.3.6.ebuild @@ -17,7 +17,7 @@ LICENSE="BSD" SLOT="0" [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \ KEYWORDS="~amd64 ~x86" -IUSE="bind8-stats dnstap ipv6 libevent minimal-responses mmap munin +nsec3 ratelimit root-server runtime-checks ssl systemd libressl" +IUSE="bind8-stats dnstap ipv6 libevent minimal-responses mmap munin +nsec3 ratelimit root-server runtime-checks ssl systemd" S="${WORKDIR}/${MY_P}" @@ -31,8 +31,7 @@ RDEPEND=" libevent? ( dev-libs/libevent ) munin? ( net-analyzer/munin ) ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:= ) + dev-libs/openssl:0= ) systemd? ( sys-apps/systemd ) "