wpa_supplicant-vl.spec 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474
  1. %define build_gui 1
  2. Summary: WPA/WPA2/IEEE 802.1X Supplicant
  3. Name: wpa_supplicant
  4. Version: 2.6
  5. Release: 1%{?_dist_release}
  6. License: BSD
  7. Group: System Environment/Base
  8. URL: http://w1.fi/wpa_supplicant/
  9. Vendor: Project Vine
  10. Distribution: Vine Linux
  11. Source0: http://hostap.epitest.fi/releases/%{name}-%{version}.tar.gz
  12. Source1: %{name}.build-config
  13. Source2: %{name}.conf
  14. Source3: %{name}.init.d
  15. Source4: %{name}.sysconfig
  16. Source6: %{name}.logrotate
  17. # distro specific customization and not suitable for upstream,
  18. # works around busted drivers
  19. Patch0: wpa_supplicant-assoc-timeout.patch
  20. # ensures that debug output gets flushed immediately to help diagnose driver
  21. # bugs, not suitable for upstream
  22. Patch1: wpa_supplicant-flush-debug-output.patch
  23. # disto specific customization for log paths, not suitable for upstream
  24. Patch2: wpa_supplicant-dbus-service-file-args.patch
  25. # quiet an annoying and frequent syslog message
  26. Patch3: wpa_supplicant-quiet-scan-results-message.patch
  27. # distro specific customization for Qt4 build tools, not suitable for upstream
  28. Patch6: wpa_supplicant-gui-qt4.patch
  29. # Less aggressive roaming; signal strength is wildly variable
  30. # dcbw states (2015-04):
  31. # "upstream doesn't like that patch so it's been discussed and I think rejected"
  32. Patch8: rh837402-less-aggressive-roaming.patch
  33. # backport of macsec series
  34. Patch9: macsec-0001-mka-Move-structs-transmit-receive-_-sa-sc-to-a-commo.patch
  35. Patch10: macsec-0002-mka-Pass-full-structures-down-to-macsec-drivers-pack.patch
  36. Patch11: macsec-0003-mka-Pass-full-structures-down-to-macsec-drivers-tran.patch
  37. Patch12: macsec-0004-mka-Pass-full-structures-down-to-macsec-drivers-rece.patch
  38. Patch13: macsec-0005-mka-Pass-full-structures-down-to-macsec-drivers-tran.patch
  39. Patch14: macsec-0006-mka-Pass-full-structures-down-to-macsec-drivers-rece.patch
  40. Patch15: macsec-0007-mka-Add-driver-op-to-get-macsec-capabilities.patch
  41. Patch16: macsec-0008-mka-Remove-channel-hacks-from-the-stack-and-the-macs.patch
  42. Patch17: macsec-0009-mka-Sync-structs-definitions-with-IEEE-Std-802.1X-20.patch
  43. Patch18: macsec-0010-mka-Add-support-for-removing-SAs.patch
  44. Patch19: macsec-0011-mka-Implement-reference-counting-on-data_key.patch
  45. Patch20: macsec-0012-mka-Fix-getting-capabilities-from-the-driver.patch
  46. Patch21: macsec-0013-wpa_supplicant-Allow-pre-shared-CAK-CKN-pair-for-MKA.patch
  47. Patch22: macsec-0014-mka-Disable-peer-detection-timeout-for-PSK-mode.patch
  48. Patch23: macsec-0015-wpa_supplicant-Add-macsec_integ_only-setting-for-MKA.patch
  49. Patch24: macsec-0016-mka-Add-enable_encrypt-op-and-call-it-from-CP-state-.patch
  50. Patch25: macsec-0017-wpa_supplicant-Allow-configuring-the-MACsec-port-for.patch
  51. Patch26: macsec-0018-drivers-Move-common-definitions-for-wired-drivers-ou.patch
  52. Patch27: macsec-0019-drivers-Move-wired_multicast_membership-to-a-common-.patch
  53. Patch28: macsec-0020-drivers-Move-driver_wired_multi-to-a-common-file.patch
  54. Patch29: macsec-0021-drivers-Move-driver_wired_get_ifflags-to-a-common-fi.patch
  55. Patch30: macsec-0022-drivers-Move-driver_wired_set_ifflags-to-a-common-fi.patch
  56. Patch31: macsec-0023-drivers-Move-driver_wired_get_ifstatus-to-a-common-f.patch
  57. Patch32: macsec-0024-drivers-Move-driver_wired_init_common-to-a-common-fi.patch
  58. Patch33: macsec-0025-drivers-Move-driver_wired_deinit_common-to-a-common-.patch
  59. Patch34: macsec-0026-drivers-Move-driver_wired_get_capa-to-a-common-file.patch
  60. Patch35: macsec-0027-drivers-Move-driver_wired_get_bssid-to-a-common-file.patch
  61. Patch36: macsec-0028-drivers-Move-driver_wired_get_ssid-to-a-common-file.patch
  62. Patch37: macsec-0029-macsec_linux-Add-a-driver-for-macsec-on-Linux-kernel.patch
  63. Patch38: macsec-0030-mka-Remove-references-to-macsec_qca-from-wpa_supplic.patch
  64. Patch39: macsec-0031-PAE-Make-KaY-specific-details-available-via-control-.patch
  65. Patch40: macsec-0032-mka-Make-MKA-actor-priority-configurable.patch
  66. Patch41: macsec-0033-mka-Fix-an-incorrect-update-of-participant-to_use_sa.patch
  67. Patch42: macsec-0034-mka-Some-bug-fixes-for-MACsec-in-PSK-mode.patch
  68. Patch43: macsec-0035-mka-Send-MKPDUs-forever-if-mode-is-PSK.patch
  69. Patch44: macsec-0036-mka-Fix-the-order-of-operations-in-secure-channel-de.patch
  70. Patch45: macsec-0037-mka-Fix-use-after-free-when-receive-secure-channels-.patch
  71. Patch46: macsec-0038-mka-Fix-use-after-free-when-transmit-secure-channels.patch
  72. Patch47: macsec-0039-macsec_linux-Fix-NULL-pointer-dereference-on-error-c.patch
  73. # hostapd and replayed FT reassociation request frame (CVE-2017-13082)
  74. Patch48: https://w1.fi/security/2017-1/rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch
  75. # wpa_supplicant and GTK/IGTK rekeying (CVE-2017-13078, CVE-2017-13079,
  76. # CVE-2017-13080, CVE-2017-13081, CVE-2017-13087, CVE-2017-13088):
  77. Patch49: https://w1.fi/security/2017-1/rebased-v2.6-0002-Prevent-reinstallation-of-an-already-in-use-group-ke.patch
  78. Patch50: https://w1.fi/security/2017-1/rebased-v2.6-0003-Extend-protection-of-GTK-IGTK-reinstallation-of-WNM-.patch
  79. Patch51: https://w1.fi/security/2017-1/rebased-v2.6-0004-Prevent-installation-of-an-all-zero-TK.patch
  80. Patch52: https://w1.fi/security/2017-1/rebased-v2.6-0005-Fix-PTK-rekeying-to-generate-a-new-ANonce.patch
  81. Patch53: https://w1.fi/security/2017-1/rebased-v2.6-0006-TDLS-Reject-TPK-TK-reconfiguration.patch
  82. Patch54: https://w1.fi/security/2017-1/rebased-v2.6-0007-WNM-Ignore-WNM-Sleep-Mode-Response-without-pending-r.patch
  83. Patch55: https://w1.fi/security/2017-1/rebased-v2.6-0008-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch
  84. # upstream patches not in 2.6
  85. Patch56: rh1451834-nl80211-Fix-race-condition-in-detecting-MAC-change.patch
  86. Patch57: rh1462262-use-system-openssl-ciphers.patch
  87. Patch58: rh1465138-openssl-Fix-openssl-1-1-private-key-callback.patch
  88. # fixes for crash when using MACsec without loaded macsec.ko (rh #1497640)
  89. Patch59: rh1497640-mka-add-error-handling-for-secy_init_macsec.patch
  90. Patch60: rh1497640-pae-validate-input-before-pointer.patch
  91. ## Vine patches
  92. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  93. %if %{build_gui}
  94. BuildRequires: qt4-devel
  95. %endif
  96. BuildRequires: openssl-devel
  97. BuildRequires: readline-devel
  98. BuildRequires: dbus-devel
  99. BuildRequires: libnl3-devel
  100. BuildRequires: docbook-utils
  101. Requires(post): /sbin/chkconfig
  102. Requires(preun): /sbin/chkconfig /sbin/service
  103. Requires(postun): /sbin/service
  104. %description
  105. wpa_supplicant is a WPA Supplicant for Linux, BSD and Windows with support
  106. for WPA and WPA2 (IEEE 802.11i / RSN). Supplicant is the IEEE 802.1X/WPA
  107. component that is used in the client stations. It implements key negotiation
  108. with a WPA Authenticator and it controls the roaming and IEEE 802.11
  109. authentication/association of the wlan driver.
  110. %if %{build_gui}
  111. %package gui
  112. Summary: Graphical User Interface for %{name}
  113. Summary(ja): %{name} のグラフィカルユーザインタフェース
  114. Group: Applications/System
  115. %description gui
  116. Graphical User Interface for wpa_supplicant written using QT4
  117. %description -l ja gui
  118. QT4 を用いた wpa_supplicant のグラフィカルユーザインタフェース
  119. %endif
  120. %prep
  121. %setup -q
  122. %patch0 -p1 -b .assoc-timeout
  123. %patch1 -p1 -b .flush-debug-output
  124. %patch2 -p1 -b .dbus-service-file
  125. %patch3 -p1 -b .quiet-scan-results-msg
  126. %patch6 -p1 -b .qt4
  127. %patch8 -p1 -b .rh837402-less-aggressive-roaming
  128. %patch9 -p1 -b .macsec-0001
  129. %patch10 -p1 -b .macsec-0002
  130. %patch11 -p1 -b .macsec-0003
  131. %patch12 -p1 -b .macsec-0004
  132. %patch13 -p1 -b .macsec-0005
  133. %patch14 -p1 -b .macsec-0006
  134. %patch15 -p1 -b .macsec-0007
  135. %patch16 -p1 -b .macsec-0008
  136. %patch17 -p1 -b .macsec-0009
  137. %patch18 -p1 -b .macsec-0010
  138. %patch19 -p1 -b .macsec-0011
  139. %patch20 -p1 -b .macsec-0012
  140. %patch21 -p1 -b .macsec-0013
  141. %patch22 -p1 -b .macsec-0014
  142. %patch23 -p1 -b .macsec-0015
  143. %patch24 -p1 -b .macsec-0016
  144. %patch25 -p1 -b .macsec-0017
  145. %patch26 -p1 -b .macsec-0018
  146. %patch27 -p1 -b .macsec-0019
  147. %patch28 -p1 -b .macsec-0020
  148. %patch29 -p1 -b .macsec-0021
  149. %patch30 -p1 -b .macsec-0022
  150. %patch31 -p1 -b .macsec-0023
  151. %patch32 -p1 -b .macsec-0024
  152. %patch33 -p1 -b .macsec-0025
  153. %patch34 -p1 -b .macsec-0026
  154. %patch35 -p1 -b .macsec-0027
  155. %patch36 -p1 -b .macsec-0028
  156. %patch37 -p1 -b .macsec-0029
  157. %patch38 -p1 -b .macsec-0030
  158. %patch39 -p1 -b .macsec-0031
  159. %patch40 -p1 -b .macsec-0032
  160. %patch41 -p1 -b .macsec-0033
  161. %patch42 -p1 -b .macsec-0034
  162. %patch43 -p1 -b .macsec-0035
  163. %patch44 -p1 -b .macsec-0036
  164. %patch45 -p1 -b .macsec-0037
  165. %patch46 -p1 -b .macsec-0038
  166. %patch47 -p1 -b .macsec-0039
  167. %patch48 -p1 -b .2017-1
  168. %patch49 -p1 -b .2017-1
  169. %patch50 -p1 -b .2017-1
  170. %patch51 -p1 -b .2017-1
  171. %patch52 -p1 -b .2017-1
  172. %patch53 -p1 -b .2017-1
  173. %patch54 -p1 -b .2017-1
  174. %patch55 -p1 -b .2017-1
  175. %patch56 -p1 -b .rh1447073-detect-mac-change
  176. %patch57 -p1 -b .rh1462262-system-ciphers
  177. %patch58 -p1 -b .rh1465138-openssl-cb
  178. %patch59 -p1 -b .rh1487640-mka
  179. %patch60 -p1 -b .rh1487640-pae
  180. %build
  181. pushd wpa_supplicant
  182. cp %{SOURCE1} .config
  183. CFLAGS="${CFLAGS:-%optflags} -fPIE -DPIE" ; export CFLAGS ;
  184. CXXFLAGS="${CXXFLAGS:-%optflags} -fPIE -DPIE" ; export CXXFLAGS ;
  185. LDFLAGS="${LDFLAGS:-%optflags} -pie -Wl,-z,now" ; export LDFLAGS ;
  186. # yes, BINDIR=_sbindir
  187. BINDIR="%{_sbindir}" ; export BINDIR ;
  188. LIBDIR="%{_libdir}" ; export LIBDIR ;
  189. make %{?_smp_mflags}
  190. %if %{build_gui}
  191. QTDIR=%{_libdir}/qt4 make wpa_gui-qt4 %{?_smp_mflags}
  192. %endif
  193. make eapol_test
  194. popd
  195. %install
  196. rm -rf %{buildroot}
  197. # init scripts
  198. install -D -m 0755 %{SOURCE3} %{buildroot}/%{_sysconfdir}/rc.d/init.d/%{name}
  199. install -D -m 0644 %{SOURCE4} %{buildroot}/%{_sysconfdir}/sysconfig/%{name}
  200. install -D -m 0644 %{SOURCE6} %{buildroot}/%{_sysconfdir}/logrotate.d/%{name}
  201. # config
  202. install -D -m 0600 %{SOURCE2} %{buildroot}/%{_sysconfdir}/%{name}/%{name}.conf
  203. # binary
  204. install -d %{buildroot}/%{_sbindir}
  205. install -m 0755 %{name}/wpa_passphrase %{buildroot}/%{_sbindir}
  206. install -m 0755 %{name}/wpa_cli %{buildroot}/%{_sbindir}
  207. install -m 0755 %{name}/wpa_supplicant %{buildroot}/%{_sbindir}
  208. install -D -m 0644 %{name}/dbus/dbus-wpa_supplicant.conf %{buildroot}/%{_sysconfdir}/dbus-1/system.d/wpa_supplicant.conf
  209. install -D -m 0644 %{name}/dbus/fi.w1.wpa_supplicant1.service %{buildroot}/%{_datadir}/dbus-1/system-services/fi.w1.wpa_supplicant1.service
  210. install -D -m 0644 %{name}/dbus/fi.epitest.hostap.WPASupplicant.service %{buildroot}/%{_datadir}/dbus-1/system-services/fi.epitest.hostap.WPASupplicant.service
  211. %if %{build_gui}
  212. # gui
  213. install -d %{buildroot}/%{_bindir}
  214. install -m 0755 %{name}/wpa_gui-qt4/wpa_gui %{buildroot}/%{_bindir}
  215. %endif
  216. # running
  217. mkdir -p %{buildroot}/%{_localstatedir}/run/%{name}
  218. # man pages
  219. install -d %{buildroot}%{_mandir}/man{5,8}
  220. install -m 0644 %{name}/doc/docbook/*.8 %{buildroot}%{_mandir}/man8
  221. install -m 0644 %{name}/doc/docbook/*.5 %{buildroot}%{_mandir}/man5
  222. # some cleanup in docs
  223. rm -f %{name}/doc/.cvsignore
  224. rm -rf %{name}/doc/docbook
  225. chmod -R 0644 %{name}/examples/*.py
  226. %clean
  227. rm -rf %{buildroot}
  228. %post
  229. if [ $1 = 1 ]; then
  230. /sbin/chkconfig --add %{name}
  231. fi
  232. %preun
  233. if [ $1 = 0 ]; then
  234. /sbin/service %{name} stop > /dev/null 2>&1
  235. killall -TERM wpa_supplicant >/dev/null 2>&1
  236. /sbin/chkconfig --del %{name}
  237. fi
  238. %postun
  239. if [ $1 -ge 1 ]; then
  240. /sbin/service %{name} condrestart > /dev/null 2>&1
  241. fi
  242. %files
  243. %defattr(-, root, root)
  244. %doc COPYING %{name}/ChangeLog README %{name}/eap_testing.txt %{name}/todo.txt %{name}/wpa_supplicant.conf %{name}/examples
  245. %config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
  246. %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
  247. %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
  248. %{_sysconfdir}/rc.d/init.d/%{name}
  249. %{_sysconfdir}/dbus-1/system.d/%{name}.conf
  250. %{_datadir}/dbus-1/system-services/fi.epitest.hostap.WPASupplicant.service
  251. %{_datadir}/dbus-1/system-services/fi.w1.wpa_supplicant1.service
  252. %{_sbindir}/wpa_passphrase
  253. %{_sbindir}/wpa_supplicant
  254. %{_sbindir}/wpa_cli
  255. %dir %{_localstatedir}/run/%{name}
  256. %dir %{_sysconfdir}/%{name}
  257. %{_mandir}/man8/*
  258. %{_mandir}/man5/*
  259. %if %{build_gui}
  260. %files gui
  261. %defattr(-, root, root)
  262. %{_bindir}/wpa_gui
  263. %endif
  264. %changelog
  265. * Sat Mar 03 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.6-1
  266. - updated to 2.6.
  267. - imported Patch9-60 from rawhide.
  268. * Thu Jun 30 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 2.5-3
  269. - rebuilt with new toolchain.
  270. * Tue Mar 29 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.5-2
  271. - rebuild with openssl-1.0.2g
  272. * Thu Oct 08 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.5-1
  273. - update to 2.5
  274. - update SOURCE1
  275. - remove Patch7 (libnl3-includes.patch)
  276. - add Patch 9,10,11 from Fedora
  277. - remove Patch 6, 700
  278. * Thu Feb 5 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 2.3-1
  279. - updated to 2.3
  280. - built with libnl3 instead of libnl
  281. - added Patch 6, 7 and 8 from Fedora
  282. - added Patch700
  283. * Mon Aug 22 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.7.3-3
  284. - import Patch8 from Fedora 1:0.7.3-9 to fix some crashes
  285. - Wed Jul 27 2011 Dan Williams <dcbw@redhat.com> - 1:0.7.3-9
  286. - Fix various crashes with D-Bus interface (rh #678625) (rh #725517)
  287. * Mon Jan 10 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.3-2
  288. - rebuild with openssl-1.0.0c
  289. - add BuildRequires: qt4-designer, libnl-devel
  290. * Thu Jan 06 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.7.3-1
  291. - new upstream release
  292. - update patches
  293. - change License to BSD due to linkage against OpsnSSL since there is no
  294. OpenSSL exception in upstream GPLv2 license text.
  295. - build with qt4
  296. - update build config
  297. * Wed Jan 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.4-1
  298. - new upstream release
  299. - remove hostap/madwifi/prism54 drivers, use 'wext' instead.
  300. - drop upstream patches
  301. - import some fedora patches
  302. - Handle encryption keys correctly when switching 802.11 modes (rh #459399)
  303. - Better scanning behavior on resume from suspend/hibernate
  304. - Better interaction with newer kernels and drivers
  305. * Sun Aug 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.3-2
  306. - start wpa_supplicant by default.
  307. * Sun Aug 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.6.3-1
  308. - new upstream release
  309. - import some fedora patches
  310. * Thu May 17 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.7-0vl2
  311. - rebuild with new openssl
  312. * Mon May 14 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.7-0vl1
  313. - new upstream release
  314. * Wed Jun 21 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.4.8-0vl1
  315. - initial build for Vine Linux based on FC package.
  316. * Thu Apr 27 2006 Dan Williams <dcbw@redhat.com> - 0.4.8-10
  317. - Add fix for madwifi and WEP (wpa_supplicant/hostap bud #140) (#rh190075#)
  318. - Fix up madwifi-ng private ioctl()s for r1331 and later
  319. - Update madwifi headers to r1475
  320. * Tue Apr 25 2006 Dan Williams <dcbw@redhat.com> - 0.4.8-9
  321. - Enable Wired driver, PKCS12, and Smartcard options (#rh189805#)
  322. * Tue Apr 11 2006 Dan Williams <dcbw@redhat.com> - 0.4.8-8
  323. - Fix control interface key obfuscation a bit
  324. * Sun Apr 2 2006 Dan Williams <dcbw@redhat.com> - 0.4.8-7
  325. - Work around older & incorrect drivers that return null-terminated SSIDs
  326. * Mon Mar 27 2006 Dan Williams <dcbw@redhat.com> - 0.4.8-6
  327. - Add patch to make orinoco happy with WEP keys
  328. - Enable Prism54-specific driver
  329. - Disable ipw-specific driver; ipw2x00 should be using WEXT instead
  330. * Fri Mar 3 2006 Dan Williams <dcbw@redhat.com> - 0.4.8-5
  331. - Increase association timeout, mainly for drivers that don't
  332. fully support WPA ioctls yet
  333. * Fri Mar 3 2006 Dan Williams <dcbw@redhat.com> - 0.4.8-4
  334. - Add additional BuildRequires #rh181914#
  335. - Add prereq on chkconfig #rh182905# #rh182906#
  336. - Own /var/run/wpa_supplicant and /etc/wpa_supplicant #rh183696#
  337. * Wed Mar 1 2006 Dan Williams <dcbw@redhat.com> - 0.4.8-3
  338. - Install wpa_passphrase too #rh183480#
  339. * Mon Feb 27 2006 Dan Williams <dcbw@redhat.com> - 0.4.8-2
  340. - Don't expose private data on the control interface unless requested
  341. * Fri Feb 24 2006 Dan Williams <dcbw@redhat.com> - 0.4.8-1
  342. - Downgrade to 0.4.8 stable release rather than a dev release
  343. * Sun Feb 12 2006 Dan Williams <dcbw@redhat.com> - 0.5.1-3
  344. - Documentation cleanup (Terje Rosten <terje.rosten@ntnu.no>)
  345. * Sun Feb 12 2006 Dan Williams <dcbw@redhat.com> - 0.5.1-2
  346. - Move initscript to /etc/rc.d/init.d
  347. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.5.1-1.2
  348. - bump again for double-long bug on ppc(64)
  349. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.5.1-1.1
  350. - rebuilt for new gcc4.1 snapshot and glibc changes
  351. * Sun Feb 5 2006 Dan Williams <dcbw@redhat.com> 0.5.1-1
  352. - Update to 0.5.1
  353. - Add WE auth fallback to actually work with older drivers
  354. * Thu Jan 26 2006 Dan Williams <dcbw@redhat.com> 0.4.7-2
  355. - Bring package into Fedora Core
  356. - Add ap_scan control interface patch
  357. - Enable madwifi-ng driver
  358. * Sun Jan 15 2006 Douglas E. Warner <silfreed@silfreed.net> 0.4.7-1
  359. - upgrade to 0.4.7
  360. - added package w/ wpa_gui in it
  361. * Mon Nov 14 2005 Douglas E. Warner <silfreed@silfreed.net> 0.4.6-1
  362. - upgrade to 0.4.6
  363. - adding ctrl interface changes recommended
  364. by Hugo Paredes <hugo.paredes@e-know.org>
  365. * Sun Oct 9 2005 Douglas E. Warner <silfreed@silfreed.net> 0.4.5-1
  366. - upgrade to 0.4.5
  367. - updated config file wpa_supplicant is built with
  368. especially, the ipw2100 driver changed to just ipw
  369. and enabled a bunch more EAP
  370. - disabled dist tag
  371. * Thu Jun 30 2005 Douglas E. Warner <silfreed@silfreed.net> 0.4.2-3
  372. - fix typo in init script
  373. * Thu Jun 30 2005 Douglas E. Warner <silfreed@silfreed.net> 0.4.2-2
  374. - fixing init script using fedora-extras' template
  375. - removing chkconfig default startup
  376. * Tue Jun 21 2005 Douglas E. Warner <silfreed@silfreed.net> 0.4.2-1
  377. - upgrade to 0.4.2
  378. - new sample conf file that will use any unrestricted AP
  379. - make sysconfig config entry
  380. - new BuildRoot for Fedora Extras
  381. - adding dist tag to Release
  382. * Fri May 06 2005 Douglas E. Warner <silfreed@silfreed.net> 0.3.8-1
  383. - upgrade to 0.3.8
  384. * Thu Feb 10 2005 Douglas E. Warner <silfreed@silfreed.net> 0.3.6-2
  385. - compile ipw driver in
  386. * Wed Feb 09 2005 Douglas E. Warner <silfreed@silfreed.net> 0.3.6-1
  387. - upgrade to 0.3.6
  388. * Thu Dec 23 2004 Douglas E. Warner <silfreed@silfreed.net> 0.2.5-4
  389. - fixing init script
  390. * Mon Dec 20 2004 Douglas E. Warner <silfreed@silfreed.net> 0.2.5-3
  391. - fixing init script
  392. - adding post/preun items to add/remove via chkconfig
  393. * Mon Dec 20 2004 Douglas E. Warner <silfreed@silfreed.net> 0.2.5-2
  394. - adding sysV scripts
  395. * Mon Dec 20 2004 Douglas E. Warner <silfreed@silfreed.net> 0.2.5-1
  396. - Initial RPM release.