Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/libreswan/
Date: Thu, 30 May 2019 16:49:01
Message-Id: 1559234907.cbc9951aff215345035b25b14a1d8a5e85ea7f4c.graaff@gentoo
1 commit: cbc9951aff215345035b25b14a1d8a5e85ea7f4c
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 30 16:48:27 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu May 30 16:48:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbc9951a
7
8 net-vpn/libreswan: update unbound dependency
9
10 Depend on a new enough unbound that includes the
11 unbound-event.h header file.
12
13 Fixes: https://bugs.gentoo.org/686952
14 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
15 Package-Manager: Portage-2.3.66, Repoman-2.3.11
16
17 net-vpn/libreswan/libreswan-3.28.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/net-vpn/libreswan/libreswan-3.28.ebuild b/net-vpn/libreswan/libreswan-3.28.ebuild
21 index 184f4518824..9d4ae2605aa 100644
22 --- a/net-vpn/libreswan/libreswan-3.28.ebuild
23 +++ b/net-vpn/libreswan/libreswan-3.28.ebuild
24 @@ -21,7 +21,7 @@ DEPEND="
25 dev-libs/nspr
26 caps? ( sys-libs/libcap-ng )
27 curl? ( net-misc/curl )
28 - dnssec? ( net-dns/unbound:= net-libs/ldns )
29 + dnssec? ( >=net-dns/unbound-1.9.1-r1:= net-libs/ldns )
30 ldap? ( net-nds/openldap )
31 pam? ( sys-libs/pam )
32 seccomp? ( sys-libs/libseccomp )