2017-10-22 Vlad Glagolev * DETAILS: updated spell to 2.6; SECURITY_PATCH++ * BUILD: correct BINDIR * PRE_BUILD: apply patches * krack/*: added, backported patches from Alpine to fix KRACK attacks * libressl.patch: updated * eloop.patch: added, backported patch from OpenBSD 2016-10-24 Thomas Orgis * init.d/wpa_supplicant: CLI=/sbin/wpa_cli (still /usr/sbin/iwconfig …) * DETAILS: PATCHLEVEL++ 2016-08-30 Ismael Luceno * BUILD: Use sorcery CFLAGS * INSTALL, PRE_BUILD: Install tools to /sbin * DETAILS: PATCHLEVEL++ 2016-08-21 Vlad Glagolev * DETAILS: PATCHLEVEL=1 2016-07-13 Vlad Glagolev * DEPENDS, INSTALL: corrected dbus build flags and configs 2016-07-01 Vlad Glagolev * PRE_BUILD: apply libressl.patch * libressl.patch: added, backported from OpenBSD to fix build against libressl 2016-01-04 Thomas Orgis * DETAILS: update to 2.5, SECURITY_PATCH++ * BUILD: actually enable nl80211 driver * PRE_BUILD, 0001-P2P-...-copying-it-C.patch: remove patch 2015-11-11 Ismael Luceno * DEPENDS: Internal TLS implementation depends on libtommath 2015-05-12 Thomas Orgis * PRE_BUILD, 0001-P2P...copying-it-C.patch: add patch for buffer overflow issue * DETAILS: SECURITY_PATCH++ 2015-03-22 Thomas Orgis * DETAILS: version 2.4, updated URLs 2014-08-26 Thomas Orgis * DETAILS: version 2.2 2014-08-23 Ismael Luceno * DEPENDS: Allow the use of libressl * BUILD, DEPENDS: nl80211 support requires libnl 2012-12-31 Vlad Glagolev * PRE_BUILD, INSTALL: dbus service patching isn't required for 1.1; fixed build 2012-12-29 Justin Boffemmyer * DETAILS: update to version 1.1 * CONFIGURE: new option for nl80211 support (deprecates wext, AKA wireless extensions) 2012-05-20 Thomas Orgis * INSTALL: qt4 is the switch for wpa_gui 2011-10-10 Bor Kraljič * DEPENDS: removed optional dependency on qt-x11 2011-09-07 Bor Kraljič * DETAILS: use guru.sig for devel branch too (fixes #139) 2011-04-18 Arwed von Merkatz * BUILD: add /usr/bin/qt4 to path when building the qt4 gui, otherwise fails to find qmake if qt-x11 is not installed 2011-01-22 Vlad Glagolev * DETAILS: updated spell to 0.7.3 * DEPENDS: added qt4 dependency * INSTALL: fixed bug of previous commit about dbus dir * PREPARE: old -> legacy * PRE_BUILD: removed unneeded hacks; added INSTALL_ROOT to seds * BUILD: removed unneeded hacks, added qt4 selection 2010-09-25 Finn Haedicke * PRE_BUILD,INSTALL: install dbus service file 2010-04-18 Finn Haedicke * BUILD,DEPENDS: fixes to build dbus support 2010-02-14 Vlad Glagolev * DETAILS: updated stable & devel to 0.6.10 2009-03-23 Vlad Glagolev * DETAILS: updated stable & devel to 0.6.8, old -- to 0.5.11 * gcc43.patch: removed 2008-10-30 Vlad Glagolev * init.d/wpa_supplicant: fixed wpa_cli usage and off state detection; cleaned up * BUILD, CONFIGURE, DEPENDS, PREPARE: cleaned up * DETAILS: fixed descs; cleaned up; quoting paths * INSTALL cleaned up; use install instead of cp; SPELL > SCRIPT * PRE_BUILD: SPELL > SCRIPT; cleaned up 2008-03-22 Eric Sandall * PRE_BUILD: Apply gcc43.patch * gcc43.patch: Patch to compile with gcc 4.3.0 From http://w1.fi/bugz/show_bug.cgi?id=251 2008-03-15 Eric Sandall * DETAILS: Updated stable to 0.5.10 Updated old to 0.4.11 2008-01-28 Jaka Kranjc * PRE_BUILD: removed is_depends_enabled.function reference 2007-09-18 Eric Sandall * init.d/wpa_supplicant: Also except off/any ESSID as non-associated 2007-07-20 Robin Cook * PRE_BUILD: cd to correct directory if devel * BUILD: cd to correct directory if devel * CONFIGURE: EAP-PSK and EAP-SAKE no longer conflict 2006-07-11 Treeve Jelbert * DETAILS: version 0.4.10 / 0.5.8 / 0.6.0 * PREPARE: add back devel version 2007-05-21 Eric Sandall * init.d/wpa_supplicant.conf: My network device reports the following for not being associated: ath0 IEEE 802.11b ESSID:"" Nickname:"" Mode:Managed Channel:0 Access Point: Not-Associated So look for ESSID:"" to also check since it's on the same line as $INTERFACE 2007-03-11 Juuso Alasuutari * CONFIGURE: Made EAP-PSK and EAP-SAKE options mutually exclusive, fixes #13518. 2007-03-03 Jeremy Blosser * PRE_BUILD: Replace bad TRACK_ROOT usage (automated). 2007-02-01 Juuso Alasuutari * init.d/wpa_supplicant: Added check for wireless extensions, removed redundant iwconfig forks. 2007-01-17 Juuso Alasuutari * INSTALL: Changed example config install location to /usr/share/doc/wpa_supplicant. * wpa_supplicant.conf: Changed general info to match install loc change, added info about update_config option, rewrote info for ap_scan option. 2007-01-05 Juuso Alasuutari * BUILD: Removed redundant sourcing of is_depends_enabled.function, now in PRE_BUILD. * PRE_BUILD: Removed unnecessary nested conditionals. 2007-01-04 Eric Sandall * PRE_BUILD: For new installs, /etc/profile.d/qt.sh won't be sourced until relogin, so we need to check for QTDIR and source qt.sh if the user wants QT support. 2007-01-03 Juuso Alasuutari * INSTALL: Install example config file to /usr/share/wpa_supplicant/ (this is not the same as the default config file). * wpa_supplicant.conf: Changed help info to mention example config. * PREPARE, DETAILS, CONFIGURE, DEPENDS, PRE_BUILD, BUILD: New stable is 0.5.7, previous stable 0.4.9 becomes old, devel not available yet. * CONFIGURE: Added cross-version var compatibility code. 2006-12-23 Juuso Alasuutari * CONFIGURE: Added query for making config file optional. * INSTALL: Only install config file if selected or if init script is installed. 2006-12-17 Juuso Alasuutari * wpa_supplicant.conf: Added, new name for default config file. Added ap_scan option and comments. * wpa_ctrl.conf: Deleted. * INSTALL: Changed default config file name, install man pages. * FINAL: Added info about default config file to message. * init.d/wpa_supplicant: Changed status msg wording. * init.d/wpa_supplicant.conf: Changed default interface (wlan -> eth1), changed default config file name. 2006-11-27 Juuso Alasuutari * PREPARE: Added, query which release to build (new option is devel). * DETAILS: Added devel release version 0.5.6, modified descriptions. * CONFIGURE: Complete rewrite; added prompts for all relevant options. * DEPENDS: Added depends pcsc-lite, openssl | gnutls, libpcap & libdnet, and optional_depends readline, qt-x11, dbus. All are conditional to one or more configure options. * PRE_BUILD: Added, moved install path fix here from BUILD, added fix for devel release install borkage. * BUILD: Modified to create .config without using $SPELL_CONFIG, added wpa_gui build. * INSTALL: Added, use DESTDIR=$INSTALL_ROOT, install default config file and wpa_gui. * FINAL: Added, suggest to edit the sysconfig file. * init.d/wpa_supplicant: Added, init script. * init.d/wpa_supplicant.conf: Added, sysconfig file. * wpa_ctrl.conf: Added, control interface config file. 2006-09-08 Treeve Jelbert * DETAILS: version 0.4.9 2005-12-13 Treeve Jelbert * CONFIGURE BUILD : allow user choice * DEPENDS: add 2005-12-12 Pieter Lenaerts * DETAILS: updated to 0.4.7 2005-11-29 Seth Woolley * DETAILS: MD5 -> SHA512 2005-06-20 David Brown * ALL: created spell .