Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/strongswan/
Date: Wed, 12 Jan 2022 08:25:09
Message-Id: 1641975806.27433e746e662096bcf6b91647307f9640878a22.flow@gentoo
1 commit: 27433e746e662096bcf6b91647307f9640878a22
2 Author: Dennis Eisele <kernlpanic <AT> dennis-eisele <DOT> de>
3 AuthorDate: Tue Jan 11 22:57:45 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 12 08:23:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27433e74
7
8 net-vpn/strongswan: change dependencies so openssl3 isn't used
9
10 Closes: https://bugs.gentoo.org/806178
11 Signed-off-by: Dennis Eisele <kernlpanic <AT> dennis-eisele.de>
12 Closes: https://github.com/gentoo/gentoo/pull/23747
13 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
14
15 .../{strongswan-5.9.2-r1.ebuild => strongswan-5.9.2-r2.ebuild} | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/net-vpn/strongswan/strongswan-5.9.2-r1.ebuild b/net-vpn/strongswan/strongswan-5.9.2-r2.ebuild
19 similarity index 98%
20 rename from net-vpn/strongswan/strongswan-5.9.2-r1.ebuild
21 rename to net-vpn/strongswan/strongswan-5.9.2-r2.ebuild
22 index cd1ecbe44da2..b537c194e061 100644
23 --- a/net-vpn/strongswan/strongswan-5.9.2-r1.ebuild
24 +++ b/net-vpn/strongswan/strongswan-5.9.2-r2.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2021 Gentoo Authors
27 +# Copyright 1999-2022 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI="7"
31 @@ -32,7 +32,7 @@ COMMON_DEPEND="non-root? (
32 caps? ( sys-libs/libcap )
33 curl? ( net-misc/curl )
34 ldap? ( net-nds/openldap )
35 - openssl? ( >=dev-libs/openssl-0.9.8:=[-bindist(-)] )
36 + openssl? ( >=dev-libs/openssl-0.9.8:=[-bindist(-)] <dev-libs/openssl-3:= )
37 mysql? ( dev-db/mysql-connector-c:= )
38 sqlite? ( >=dev-db/sqlite-3.3.1 )
39 systemd? ( sys-apps/systemd )