Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 563356 - mail-mta/exim - use net-dialup/freeradius-client instead of net-dialup/radiusclient
Summary: mail-mta/exim - use net-dialup/freeradius-client instead of net-dialup/radius...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Net-Mail Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-17 21:58 UTC by Alexander Tsoy
Modified: 2015-10-19 10:55 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Tsoy 2015-10-17 21:58:32 UTC
Latest version of radiusclient is dated early 2002 and exim is the only consumer of it in the gentoo repo. Luckily exim supports newer API which was introduced in radiusclient-ng. freeradius-client is a successor to the radiusclient-ng, which utilizes the same API.

PR on github: https://github.com/gentoo/gentoo/pull/251
Comment 1 Alexander Tsoy 2015-10-18 09:23:43 UTC
(In reply to Alexander Tsoy from comment #0)
> freeradius-client is a successor to the radiusclient-ng, which
> utilizes the same API.
s/utilizes/provides/

I'll update PR with reduced keywords.
Comment 2 Sergey Popov gentoo-dev 2015-10-19 10:55:52 UTC
Fixed in 4.86-r2, thanks for your contribution

commit 2091c3a9d7ceccca564d8277d4de8e0e934615d7
Author: Alexander Tsoy <alexander@tsoy.me>
Date:   Sun Oct 18 00:44:31 2015 +0300

    mail-mta/exim: use freeradius-client instead of radiusclient

    Also fix compilation with USE=radius. It was broken since
    4.86 release.

    Acked-by: Sergey Popov <pinkbyte@gentoo.org>
    Gentoo-Bug: 563356