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 172B3138334 for ; Fri, 23 Aug 2019 11:31:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9423E076B; Fri, 23 Aug 2019 11:31:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B3169E076B for ; Fri, 23 Aug 2019 11:31:19 +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 3353F34A1F2 for ; Fri, 23 Aug 2019 11:31:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6AFEB266 for ; Fri, 23 Aug 2019 11:31:15 +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: <1566559873.b38b28a3f608c898fbea485a78c8c0207486634b.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/bind/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/bind/bind-9.14.4.ebuild net-dns/bind/bind-9.15.2.ebuild X-VCS-Directories: net-dns/bind/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: b38b28a3f608c898fbea485a78c8c0207486634b X-VCS-Branch: master Date: Fri, 23 Aug 2019 11:31:15 +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: 9c3de5eb-99e0-4ddd-9edd-e8825a160a12 X-Archives-Hash: 73091966cc267509a268876385abff7c commit: b38b28a3f608c898fbea485a78c8c0207486634b Author: Mikle Kolyada gentoo org> AuthorDate: Fri Aug 23 11:28:12 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Aug 23 11:31:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b38b28a3 net-dns/bind: make ssl no-op Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Mikle Kolyada gentoo.org> net-dns/bind/bind-9.14.4.ebuild | 10 +++------- net-dns/bind/bind-9.15.2.ebuild | 10 +++------- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/net-dns/bind/bind-9.14.4.ebuild b/net-dns/bind/bind-9.14.4.ebuild index 02378940927..13e3952bdc3 100644 --- a/net-dns/bind/bind-9.14.4.ebuild +++ b/net-dns/bind/bind-9.14.4.ebuild @@ -39,7 +39,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # -berkdb by default re bug 602682 IUSE="-berkdb +caps dlz dnstap doc dnsrps fixed-rrset geoip gost gssapi -json ldap libressl lmdb mysql odbc postgres python selinux ssl static-libs +json ldap libressl lmdb mysql odbc postgres python selinux static-libs urandom xml +zlib" # sdb-ldap - patch broken # no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687 @@ -53,11 +53,8 @@ REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} )" # sdb-ldap? ( dlz ) -DEPEND=" - ssl? ( - !libressl? ( dev-libs/openssl:0[-bindist] ) - libressl? ( dev-libs/libressl ) - ) +DEPEND="!libressl? ( dev-libs/openssl:0[-bindist] ) + libressl? ( dev-libs/libressl ) mysql? ( dev-db/mysql-connector-c:0= ) odbc? ( >=dev-db/unixODBC-2.2.6 ) ldap? ( net-nds/openldap ) @@ -154,7 +151,6 @@ src_configure() { $(use_with postgres dlz-postgres) $(use_with lmdb) $(use_with python) - $(use_with ssl openssl "${EPREFIX}"/usr) $(use_with xml libxml2) $(use_with zlib) ) diff --git a/net-dns/bind/bind-9.15.2.ebuild b/net-dns/bind/bind-9.15.2.ebuild index 805319e464b..bed30a62d3d 100644 --- a/net-dns/bind/bind-9.15.2.ebuild +++ b/net-dns/bind/bind-9.15.2.ebuild @@ -39,7 +39,7 @@ SLOT="0" KEYWORDS="" # -berkdb by default re bug 602682 IUSE="-berkdb +caps dlz dnstap doc dnsrps fixed-rrset geoip gost gssapi -json ldap libressl lmdb mysql odbc postgres python selinux ssl static-libs +json ldap libressl lmdb mysql odbc postgres python selinux static-libs urandom xml +zlib" # sdb-ldap - patch broken # no PKCS11 currently as it requires OpenSSL to be patched, also see bug 409687 @@ -53,11 +53,8 @@ REQUIRED_USE=" python? ( ${PYTHON_REQUIRED_USE} )" # sdb-ldap? ( dlz ) -DEPEND=" - ssl? ( - !libressl? ( dev-libs/openssl:0[-bindist] ) - libressl? ( dev-libs/libressl ) - ) +DEPEND="!libressl? ( dev-libs/openssl:0[-bindist] ) + libressl? ( dev-libs/libressl ) mysql? ( dev-db/mysql-connector-c:0= ) odbc? ( >=dev-db/unixODBC-2.2.6 ) ldap? ( net-nds/openldap ) @@ -154,7 +151,6 @@ src_configure() { $(use_with postgres dlz-postgres) $(use_with lmdb) $(use_with python) - $(use_with ssl openssl "${EPREFIX}"/usr) $(use_with xml libxml2) $(use_with zlib) )