Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 543656 - net-wireless/hostapd-2.4 version bump
Summary: net-wireless/hostapd-2.4 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bjarke Istrup Pedersen (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2015-03-17 22:07 UTC by Conrad Kostecki
Modified: 2015-03-21 13:48 UTC (History)
0 users

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


Attachments
hostapd-2.4.diff (hostapd-2.4.diff,635 bytes, patch)
2015-03-17 22:09 UTC, Conrad Kostecki
Details | Diff
hostapd-2.4.ebuild (hostapd-2.4.ebuild,5.26 KB, text/plain)
2015-03-17 22:09 UTC, Conrad Kostecki
Details
hostapd-2.4.diff (hostapd-2.4.diff,834 bytes, patch)
2015-03-20 14:42 UTC, Conrad Kostecki
Details | Diff
hostapd-2.4.ebuild (hostapd-2.4.ebuild,5.33 KB, text/plain)
2015-03-20 14:42 UTC, Conrad Kostecki
Details
hostapd-hlr_auc_gw-openssl.patch (hostapd-hlr_auc_gw-openssl.patch,1.20 KB, patch)
2015-03-20 14:42 UTC, Conrad Kostecki
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Conrad Kostecki gentoo-dev 2015-03-17 22:07:41 UTC
Hi!
Hostapd 2.4 has been release. I've updated the ebuild and added one new entry for the config:

# EAP Re-authentication Protocol (ERP) in integrated EAP server
CONFIG_ERP=y

I've also changed the dependencie from openssl to openssl[-bindist], as reported in #537166

Attaching eBuild and Diff. Works for me fine.

Reproducible: Always
Comment 1 Conrad Kostecki gentoo-dev 2015-03-17 22:09:12 UTC
Created attachment 399152 [details, diff]
hostapd-2.4.diff
Comment 2 Conrad Kostecki gentoo-dev 2015-03-17 22:09:33 UTC
Created attachment 399154 [details]
hostapd-2.4.ebuild
Comment 3 Conrad Kostecki gentoo-dev 2015-03-20 14:41:29 UTC
There is a problem. With using USE=ssl, hostapd will fail during compile.

Specifically, hlr_auc_gw fails. This has been now fixed in upstream, the Makefile has to be patched. Then it also compiles fine with USE=ssl.

-> http://w1.fi/cgit/hostap/patch/?id=58e115b86928000475b734a4345862afe11d6352

Attaching new diff, ebuild and patch.
Comment 4 Conrad Kostecki gentoo-dev 2015-03-20 14:42:09 UTC
Created attachment 399316 [details, diff]
hostapd-2.4.diff
Comment 5 Conrad Kostecki gentoo-dev 2015-03-20 14:42:26 UTC
Created attachment 399318 [details]
hostapd-2.4.ebuild
Comment 6 Conrad Kostecki gentoo-dev 2015-03-20 14:42:45 UTC
Created attachment 399320 [details, diff]
hostapd-hlr_auc_gw-openssl.patch
Comment 7 Bjarke Istrup Pedersen (RETIRED) gentoo-dev 2015-03-21 13:20:27 UTC
Fixed, thanks :-)

I moved the patch-applying to src_prepare instead, since that is where patches should be applied - but apart from that, it was spot on :-)
Comment 8 Conrad Kostecki gentoo-dev 2015-03-21 13:48:04 UTC
(In reply to Bjarke Istrup Pedersen from comment #7)
> Fixed, thanks :-)
> 
> I moved the patch-applying to src_prepare instead, since that is where
> patches should be applied - but apart from that, it was spot on :-)

Thanks! :)
It seems, I've had attached the wrong ebuild, as in my diff for the ebuild, I am patching in src_prepare =)

Cheers
Conrad