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 B504B138334 for ; Thu, 30 May 2019 16:49:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABFFBE0897; Thu, 30 May 2019 16:49:00 +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 8E41EE0897 for ; Thu, 30 May 2019 16:49:00 +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 B5D4B345363 for ; Thu, 30 May 2019 16:48:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A0CC55B for ; Thu, 30 May 2019 16:48:56 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1559234907.cbc9951aff215345035b25b14a1d8a5e85ea7f4c.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/libreswan/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/libreswan/libreswan-3.28.ebuild X-VCS-Directories: net-vpn/libreswan/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: cbc9951aff215345035b25b14a1d8a5e85ea7f4c X-VCS-Branch: master Date: Thu, 30 May 2019 16:48:56 +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: c5d478cc-734b-4624-b4ef-01c2c9f152a4 X-Archives-Hash: 30754e61ca524c1310123f64a031b1f9 commit: cbc9951aff215345035b25b14a1d8a5e85ea7f4c Author: Hans de Graaff gentoo org> AuthorDate: Thu May 30 16:48:27 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu May 30 16:48:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbc9951a net-vpn/libreswan: update unbound dependency Depend on a new enough unbound that includes the unbound-event.h header file. Fixes: https://bugs.gentoo.org/686952 Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 net-vpn/libreswan/libreswan-3.28.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-vpn/libreswan/libreswan-3.28.ebuild b/net-vpn/libreswan/libreswan-3.28.ebuild index 184f4518824..9d4ae2605aa 100644 --- a/net-vpn/libreswan/libreswan-3.28.ebuild +++ b/net-vpn/libreswan/libreswan-3.28.ebuild @@ -21,7 +21,7 @@ DEPEND=" dev-libs/nspr caps? ( sys-libs/libcap-ng ) curl? ( net-misc/curl ) - dnssec? ( net-dns/unbound:= net-libs/ldns ) + dnssec? ( >=net-dns/unbound-1.9.1-r1:= net-libs/ldns ) ldap? ( net-nds/openldap ) pam? ( sys-libs/pam ) seccomp? ( sys-libs/libseccomp )