3 Jun 03:17
Re: [OE stablebranch] [BUG] wpa-supplicant current stable is 0.5.10
Gordon <xjqian <at> gmail.com>
2008-06-03 01:17:23 GMT
2008-06-03 01:17:23 GMT
Acked-by: Gordon <xjqian <at> openembedded.org> On 05/30/2008 02:01 PM, Tom Rini wrote: > On Tue, May 20, 2008 at 12:44:42AM +0200, Koen Kooi wrote: >> Op 20 mei 2008, om 00:38 heeft Tom Rini het volgende geschreven: >>> Hello all, this is filed as bug 4006 >>> (http://bugs.openembedded.net/show_bug.cgi?id=4006). >>> >>> The current stable release of WPA Supplicant is 0.5.10. I've >>> attached a >>> recipe for this version, which I've been using after changing >>> wpa-supplicant-0.5.inc to be default over 0.4. >>> >>> This is in the form of a patch as v0.5.10 of wpa-supplicant does not >>> need the gnutls patch the other versions do (it correctly passed NULL, >>> NULL as the last two args for that function). >>> >>> I'm proposing this for stable as anyone basing a custom distribution >>> from the stable branch and needing this package will almost certainly >>> want the latest stable version to be used. >> >> Acked-by: Koen Kooi <koen <at> openembedded.org> > > Still looking for a 2nd ACK. > >>> --- >>> wpa-supplicant-0.5.inc | 1 - >>> wpa-supplicant_0.5.10.bb | 3 +++ >>> wpa-supplicant_0.5.5.bb | 4 +++- >>> wpa-supplicant_0.5.7.bb | 4 +++- >>> 4 files changed, 9 insertions(+), 3 deletions(-) >>> >>> Index: wpa-supplicant/wpa-supplicant_0.5.10.bb >>> =================================================================== >>> --- /dev/null >>> +++ wpa-supplicant/wpa-supplicant_0.5.10.bb >>> @@ -0,0 +1,3 @@ >>> +require wpa-supplicant-0.5.inc >>> + >>> +PR = "r1" >>> Index: wpa-supplicant/wpa-supplicant_0.5.5.bb >>> =================================================================== >>> --- wpa-supplicant.orig/wpa-supplicant_0.5.5.bb >>> +++ wpa-supplicant/wpa-supplicant_0.5.5.bb >>> @@ -1,3 +1,5 @@ >>> require wpa-supplicant-0.5.inc >>> >>> -PR = "r3" >>> +SRC_URI += "file://gnutlsfix.patch;patch=1" >>> + >>> +PR = "r4" >>> Index: wpa-supplicant/wpa-supplicant_0.5.7.bb >>> =================================================================== >>> --- wpa-supplicant.orig/wpa-supplicant_0.5.7.bb >>> +++ wpa-supplicant/wpa-supplicant_0.5.7.bb >>> @@ -1,3 +1,5 @@ >>> require wpa-supplicant-0.5.inc >>> >>> -PR = "r1" >>> \ No newline at end of file >>> +SRC_URI += "file://gnutlsfix.patch;patch=1" >>> + >>> +PR = "r2" >>> Index: wpa-supplicant/wpa-supplicant-0.5.inc >>> =================================================================== >>> --- wpa-supplicant.orig/wpa-supplicant-0.5.inc >>> +++ wpa-supplicant/wpa-supplicant-0.5.inc >>> @@ -12,7 +12,6 @@ DEFAULT_PREFERENCE = "-2" >>> >>> SRC_URI = "http://hostap.epitest.fi/releases/wpa_supplicant-$ >>> {PV}.tar.gz \ >>> file://defconfig-gnutls \ >>> - file://gnutlsfix.patch;patch=1 \ >>> file://ifupdown.sh \ >>> file://functions.sh" >
RSS Feed