commit:     be9ddca4036344a2ab4c85b7360130f0e3ebf565
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 22 00:27:43 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Apr 22 00:27:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be9ddca4

net-dialup/freeradius: add LibreSSL support

Closes: https://bugs.gentoo.org/622810
Package-Manager: Portage-2.3.31, Repoman-2.3.9

 net-dialup/freeradius/freeradius-3.0.15.ebuild | 7 +++++--
 net-dialup/freeradius/freeradius-3.0.16.ebuild | 7 +++++--
 net-dialup/freeradius/freeradius-3.0.17.ebuild | 7 +++++--
 3 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/net-dialup/freeradius/freeradius-3.0.15.ebuild 
b/net-dialup/freeradius/freeradius-3.0.15.ebuild
index d74e5a47078..5fa08043378 100644
--- a/net-dialup/freeradius/freeradius-3.0.15.ebuild
+++ b/net-dialup/freeradius/freeradius-3.0.15.ebuild
@@ -20,7 +20,7 @@ LICENSE="GPL-2"
 SLOT="0"
 
 IUSE="
-       debug firebird iodbc kerberos ldap mysql odbc oracle pam pcap
+       debug firebird iodbc kerberos ldap libressl mysql odbc oracle pam pcap
        postgres python readline sqlite ssl
 "
 RESTRICT="test firebird? ( bindist )"
@@ -38,7 +38,10 @@ RDEPEND="!net-dialup/cistronradius
        postgres? ( dev-db/postgresql:= )
        firebird? ( dev-db/firebird )
        pam? ( virtual/pam )
-       ssl? ( dev-libs/openssl:0= )
+       ssl? (
+               !libressl? ( dev-libs/openssl:0= )
+               libressl? ( dev-libs/libressl:0= )
+       )
        ldap? ( net-nds/openldap )
        kerberos? ( virtual/krb5 )
        sqlite? ( dev-db/sqlite:3 )

diff --git a/net-dialup/freeradius/freeradius-3.0.16.ebuild 
b/net-dialup/freeradius/freeradius-3.0.16.ebuild
index abbb1380d9e..2920c24ee94 100644
--- a/net-dialup/freeradius/freeradius-3.0.16.ebuild
+++ b/net-dialup/freeradius/freeradius-3.0.16.ebuild
@@ -20,7 +20,7 @@ LICENSE="GPL-2"
 SLOT="0"
 
 IUSE="
-       debug firebird iodbc kerberos ldap mysql odbc oracle pam pcap
+       debug firebird iodbc kerberos ldap libressl mysql odbc oracle pam pcap
        postgres python readline sqlite ssl
 "
 RESTRICT="test firebird? ( bindist )"
@@ -38,7 +38,10 @@ RDEPEND="!net-dialup/cistronradius
        postgres? ( dev-db/postgresql:= )
        firebird? ( dev-db/firebird )
        pam? ( virtual/pam )
-       ssl? ( dev-libs/openssl:0= )
+       ssl? (
+               !libressl? ( dev-libs/openssl:0= )
+               libressl? ( dev-libs/libressl:0= )
+       )
        ldap? ( net-nds/openldap )
        kerberos? ( virtual/krb5 )
        sqlite? ( dev-db/sqlite:3 )

diff --git a/net-dialup/freeradius/freeradius-3.0.17.ebuild 
b/net-dialup/freeradius/freeradius-3.0.17.ebuild
index abbb1380d9e..2920c24ee94 100644
--- a/net-dialup/freeradius/freeradius-3.0.17.ebuild
+++ b/net-dialup/freeradius/freeradius-3.0.17.ebuild
@@ -20,7 +20,7 @@ LICENSE="GPL-2"
 SLOT="0"
 
 IUSE="
-       debug firebird iodbc kerberos ldap mysql odbc oracle pam pcap
+       debug firebird iodbc kerberos ldap libressl mysql odbc oracle pam pcap
        postgres python readline sqlite ssl
 "
 RESTRICT="test firebird? ( bindist )"
@@ -38,7 +38,10 @@ RDEPEND="!net-dialup/cistronradius
        postgres? ( dev-db/postgresql:= )
        firebird? ( dev-db/firebird )
        pam? ( virtual/pam )
-       ssl? ( dev-libs/openssl:0= )
+       ssl? (
+               !libressl? ( dev-libs/openssl:0= )
+               libressl? ( dev-libs/libressl:0= )
+       )
        ldap? ( net-nds/openldap )
        kerberos? ( virtual/krb5 )
        sqlite? ( dev-db/sqlite:3 )

Reply via email to