Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/freeradius/
Date: Sun, 02 May 2021 18:00:55
Message-Id: 1619978448.382219a934fefb083285fa9767ec710bef079842.zlogene@gentoo
1 commit: 382219a934fefb083285fa9767ec710bef079842
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 17:59:54 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 18:00:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=382219a9
7
8 net-dialup/freeradius: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 net-dialup/freeradius/freeradius-3.0.20-r1.ebuild | 6 ++----
14 net-dialup/freeradius/freeradius-3.0.21-r1.ebuild | 5 ++---
15 2 files changed, 4 insertions(+), 7 deletions(-)
16
17 diff --git a/net-dialup/freeradius/freeradius-3.0.20-r1.ebuild b/net-dialup/freeradius/freeradius-3.0.20-r1.ebuild
18 index c51cbce499e..2912599acd8 100644
19 --- a/net-dialup/freeradius/freeradius-3.0.20-r1.ebuild
20 +++ b/net-dialup/freeradius/freeradius-3.0.20-r1.ebuild
21 @@ -20,7 +20,7 @@ LICENSE="GPL-2"
22 SLOT="0"
23
24 IUSE="
25 - debug firebird iodbc kerberos ldap libressl memcached mysql mongodb odbc oracle pam
26 + debug firebird iodbc kerberos ldap memcached mysql mongodb odbc oracle pam
27 pcap postgres python readline redis rest samba sqlite ssl systemd
28 "
29 RESTRICT="test firebird? ( bindist )"
30 @@ -56,8 +56,7 @@ RDEPEND="acct-group/radius
31 samba? ( net-fs/samba )
32 sqlite? ( dev-db/sqlite:3 )
33 ssl? (
34 - !libressl? ( dev-libs/openssl:0=[-bindist] )
35 - libressl? ( dev-libs/libressl:0= )
36 + dev-libs/openssl:0=[-bindist]
37 )
38 systemd? ( sys-apps/systemd )"
39 DEPEND="${RDEPEND}"
40 @@ -67,7 +66,6 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
41 S="${WORKDIR}/${MY_P}"
42
43 PATCHES=(
44 - "${FILESDIR}"/${PN}-3.0.18-libressl.patch
45 "${FILESDIR}"/${P}-systemd-service.patch
46 # Fix rlm_python3 build
47 # Backport from rlm_python changes to rlm_python3
48
49 diff --git a/net-dialup/freeradius/freeradius-3.0.21-r1.ebuild b/net-dialup/freeradius/freeradius-3.0.21-r1.ebuild
50 index 0dac0d7ae67..2706b9bc43e 100644
51 --- a/net-dialup/freeradius/freeradius-3.0.21-r1.ebuild
52 +++ b/net-dialup/freeradius/freeradius-3.0.21-r1.ebuild
53 @@ -20,7 +20,7 @@ LICENSE="GPL-2"
54 SLOT="0"
55
56 IUSE="
57 - debug firebird iodbc kerberos ldap libressl memcached mysql mongodb odbc oracle pam
58 + debug firebird iodbc kerberos ldap memcached mysql mongodb odbc oracle pam
59 pcap postgres python readline redis rest samba sqlite ssl systemd
60 "
61 RESTRICT="test firebird? ( bindist )"
62 @@ -56,8 +56,7 @@ RDEPEND="acct-group/radius
63 samba? ( net-fs/samba )
64 sqlite? ( dev-db/sqlite:3 )
65 ssl? (
66 - !libressl? ( dev-libs/openssl:0=[-bindist] )
67 - libressl? ( dev-libs/libressl:0= )
68 + dev-libs/openssl:0=[-bindist]
69 )
70 systemd? ( sys-apps/systemd )"
71 DEPEND="${RDEPEND}"