<div dir="ltr"><div><div>Dear Stefan,<br><br></div>Thanks for the prompt reply! I have been able to build the packages using the method outlined below for v2.3, v2.4, v2.5 and hostapd master (52844d6d at the time of writing) and they all build fine. Also, I observe that since October 2015 [0], cloning the <a href="http://w1">http://w1</a>.<span class="">fi</span>/hostap.git repository and building eapol_test [1] has been part of the continuous integration of the FreeRADIUS project. As the FreeRADIUS continuous integration tests typically run several times a day [2], this would imply that there has been a period of stability recently and also presumably that the FreeRADIUS project has an interest in ensuring that this <br>remains the case.<br><br></div>Christopher<br><div><br>[0] <a href="http://lists.freeradius.org/pipermail/freeradius-devel/2015-October/011322.html">http://lists.freeradius.org/pipermail/freeradius-devel/2015-October/011322.html</a><br>[1] <a href="https://github.com/FreeRADIUS/freeradius-server/blob/v3.1.x/scripts/travis/eapol_test-build.sh">https://github.com/FreeRADIUS/freeradius-server/blob/v3.1.x/scripts/travis/eapol_test-build.sh</a><br>[2] <a href="https://travis-ci.org/FreeRADIUS/freeradius-server/builds">https://travis-ci.org/FreeRADIUS/freeradius-server/builds</a><br><br></div><div>Package Building Method:<br><br>git clone git://<a href="http://w1.fi/hostap.git">w1.fi/hostap.git</a><br>cd hostap/<br>cp -r ../pkg-wpa/wpa/trunk/debian ./<br><br>wget -O eapoltest.patch  "<a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?att=1;filename=eapoltest.patch;bug=700870;msg=35">https://bugs.debian.org/cgi-bin/bugreport.cgi?att=1;filename=eapoltest.patch;bug=700870;msg=35</a>"<br>patch -p1 < eapoltest.patch<br>rm eapoltest.patch<br><br>dch --newversion 2.5.52844d6d-1<br>git archive --format tar --prefix wpa-2.5.52844d6d/ master README COPYING CONTRIBUTIONS  src wpa_supplicant hostapd hs20 tests eap_example doc wlantest wpadebug wpaspy radius_example mac80211_hwsim Android.mk build_release | xz -c6 > ../wpa_2.5.52844d6d.orig.tar.xz<br>debuild -S<br>(comment out any patches which nolonger apply in debian/patches/series)<br>debuild<br><br>For X =3,4,5<br><br>git checkout hostap_2_X<br>dch --newversion 2.X-1<br>git archive --format tar --prefix wpa-2.X/ hostap_2_X README COPYING CONTRIBUTIONS  src wpa_supplicant hostapd hs20 tests eap_example doc wlantest wpadebug wpaspy radius_example mac80211_hwsim patches Android.mk build_release | xz -c6 > ../wpa_2.X.orig.tar.xz<br>debuild -S<br>debuild<br><br><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><br><span style="font-size:14.6667px;font-family:Arial;color:rgb(0,0,0);background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline"></span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:14.6667px;font-family:Arial;color:rgb(0,0,0);background-color:transparent;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline"><br></span></p></div><div><br><br></div></div>