Blame SPECS/wpa_supplicant.spec

9c84ec
%define rcver %{nil}
9c84ec
%define snapshot %{nil}
9c84ec
9c84ec
%global _hardened_build 1
9c84ec
9c84ec
Summary: WPA/WPA2/IEEE 802.1X Supplicant
9c84ec
Name: wpa_supplicant
9c84ec
Epoch: 1
9c84ec
Version: 2.6
9c84ec
Release: 12%{?dist}
9c84ec
License: BSD
9c84ec
Group: System Environment/Base
9c84ec
Source0: http://w1.fi/releases/%{name}-%{version}%{rcver}%{snapshot}.tar.gz
9c84ec
Source1: build-config
9c84ec
Source2: %{name}.conf
9c84ec
Source3: %{name}.service
9c84ec
Source4: %{name}.sysconfig
9c84ec
Source6: %{name}.logrotate
9c84ec
Source7: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/include/uapi/linux/if_macsec.h?h=v4.10#/if_macsec.h
9c84ec
Source8: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/include/uapi/linux/if_link.h?h=v4.10#/if_link.h
9c84ec
9c84ec
%define build_gui 1
9c84ec
%if 0%{?rhel} >= 1
9c84ec
%define build_gui 0
9c84ec
%endif
9c84ec
9c84ec
# RHEL-7 doesn't define _rundir macro yet
9c84ec
# Fedora 15 onwards uses /run as _rundir
9c84ec
%if 0%{!?_rundir:1}
9c84ec
%define _rundir /run
9c84ec
%endif
9c84ec
9c84ec
# distro specific customization and not suitable for upstream,
9c84ec
# works around busted drivers
9c84ec
Patch0: wpa_supplicant-assoc-timeout.patch
9c84ec
# ensures that debug output gets flushed immediately to help diagnose driver
9c84ec
# bugs, not suitable for upstream
9c84ec
Patch1: wpa_supplicant-flush-debug-output.patch
9c84ec
# disto specific customization for log paths, not suitable for upstream
9c84ec
Patch2: wpa_supplicant-dbus-service-file-args.patch
9c84ec
# quiet an annoying and frequent syslog message
9c84ec
Patch3: wpa_supplicant-quiet-scan-results-message.patch
9c84ec
# distro specific customization for Qt4 build tools, not suitable for upstream
9c84ec
Patch6: wpa_supplicant-gui-qt4.patch
9c84ec
# Less aggressive roaming; signal strength is wildly variable
9c84ec
Patch8: rh837402-less-aggressive-roaming.patch
9c84ec
# backport of macsec series
9c84ec
Patch9: macsec-0001-mka-Move-structs-transmit-receive-_-sa-sc-to-a-commo.patch
9c84ec
Patch10: macsec-0002-mka-Pass-full-structures-down-to-macsec-drivers-pack.patch
9c84ec
Patch11: macsec-0003-mka-Pass-full-structures-down-to-macsec-drivers-tran.patch
9c84ec
Patch12: macsec-0004-mka-Pass-full-structures-down-to-macsec-drivers-rece.patch
9c84ec
Patch13: macsec-0005-mka-Pass-full-structures-down-to-macsec-drivers-tran.patch
9c84ec
Patch14: macsec-0006-mka-Pass-full-structures-down-to-macsec-drivers-rece.patch
9c84ec
Patch15: macsec-0007-mka-Add-driver-op-to-get-macsec-capabilities.patch
9c84ec
Patch16: macsec-0008-mka-Remove-channel-hacks-from-the-stack-and-the-macs.patch
9c84ec
Patch17: macsec-0009-mka-Sync-structs-definitions-with-IEEE-Std-802.1X-20.patch
9c84ec
Patch18: macsec-0010-mka-Add-support-for-removing-SAs.patch
9c84ec
Patch19: macsec-0011-mka-Implement-reference-counting-on-data_key.patch
9c84ec
Patch20: macsec-0012-mka-Fix-getting-capabilities-from-the-driver.patch
9c84ec
Patch21: macsec-0013-wpa_supplicant-Allow-pre-shared-CAK-CKN-pair-for-MKA.patch
9c84ec
Patch22: macsec-0014-mka-Disable-peer-detection-timeout-for-PSK-mode.patch
9c84ec
Patch23: macsec-0015-wpa_supplicant-Add-macsec_integ_only-setting-for-MKA.patch
9c84ec
Patch24: macsec-0016-mka-Add-enable_encrypt-op-and-call-it-from-CP-state-.patch
9c84ec
Patch25: macsec-0017-wpa_supplicant-Allow-configuring-the-MACsec-port-for.patch
9c84ec
Patch26: macsec-0018-drivers-Move-common-definitions-for-wired-drivers-ou.patch
9c84ec
Patch27: macsec-0019-drivers-Move-wired_multicast_membership-to-a-common-.patch
9c84ec
Patch28: macsec-0020-drivers-Move-driver_wired_multi-to-a-common-file.patch
9c84ec
Patch29: macsec-0021-drivers-Move-driver_wired_get_ifflags-to-a-common-fi.patch
9c84ec
Patch30: macsec-0022-drivers-Move-driver_wired_set_ifflags-to-a-common-fi.patch
9c84ec
Patch31: macsec-0023-drivers-Move-driver_wired_get_ifstatus-to-a-common-f.patch
9c84ec
Patch32: macsec-0024-drivers-Move-driver_wired_init_common-to-a-common-fi.patch
9c84ec
Patch33: macsec-0025-drivers-Move-driver_wired_deinit_common-to-a-common-.patch
9c84ec
Patch34: macsec-0026-drivers-Move-driver_wired_get_capa-to-a-common-file.patch
9c84ec
Patch35: macsec-0027-drivers-Move-driver_wired_get_bssid-to-a-common-file.patch
9c84ec
Patch36: macsec-0028-drivers-Move-driver_wired_get_ssid-to-a-common-file.patch
9c84ec
Patch37: macsec-0029-macsec_linux-Add-a-driver-for-macsec-on-Linux-kernel.patch
9c84ec
Patch38: macsec-0030-mka-Remove-references-to-macsec_qca-from-wpa_supplic.patch
9c84ec
Patch39: macsec-0031-PAE-Make-KaY-specific-details-available-via-control-.patch
9c84ec
Patch40: macsec-0032-mka-Make-MKA-actor-priority-configurable.patch
9c84ec
Patch41: macsec-0033-mka-Fix-an-incorrect-update-of-participant-to_use_sa.patch
9c84ec
Patch42: macsec-0034-mka-Some-bug-fixes-for-MACsec-in-PSK-mode.patch
9c84ec
Patch43: macsec-0035-mka-Send-MKPDUs-forever-if-mode-is-PSK.patch
9c84ec
# upstream patch not in 2.6
9c84ec
Patch44: rh1447073-nl80211-Fix-race-condition-in-detecting-MAC-change.patch
9c84ec
Patch45: rh1440646-macsec_linux-Fix-NULL-pointer-dereference-on-error-c.patch
9c84ec
Patch46: rh1489919-mka-Add-error-handling-for-secy_init_macsec-calls.patch
9c84ec
Patch47: rh1495527-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch
9c84ec
Patch48: rh1495527-0002-Prevent-reinstallation-of-an-already-in-use-group-ke.patch
9c84ec
Patch49: rh1495527-0003-Extend-protection-of-GTK-IGTK-reinstallation-of-WNM-.patch
9c84ec
Patch50: rh1495527-0004-Prevent-installation-of-an-all-zero-TK.patch
9c84ec
Patch51: rh1495527-0005-Fix-PTK-rekeying-to-generate-a-new-ANonce.patch
9c84ec
Patch52: rh1495527-0006-TDLS-Reject-TPK-TK-reconfiguration.patch
9c84ec
Patch53: rh1495527-0007-WNM-Ignore-WNM-Sleep-Mode-Response-without-pending-r.patch
9c84ec
Patch54: rh1495527-0008-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch
9c84ec
Patch55: rh1531254-common-Avoid-conflict-with-__bitwise-macro-from-linu.patch
9c84ec
Patch56: rh1434434-wpa_supplicant-Don-t-reply-to-EAPOL-if-pkt_type-is-P.patch
9c84ec
Patch57: rh1490885-fix-auth-failure-when-the-mac-is-updated-externally.patch
9c84ec
Patch58: rh1500442-wpa_supplicant-Fix-memory-leaks-in-ieee802_1x_create.patch
9c84ec
Patch59: rh1619553-0001-WPA-Ignore-unauthenticated-encrypted-EAPOL-Key-data.patch
9c84ec
9c84ec
URL: http://w1.fi/wpa_supplicant/
9c84ec
9c84ec
%if %{build_gui}
9c84ec
BuildRequires: qt-devel >= 4.0
9c84ec
%endif
9c84ec
BuildRequires: openssl-devel
9c84ec
BuildRequires: readline-devel
9c84ec
BuildRequires: dbus-devel
9c84ec
BuildRequires: libnl3-devel
9c84ec
BuildRequires: systemd-units
9c84ec
BuildRequires: docbook-utils
9c84ec
Requires(post): systemd-sysv
9c84ec
Requires(post): systemd-units
9c84ec
Requires(preun): systemd-units
9c84ec
Requires(postun): systemd-units
9c84ec
9c84ec
%description
9c84ec
wpa_supplicant is a WPA Supplicant for Linux, BSD and Windows with support
9c84ec
for WPA and WPA2 (IEEE 802.11i / RSN). Supplicant is the IEEE 802.1X/WPA
9c84ec
component that is used in the client stations. It implements key negotiation
9c84ec
with a WPA Authenticator and it controls the roaming and IEEE 802.11
9c84ec
authentication/association of the wlan driver.
9c84ec
9c84ec
%if %{build_gui}
9c84ec
9c84ec
%package gui
9c84ec
Summary: Graphical User Interface for %{name}
9c84ec
Group: Applications/System
9c84ec
9c84ec
%description gui
9c84ec
Graphical User Interface for wpa_supplicant written using QT
9c84ec
9c84ec
%endif
9c84ec
9c84ec
%prep
9c84ec
%setup -q -n %{name}-%{version}%{rcver}
9c84ec
9c84ec
mkdir -p src/linux
9c84ec
cp %{SOURCE7} src/linux/if_macsec.h
9c84ec
cp %{SOURCE8} src/linux/if_link.h
9c84ec
9c84ec
%patch0 -p1 -b .assoc-timeout
9c84ec
%patch1 -p1 -b .flush-debug-output
9c84ec
%patch2 -p1 -b .dbus-service-file
9c84ec
%patch3 -p1 -b .quiet-scan-results-msg
9c84ec
%patch6 -p1 -b .qt4
9c84ec
%patch8 -p1 -b .rh837402-less-aggressive-roaming
9c84ec
%patch9 -p1 -b .macsec-0001
9c84ec
%patch10 -p1 -b .macsec-0002
9c84ec
%patch11 -p1 -b .macsec-0003
9c84ec
%patch12 -p1 -b .macsec-0004
9c84ec
%patch13 -p1 -b .macsec-0005
9c84ec
%patch14 -p1 -b .macsec-0006
9c84ec
%patch15 -p1 -b .macsec-0007
9c84ec
%patch16 -p1 -b .macsec-0008
9c84ec
%patch17 -p1 -b .macsec-0009
9c84ec
%patch18 -p1 -b .macsec-0010
9c84ec
%patch19 -p1 -b .macsec-0011
9c84ec
%patch20 -p1 -b .macsec-0012
9c84ec
%patch21 -p1 -b .macsec-0013
9c84ec
%patch22 -p1 -b .macsec-0014
9c84ec
%patch23 -p1 -b .macsec-0015
9c84ec
%patch24 -p1 -b .macsec-0016
9c84ec
%patch25 -p1 -b .macsec-0017
9c84ec
%patch26 -p1 -b .macsec-0018
9c84ec
%patch27 -p1 -b .macsec-0019
9c84ec
%patch28 -p1 -b .macsec-0020
9c84ec
%patch29 -p1 -b .macsec-0021
9c84ec
%patch30 -p1 -b .macsec-0022
9c84ec
%patch31 -p1 -b .macsec-0023
9c84ec
%patch32 -p1 -b .macsec-0024
9c84ec
%patch33 -p1 -b .macsec-0025
9c84ec
%patch34 -p1 -b .macsec-0026
9c84ec
%patch35 -p1 -b .macsec-0027
9c84ec
%patch36 -p1 -b .macsec-0028
9c84ec
%patch37 -p1 -b .macsec-0029
9c84ec
%patch38 -p1 -b .macsec-0030
9c84ec
%patch39 -p1 -b .macsec-0031
9c84ec
%patch40 -p1 -b .macsec-0032
9c84ec
%patch41 -p1 -b .macsec-0033
9c84ec
%patch42 -p1 -b .macsec-0034
9c84ec
%patch43 -p1 -b .macsec-0035
9c84ec
%patch44 -p1 -b .rh1447073-detect-mac-change
9c84ec
%patch45 -p1 -b .rh1440646-macsec-segfault
9c84ec
%patch46 -p1 -b .rh1489919-macsec-eapol-segfault
9c84ec
%patch47 -p1 -b .rh1495527-0001
9c84ec
%patch48 -p1 -b .rh1495527-0002
9c84ec
%patch49 -p1 -b .rh1495527-0003
9c84ec
%patch50 -p1 -b .rh1495527-0004
9c84ec
%patch51 -p1 -b .rh1495527-0005
9c84ec
%patch52 -p1 -b .rh1495527-0006
9c84ec
%patch53 -p1 -b .rh1495527-0007
9c84ec
%patch54 -p1 -b .rh1495527-0008
9c84ec
%patch55 -p1 -b .rh1531254-fix-bitwise-redefined
9c84ec
%patch56 -p1 -b .rh1434434-fix-pkt_otherhost
9c84ec
%patch57 -p1 -b .rh1490885-mac-changed-event
9c84ec
%patch58 -p1 -b .rh1500442-macsec-memleak
9c84ec
%patch59 -p1 -b .rh1619553-ignore-unauth-eapol
9c84ec
9c84ec
%build
9c84ec
pushd wpa_supplicant
9c84ec
  cp %{SOURCE1} .config
9c84ec
  CFLAGS="${CFLAGS:-%optflags} -fPIE -DPIE" ; export CFLAGS ;
9c84ec
  CXXFLAGS="${CXXFLAGS:-%optflags} -fPIE -DPIE" ; export CXXFLAGS ;
9c84ec
  LDFLAGS="${LDFLAGS:-%optflags} -pie -Wl,-z,now,-z,relro" ; export LDFLAGS ;
9c84ec
  # yes, BINDIR=_sbindir
9c84ec
  BINDIR="%{_sbindir}" ; export BINDIR ;
9c84ec
  LIBDIR="%{_libdir}" ; export LIBDIR ;
9c84ec
  make %{_smp_mflags} V=1
9c84ec
%if %{build_gui}
9c84ec
  QTDIR=%{_libdir}/qt4 make wpa_gui-qt4 %{_smp_mflags}
9c84ec
%endif
9c84ec
  make eapol_test V=1
9c84ec
popd
9c84ec
9c84ec
pushd wpa_supplicant/doc/docbook
9c84ec
  make man V=1
9c84ec
popd
9c84ec
9c84ec
%install
9c84ec
# init scripts
9c84ec
install -D -m 0644 %{SOURCE3} %{buildroot}/%{_unitdir}/%{name}.service
9c84ec
install -D -m 0644 %{SOURCE4} %{buildroot}/%{_sysconfdir}/sysconfig/%{name}
9c84ec
install -D -m 0644 %{SOURCE6} %{buildroot}/%{_sysconfdir}/logrotate.d/%{name}
9c84ec
9c84ec
# config
9c84ec
install -D -m 0600 %{SOURCE2} %{buildroot}/%{_sysconfdir}/%{name}/%{name}.conf
9c84ec
9c84ec
# binary
9c84ec
install -d %{buildroot}/%{_sbindir}
9c84ec
install -m 0755 %{name}/wpa_passphrase %{buildroot}/%{_sbindir}
9c84ec
install -m 0755 %{name}/wpa_cli %{buildroot}/%{_sbindir}
9c84ec
install -m 0755 %{name}/wpa_supplicant %{buildroot}/%{_sbindir}
9c84ec
install -m 0755 %{name}/eapol_test %{buildroot}/%{_sbindir}
9c84ec
install -D -m 0644 %{name}/dbus/dbus-wpa_supplicant.conf %{buildroot}/%{_sysconfdir}/dbus-1/system.d/wpa_supplicant.conf
9c84ec
install -D -m 0644 %{name}/dbus/fi.w1.wpa_supplicant1.service %{buildroot}/%{_datadir}/dbus-1/system-services/fi.w1.wpa_supplicant1.service
9c84ec
install -D -m 0644 %{name}/dbus/fi.epitest.hostap.WPASupplicant.service %{buildroot}/%{_datadir}/dbus-1/system-services/fi.epitest.hostap.WPASupplicant.service
9c84ec
9c84ec
%if %{build_gui}
9c84ec
# gui
9c84ec
install -d %{buildroot}/%{_bindir}
9c84ec
install -m 0755 %{name}/wpa_gui-qt4/wpa_gui %{buildroot}/%{_bindir}
9c84ec
%endif
9c84ec
9c84ec
install -d -m 0755 %{buildroot}%{_rundir}/%{name}
9c84ec
9c84ec
# man pages
9c84ec
install -d %{buildroot}%{_mandir}/man{5,8}
9c84ec
install -m 0644 %{name}/doc/docbook/*.8 %{buildroot}%{_mandir}/man8
9c84ec
install -m 0644 %{name}/doc/docbook/*.5 %{buildroot}%{_mandir}/man5
9c84ec
9c84ec
# some cleanup in docs and examples
9c84ec
rm -f  %{name}/doc/.cvsignore
9c84ec
rm -rf %{name}/doc/docbook
9c84ec
chmod -R 0644 %{name}/examples/*.py
9c84ec
9c84ec
%post
9c84ec
if [ $1 -eq 1 ] ; then 
9c84ec
    # Initial installation 
9c84ec
    /bin/systemctl daemon-reload >/dev/null 2>&1 || :
9c84ec
fi
9c84ec
9c84ec
%preun
9c84ec
if [ $1 -eq 0 ] ; then
9c84ec
    # Package removal, not upgrade
9c84ec
    /bin/systemctl --no-reload disable wpa_supplicant.service > /dev/null 2>&1 || :
9c84ec
    /bin/systemctl stop wpa_supplicant.service > /dev/null 2>&1 || :
9c84ec
fi
9c84ec
9c84ec
%triggerun -- wpa_supplicant < 0.7.3-10
9c84ec
# Save the current service runlevel info
9c84ec
# User must manually run systemd-sysv-convert --apply wpa_supplicant
9c84ec
# to migrate them to systemd targets
9c84ec
/usr/bin/systemd-sysv-convert --save wpa_supplicant >/dev/null 2>&1 ||:
9c84ec
9c84ec
# Run these because the SysV package being removed won't do them
9c84ec
/sbin/chkconfig --del wpa_supplicant >/dev/null 2>&1 || :
9c84ec
/bin/systemctl try-restart wpa_supplicant.service >/dev/null 2>&1 || :
9c84ec
9c84ec
9c84ec
%files
9c84ec
%license COPYING
9c84ec
%doc %{name}/ChangeLog README %{name}/eap_testing.txt %{name}/todo.txt %{name}/wpa_supplicant.conf %{name}/examples
9c84ec
%config(noreplace) %{_sysconfdir}/%{name}/%{name}.conf
9c84ec
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
9c84ec
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
9c84ec
%{_unitdir}/%{name}.service
9c84ec
%{_sysconfdir}/dbus-1/system.d/%{name}.conf
9c84ec
%{_datadir}/dbus-1/system-services/fi.epitest.hostap.WPASupplicant.service
9c84ec
%{_datadir}/dbus-1/system-services/fi.w1.wpa_supplicant1.service
9c84ec
%{_sbindir}/wpa_passphrase
9c84ec
%{_sbindir}/wpa_supplicant
9c84ec
%{_sbindir}/wpa_cli
9c84ec
%{_sbindir}/eapol_test
9c84ec
%ghost %attr(755,root,root) %verify(not owner group) %{_rundir}/%{name}
9c84ec
%dir %{_sysconfdir}/%{name}
9c84ec
%{_mandir}/man8/*
9c84ec
%{_mandir}/man5/*
9c84ec
9c84ec
%if %{build_gui}
9c84ec
%files gui
9c84ec
%{_bindir}/wpa_gui
9c84ec
%endif
9c84ec
9c84ec
%changelog
9c84ec
* Tue Aug 28 2018 Davide Caratti <dcaratti@redhat.com> - 1:2.6-12
9c84ec
- Ignore unauthenticated encrypted EAPOL-Key data (CVE-2018-14526)
9c84ec
9c84ec
* Fri Jun  1 2018 Davide Caratti <dcaratti@redhat.com> - 1:2.6-11
9c84ec
- Better handling of /run/wpa_supplicant (rh #1507919)
9c84ec
9c84ec
* Fri May 18 2018 Davide Caratti <dcaratti@redhat.com> - 1:2.6-10
9c84ec
- Fix memory leak when macsec MKA/PSK is used (rh #1500442)
9c84ec
- Fix authentication failure when the MAC is updated externally (rh #1490885)
9c84ec
- Let the kernel discard EAPOL if packet type is PACKET_OTHERHOST (rh #1434434)
9c84ec
- Don't restart wpa_supplicant.service on package upgrade (rh #1505404)
9c84ec
- Don't own a directory in /run/ (rh #1507919)
9c84ec
9c84ec
* Mon Jan  8 2018 Davide Caratti <dcaratti@redhat.com> - 1:2.6-9
9c84ec
- Fix RPMDiff failures on ppc (rh #1532320)
9c84ec
9c84ec
* Fri Jan  5 2018 Davide Caratti <dcaratti@redhat.com> - 1:2.6-8
9c84ec
- Fix build issue on kernel-alt (rh #1531254)
9c84ec
9c84ec
* Wed Oct 18 2017 Davide Caratti <dcaratti@redhat.com> - 1:2.6-7
9c84ec
- avoid key reinstallation (CVE-2017-13077, CVE-2017-13078, CVE-2017-13079,
9c84ec
  CVE-2017-13080, CVE-2017-13081, CVE-2017-13082, CVE-2017-13086,
9c84ec
  CVE-2017-13087, CVE-2017-13088)
9c84ec
9c84ec
* Thu Oct 05 2017 Davide Caratti <dcaratti@redhat.com> - 1:2.6-6
9c84ec
- Fix segmentation fault on EAPOL RX if macsec.ko is not loaded (rh #1489919)
9c84ec
9c84ec
* Wed May 17 2017 Davide Caratti <dcaratti@redhat.com> - 1:2.6-5
9c84ec
- macsec: Fix segmentation fault in case macsec.ko is not loaded (rh #1440646)
9c84ec
- nl80211: Fix race condition in detecting MAC change (rh #1447073)
9c84ec
9c84ec
* Mon Apr  3 2017 Lubomir Rintel <lrintel@redhat.com> - 1:2.6-4
9c84ec
- Include MACsec headers (rh #1438007)
9c84ec
9c84ec
* Fri Mar 10 2017 Davide Caratti <dcaratti@redhat.com> - 1:2.6-3
9c84ec
- Fix coverity failures (rh #1430407)
9c84ec
9c84ec
* Tue Mar  7 2017 Davide Caratti <dcaratti@redhat.com> - 1:2.6-2
9c84ec
- Backport support for IEEE 802.1AE MACsec (rh #1338005)
9c84ec
9c84ec
* Fri Feb 10 2017 Davide Caratti <dcaratti@redhat.com> - 1:2.6-1
9c84ec
- Update to 2.6 (rh #1404793)
9c84ec
9c84ec
* Fri Dec 16 2016 Davide Caratti <dcaratti@redhat.com> - 1:2.0-22
9c84ec
- bump revision for RHEL7.4 rebuild
9c84ec
9c84ec
* Tue Aug  9 2016 Davide Caratti <dcaratti@redhat.com> - 1:2.0-21
9c84ec
- fix wpa_supplicant.sysconfig to avoid duplicate -u and -f arguments (rh #1351388)
9c84ec
9c84ec
* Mon Mar 21 2016 Lubomir Rintel <lrintel@redhat.com> - 1:2.0-20
9c84ec
- D-Bus: Don't do <deny send_interface="..." /> in dbus service file (rh #1319796)
9c84ec
9c84ec
* Mon Jan 11 2016 Lubomir Rintel <lrintel@redhat.com> - 1:2.0-19
9c84ec
- nl80211: resubscribe to netlink events when cfg80211 gets re-added (rh #1085473)
9c84ec
9c84ec
* Tue Dec  1 2015 Jiří Klimeš <jklimes@redhat.com> - 1:2.0-18
9c84ec
- spec: do not install wpa_supplicant.service as executable (rh #1286965)
9c84ec
9c84ec
* Wed May 20 2015 Jiří Klimeš <jklimes@redhat.com> - 1:2.0-17
9c84ec
- AP WMM: Fix integer underflow in WMM Action frame parser (rh #1221178) (rh #1222016)
9c84ec
9c84ec
* Tue Apr 28 2015 Dan Winship <danw@redhat.com> - 1:2.0-16
9c84ec
- P2P: Validate SSID element length before copying it (CVE-2015-1863)
9c84ec
9c84ec
* Wed Jan 14 2015  <danw@redhat.com> - 1:2.0-15
9c84ec
- Add domain_match config option from upstream (rh #1178263)
9c84ec
- Include peer certificate in EAP events for use by clients
9c84ec
9c84ec
* Wed Oct 22 2014 Dan Williams <dcbw@redhat.com> - 1:2.0-14
9c84ec
- Use os_exec() for action script execution (CVE-2014-3686)
9c84ec
9c84ec
* Mon Jul 14 2014 Thomas Haller 
9c84ec
- cleanup spec file and remove obsolete libeap parts (rh #1085240)
9c84ec
9c84ec
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1:2.0-12
9c84ec
- Mass rebuild 2014-01-24
9c84ec
9c84ec
* Mon Jan 20 2014 Dan Williams <dcbw@redhat.com> - 1:2.0-11
9c84ec
- Add eapol_test manpage (rh #948453)
9c84ec
9c84ec
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1:2.0-10
9c84ec
- Mass rebuild 2013-12-27
9c84ec
9c84ec
* Mon Dec 16 2013 Dan Williams <dcbw@redhat.com> - 1:2.0-9
9c84ec
- Don't disconnect when PMKSA cache gets too large (rh #1032758) (rh #1016707)
9c84ec
9c84ec
* Mon Dec 16 2013 Dan Winship <danw@redhat.com> - 1:2.0-8
9c84ec
- Fill in some gaps in the man pages (rh #948453)
9c84ec
9c84ec
* Wed Jul 10 2013 Dan Williams <dcbw@redhat.com> - 1:2.0-6
9c84ec
- Enable full RELRO/PIE/PIC for wpa_supplicant and libeap
9c84ec
- Fix changelog dates
9c84ec
9c84ec
* Wed Jul 10 2013 Dan Williams <dcbw@redhat.com> - 1:2.0-5
9c84ec
- Build and package eapol_test (rh #638218)
9c84ec
9c84ec
* Wed Jul 10 2013 Dan Williams <dcbw@redhat.com> - 1:2.0-4
9c84ec
- Disable WiMAX libeap hack for RHEL
9c84ec
9c84ec
* Wed May 15 2013 Dan Williams <dcbw@redhat.com> - 1:2.0-3
9c84ec
- Enable HT (802.11n) for AP mode
9c84ec
9c84ec
* Tue May  7 2013 Dan Williams <dcbw@redhat.com> - 1:2.0-2
9c84ec
- Use hardened build macros and ensure they apply to libeap too
9c84ec
9c84ec
* Mon May  6 2013 Dan Williams <dcbw@redhat.com> - 1:2.0-1
9c84ec
- Update to 2.0
9c84ec
- Be less aggressive when roaming due to signal strength changes (rh #837402)
9c84ec
9c84ec
* Mon Apr  1 2013 Dan Williams <dcbw@redhat.com> - 1:1.1-1
9c84ec
- Update to 1.1
9c84ec
- Be less aggressive when roaming due to signal strength changes
9c84ec
9c84ec
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0-4
9c84ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
9c84ec
9c84ec
* Sun Jan 20 2013 Dan Horák <dan@danny.cz> - 1:1.0-3
9c84ec
- rebuilt again for fixed soname in libnl3
9c84ec
9c84ec
* Sun Jan 20 2013 Kalev Lember <kalevlember@gmail.com> - 1:1.0-2
9c84ec
- Rebuilt for libnl3
9c84ec
9c84ec
* Wed Aug 29 2012 Dan Williams <dcbw@redhat.com> - 1:1.0-1
9c84ec
- Enable lightweight AP mode support
9c84ec
- Enable P2P (WiFi Direct) support
9c84ec
- Enable RSN IBSS/AdHoc support
9c84ec
9c84ec
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0-0.5
9c84ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
9c84ec
9c84ec
* Tue May  1 2012 Dan Williams <dcbw@redhat.com> - 1:1.0-0.4
9c84ec
- Update to wpa_supplicant 1.0-rc3
9c84ec
- Fix systemd target dependencies (rh #815091)
9c84ec
9c84ec
* Fri Mar  2 2012 Dan Williams <dcbw@redhat.com> - 1:1.0-0.3
9c84ec
- Update to latest 1.0 git snapshot
9c84ec
- Rebuild against libnl3
9c84ec
9c84ec
* Thu Feb  2 2012 Dan Williams <dcbw@redhat.com> - 1:1.0-0.2
9c84ec
- Fix driver fallback for non nl80211-based drivers (rh #783712)
9c84ec
9c84ec
* Tue Jan 10 2012 Dan Williams <dcbw@redhat.com> - 1:1.0-0.1
9c84ec
- Update to 1.0-rc1 + git
9c84ec
9c84ec
* Fri Sep  9 2011 Tom Callaway <spot@fedoraproject.org> - 1:0.7.3-11
9c84ec
- add missing systemd scriptlets
9c84ec
9c84ec
* Thu Sep  8 2011 Tom Callaway <spot@fedoraproject.org> - 1:0.7.3-10
9c84ec
- convert to systemd
9c84ec
9c84ec
* Wed Jul 27 2011 Dan Williams <dcbw@redhat.com> - 1:0.7.3-9
9c84ec
- Fix various crashes with D-Bus interface (rh #678625) (rh #725517)
9c84ec
9c84ec
* Tue May  3 2011 Dan Williams <dcbw@redhat.com> - 1:0.7.3-8
9c84ec
- Don't crash when trying to access invalid properties via D-Bus (rh #678625)
9c84ec
9c84ec
* Mon May  2 2011 Dan Williams <dcbw@redhat.com> - 1:0.7.3-7
9c84ec
- Make examples read-only to avoid erroneous python dependency (rh #687952)
9c84ec
9c84ec
* Tue Apr 19 2011 Bill Nottingham <notting@redhat.com> - 1:0.7.3-6
9c84ec
- Fix EAP patch to only apply when building libeap
9c84ec
9c84ec
* Fri Mar 25 2011 Bill Nottingham <notting@redhat.com> - 1:0.7.3-5
9c84ec
- Add libeap/libeap-devel subpackge for WiMAX usage
9c84ec
9c84ec
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.7.3-4
9c84ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
9c84ec
9c84ec
* Tue Jan 11 2011 Dan Williams <dcbw@redhat.com> - 1:0.7.3-3
9c84ec
- Enable EAP-TNC (rh #659038)
9c84ec
9c84ec
* Wed Dec 15 2010 Dan Williams <dcbw@redhat.com> - 1:0.7.3-2
9c84ec
- Enable the bgscan_simple plugin
9c84ec
9c84ec
* Wed Dec  8 2010 Dan Williams <dcbw@redhat.com> - 1:0.7.3-1
9c84ec
- Update to 0.7.3
9c84ec
- Drop upstreamed and backported patches
9c84ec
- Drop support for Qt3
9c84ec
9c84ec
* Thu Oct  7 2010 Peter Lemenkov <lemenkov@gmail.com> - 1:0.6.8-11
9c84ec
- Added comments to some patches (see rhbz #226544#c17)
9c84ec
- Shortened %%install section a bit
9c84ec
9c84ec
* Thu May 13 2010 Dan Williams <dcbw@redhat.com> - 1:0.6.8-10
9c84ec
- Remove prereq on chkconfig
9c84ec
- Build GUI with qt4 for rawhide (rh #537105)
9c84ec
9c84ec
* Thu May  6 2010 Dan Williams <dcbw@redhat.com> - 1:0.6.8-9
9c84ec
- Fix crash when interfaces are removed (like suspend/resume) (rh #589507)
9c84ec
9c84ec
* Wed Jan  6 2010 Dan Williams <dcbw@redhat.com> - 1:0.6.8-8
9c84ec
- Fix handling of newer PKCS#12 files (rh #541924)
9c84ec
9c84ec
* Sun Nov 29 2009 Dan Williams <dcbw@redhat.com> - 1:0.6.8-7
9c84ec
- Fix supplicant initscript return value (rh #521807)
9c84ec
- Fix race when connecting to WPA-Enterprise/802.1x-enabled access points (rh #508509)
9c84ec
- Don't double-scan when attempting to associate
9c84ec
9c84ec
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 1:0.6.8-6
9c84ec
- rebuilt with new openssl
9c84ec
9c84ec
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.6.8-5
9c84ec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
9c84ec
9c84ec
* Wed May 13 2009 Dan Williams <dcbw@redhat.com> - 1:0.6.8-4
9c84ec
- Let D-Bus clients know when the supplicant is scanning
9c84ec
9c84ec
* Tue May 12 2009 Dan Williams <dcbw@redhat.com> - 1:0.6.8-3
9c84ec
- Ensure the supplicant starts and ends with clean driver state
9c84ec
- Handle driver disconnect spammage by forcibly clearing SSID
9c84ec
- Don't switch access points unless the current association is dire (rh #493745)
9c84ec
9c84ec
* Tue May 12 2009 Dan Williams <dcbw@redhat.com> - 1:0.6.8-2
9c84ec
- Avoid creating bogus Ad-Hoc networks when forcing the driver to disconnect (rh #497771)
9c84ec
9c84ec
* Mon Mar  9 2009 Dan Williams <dcbw@redhat.com> - 1:0.6.8-1
9c84ec
- Update to latest upstream release
9c84ec
9c84ec
* Wed Feb 25 2009 Colin Walters <walters@verbum.org> - 1:0.6.7-4
9c84ec
- Add patch from upstream to suppress unrequested replies, this
9c84ec
  quiets a dbus warning.
9c84ec
9c84ec
* Fri Feb  6 2009 Dan Williams <dcbw@redhat.com> - 1:0.6.7-3
9c84ec
- Fix scan result retrieval in very dense wifi environments
9c84ec
9c84ec
* Fri Feb  6 2009 Dan Williams <dcbw@redhat.com> - 1:0.6.7-2
9c84ec
- Ensure that drivers don't retry association when they aren't supposed to
9c84ec
9c84ec
* Fri Jan 30 2009 Dan Williams <dcbw@redhat.com> - 1:0.6.7-1
9c84ec
- Fix PEAP connections to Windows Server 2008 authenticators (rh #465022)
9c84ec
- Stop supplicant on uninstall (rh #447843)
9c84ec
- Suppress scan results message in logs (rh #466601)
9c84ec
9c84ec
* Sun Jan 18 2009 Tomas Mraz <tmraz@redhat.com> - 1:0.6.4-3
9c84ec
- rebuild with new openssl
9c84ec
9c84ec
* Wed Oct 15 2008 Dan Williams <dcbw@redhat.com> - 1:0.6.4-2
9c84ec
- Handle encryption keys correctly when switching 802.11 modes (rh #459399)
9c84ec
- Better scanning behavior on resume from suspend/hibernate
9c84ec
- Better interaction with newer kernels and drivers
9c84ec
9c84ec
* Wed Aug 27 2008 Dan Williams <dcbw@redhat.com> - 1:0.6.4-1
9c84ec
- Update to 0.6.4
9c84ec
- Remove 'hostap', 'madwifi', and 'prism54' drivers; use standard 'wext' instead
9c84ec
- Drop upstreamed patches
9c84ec
9c84ec
* Tue Jun 10 2008 Dan Williams <dcbw@redhat.com> - 1:0.6.3-6
9c84ec
- Fix 802.11a frequency bug
9c84ec
- Always schedule specific SSID scans to help find hidden APs
9c84ec
- Properly switch between modes on mac80211 drivers
9c84ec
- Give adhoc connections more time to assocate
9c84ec
9c84ec
* Mon Mar 10 2008 Christopher Aillon <caillon@redhat.com> - 1:0.6.3-5
9c84ec
- BuildRequires qt3-devel
9c84ec
9c84ec
* Sat Mar  8 2008 Dan Williams <dcbw@redhat.com> - 1:0.6.3-4
9c84ec
- Fix log file path in service config file
9c84ec
9c84ec
* Thu Mar  6 2008 Dan Williams <dcbw@redhat.com> - 1:0.6.3-3
9c84ec
- Don't start the supplicant by default when installed (rh #436380)
9c84ec
9c84ec
* Tue Mar  4 2008 Dan Williams <dcbw@redhat.com> - 1:0.6.3-2
9c84ec
- Fix a potential use-after-free in the D-Bus byte array demarshalling code
9c84ec
9c84ec
* Mon Mar  3 2008 Dan Williams <dcbw@redhat.com> - 1:0.6.3-1
9c84ec
- Update to latest development release; remove upstreamed patches
9c84ec
9c84ec
* Fri Feb 22 2008 Dan Williams <dcbw@redhat.com> 1:0.5.7-23
9c84ec
- Fix gcc 4.3 rebuild issues
9c84ec
9c84ec
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1:0.5.7-22
9c84ec
- Autorebuild for GCC 4.3
9c84ec
9c84ec
* Tue Dec 25 2007 Dan Williams <dcbw@redhat.com> - 0.5.7-21
9c84ec
- Backport 'frequency' option for Ad-Hoc network configs
9c84ec
9c84ec
* Mon Dec 24 2007 Dan Williams <dcbw@redhat.com> - 0.5.7-20
9c84ec
- Fix LSB initscript header to ensure 'messagebus' is started first (rh #244029)
9c84ec
9c84ec
* Thu Dec  6 2007 Dan Williams <dcbw@redhat.com> - 1:0.5.7-19
9c84ec
- Fix two leaks when signalling state and scan results (rh #408141)
9c84ec
- Add logrotate config file (rh #404181)
9c84ec
- Add new LSB initscript header to initscript with correct deps (rh #244029)
9c84ec
- Move other runtime arguments to /etc/sysconfig/wpa_supplicant
9c84ec
- Start after messagebus service (rh #385191)
9c84ec
- Fix initscript 'condrestart' command (rh #217281)
9c84ec
9c84ec
* Tue Dec  4 2007 Matthias Clasen <mclasen@redhat.com> - 1:0.5.7-18
9c84ec
- Rebuild against new openssl
9c84ec
9c84ec
* Tue Dec  4 2007 Ville Skyttä <ville.skytta at iki.fi> - 1:0.5.7-17
9c84ec
- Group: Application/System -> Applications/System in -gui.
9c84ec
9c84ec
* Tue Nov 13 2007 Dan Williams <dcbw@redhat.com> - 0.5.7-16
9c84ec
- Add IW_ENCODE_TEMP patch for airo driver and Dynamic WEP
9c84ec
- Fix error in wpa_supplicant-0.5.7-ignore-dup-ca-cert-addition.patch that
9c84ec
    caused the last error to not be printed
9c84ec
- Fix wpa_supplicant-0.5.7-ignore-dup-ca-cert-addition.patch to ignore
9c84ec
    duplicate cert additions for all certs and keys
9c84ec
- Change license to BSD due to linkage against OpenSSL since there is no
9c84ec
    OpenSSL exception in the GPLv2 license text that upstream ships
9c84ec
9c84ec
* Sun Oct 28 2007 Dan Williams <dcbw@redhat.com> - 0.5.7-15
9c84ec
- Fix Dynamic WEP associations with mac80211-based drivers
9c84ec
9c84ec
* Sun Oct 28 2007 Dan Williams <dcbw@redhat.com> - 0.5.7-14
9c84ec
- Don't error an association on duplicate CA cert additions
9c84ec
9c84ec
* Wed Oct 24 2007 Dan Williams <dcbw@redhat.com> - 0.5.7-13
9c84ec
- Correctly set the length of blobs added via the D-Bus interface
9c84ec
9c84ec
* Wed Oct 24 2007 Dan Williams <dcbw@redhat.com> - 0.5.7-12
9c84ec
- Fix conversion of byte arrays to strings by ensuring the buffer is NULL
9c84ec
    terminated after conversion
9c84ec
9c84ec
* Sat Oct 20 2007 Dan Williams <dcbw@redhat.com> - 0.5.7-11
9c84ec
- Add BLOB support to the D-Bus interface
9c84ec
- Fix D-Bus interface permissions so that only root can use the wpa_supplicant
9c84ec
    D-Bus interface
9c84ec
9c84ec
* Tue Oct  9 2007 Dan Williams <dcbw@redhat.com> - 0.5.7-10
9c84ec
- Don't segfault with dbus control interface enabled and invalid network
9c84ec
    interface (rh #310531)
9c84ec
9c84ec
* Tue Sep 25 2007 Dan Williams <dcbw@redhat.com> - 0.5.7-9
9c84ec
- Always allow explicit wireless scans triggered from a control interface
9c84ec
9c84ec
* Thu Sep 20 2007 Dan Williams <dcbw@redhat.com> - 0.5.7-8
9c84ec
- Change system bus activation file name to work around D-Bus bug that fails
9c84ec
    to launch services unless their .service file is named the same as the
9c84ec
    service itself
9c84ec
9c84ec
* Fri Aug 24 2007 Dan Williams <dcbw@redhat.com> - 0.5.7-7
9c84ec
- Make SIGUSR1 change debug level on-the-fly; useful in combination with
9c84ec
    the -f switch to log output to /var/log/wpa_supplicant.log
9c84ec
- Stop stripping binaries on install so we get debuginfo packages
9c84ec
- Remove service start requirement for interfaces & devices from sysconfig file,
9c84ec
    since wpa_supplicant's D-Bus interface is now turned on
9c84ec
9c84ec
* Fri Aug 17 2007 Dan Williams <dcbw@redhat.com> - 0.5.7-6
9c84ec
- Fix compilation with RPM_OPT_FLAGS (rh #249951)
9c84ec
- Make debug output to logfile a runtime option
9c84ec
9c84ec
* Fri Aug 17 2007 Christopher Aillon <caillon@redhat.com> - 0.5.7-5
9c84ec
- Update the license tag
9c84ec
9c84ec
* Tue Jun 19 2007 Dan Williams <dcbw@redhat.com> - 0.5.7-4
9c84ec
- Fix initscripts to use -Dwext by default, be more verbose on startup
9c84ec
    (rh #244511)
9c84ec
9c84ec
* Mon Jun  4 2007 Dan Williams <dcbw@redhat.com> - 0.5.7-3
9c84ec
- Fix buffer overflow by removing syslog patch (#rh242455)
9c84ec
9c84ec
* Mon Apr  9 2007 Dan Williams <dcbw@redhat.com> - 0.5.7-2
9c84ec
- Add patch to send output to syslog
9c84ec
9c84ec
* Thu Mar 15 2007 Dan Williams <dcbw@redhat.com> - 0.5.7-1
9c84ec
- Update to 0.5.7 stable release
9c84ec
9c84ec
* Fri Oct 27 2006 Dan Williams <dcbw@redhat.com> - 0.4.9-1
9c84ec
- Update to 0.4.9 for WE-21 fixes, remove upstreamed patches
9c84ec
- Don't package doc/ because they aren't actually wpa_supplicant user documentation,
9c84ec
    and becuase it pulls in perl
9c84ec
9c84ec
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.4.8-10.1
9c84ec
- rebuild
9c84ec
9c84ec
* Thu Apr 27 2006 Dan Williams <dcbw@redhat.com> - 0.4.8-10
9c84ec
- Add fix for madwifi and WEP (wpa_supplicant/hostap bud #140) (#rh190075#)
9c84ec
- Fix up madwifi-ng private ioctl()s for r1331 and later
9c84ec
- Update madwifi headers to r1475
9c84ec
9c84ec
* Tue Apr 25 2006 Dan Williams <dcbw@redhat.com> - 0.4.8-9
9c84ec
- Enable Wired driver, PKCS12, and Smartcard options (#rh189805#)
9c84ec
9c84ec
* Tue Apr 11 2006 Dan Williams <dcbw@redhat.com> - 0.4.8-8
9c84ec
- Fix control interface key obfuscation a bit
9c84ec
9c84ec
* Sun Apr  2 2006 Dan Williams <dcbw@redhat.com> - 0.4.8-7
9c84ec
- Work around older & incorrect drivers that return null-terminated SSIDs
9c84ec
9c84ec
* Mon Mar 27 2006 Dan Williams <dcbw@redhat.com> - 0.4.8-6
9c84ec
- Add patch to make orinoco happy with WEP keys
9c84ec
- Enable Prism54-specific driver
9c84ec
- Disable ipw-specific driver; ipw2x00 should be using WEXT instead
9c84ec
9c84ec
* Fri Mar  3 2006 Dan Williams <dcbw@redhat.com> - 0.4.8-5
9c84ec
- Increase association timeout, mainly for drivers that don't
9c84ec
	fully support WPA ioctls yet
9c84ec
9c84ec
* Fri Mar  3 2006 Dan Williams <dcbw@redhat.com> - 0.4.8-4
9c84ec
- Add additional BuildRequires #rh181914#
9c84ec
- Add prereq on chkconfig #rh182905# #rh182906#
9c84ec
- Own /var/run/wpa_supplicant and /etc/wpa_supplicant #rh183696#
9c84ec
9c84ec
* Wed Mar  1 2006 Dan Williams <dcbw@redhat.com> - 0.4.8-3
9c84ec
- Install wpa_passphrase too #rh183480#
9c84ec
9c84ec
* Mon Feb 27 2006 Dan Williams <dcbw@redhat.com> - 0.4.8-2
9c84ec
- Don't expose private data on the control interface unless requested
9c84ec
9c84ec
* Fri Feb 24 2006 Dan Williams <dcbw@redhat.com> - 0.4.8-1
9c84ec
- Downgrade to 0.4.8 stable release rather than a dev release
9c84ec
9c84ec
* Sun Feb 12 2006 Dan Williams <dcbw@redhat.com> - 0.5.1-3
9c84ec
- Documentation cleanup (Terje Rosten <terje.rosten@ntnu.no>)
9c84ec
9c84ec
* Sun Feb 12 2006 Dan Williams <dcbw@redhat.com> - 0.5.1-2
9c84ec
- Move initscript to /etc/rc.d/init.d
9c84ec
9c84ec
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.5.1-1.2
9c84ec
- bump again for double-long bug on ppc(64)
9c84ec
9c84ec
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.5.1-1.1
9c84ec
- rebuilt for new gcc4.1 snapshot and glibc changes
9c84ec
9c84ec
* Sun Feb  5 2006 Dan Williams <dcbw@redhat.com> 0.5.1-1
9c84ec
- Update to 0.5.1
9c84ec
- Add WE auth fallback to actually work with older drivers
9c84ec
9c84ec
* Thu Jan 26 2006 Dan Williams <dcbw@redhat.com> 0.4.7-2
9c84ec
- Bring package into Fedora Core
9c84ec
- Add ap_scan control interface patch
9c84ec
- Enable madwifi-ng driver
9c84ec
9c84ec
* Sun Jan 15 2006 Douglas E. Warner <silfreed@silfreed.net> 0.4.7-1
9c84ec
- upgrade to 0.4.7
9c84ec
- added package w/ wpa_gui in it
9c84ec
9c84ec
* Mon Nov 14 2005 Douglas E. Warner <silfreed@silfreed.net> 0.4.6-1
9c84ec
- upgrade to 0.4.6
9c84ec
- adding ctrl interface changes recommended 
9c84ec
  by Hugo Paredes <hugo.paredes@e-know.org>
9c84ec
9c84ec
* Sun Oct  9 2005 Douglas E. Warner <silfreed@silfreed.net> 0.4.5-1
9c84ec
- upgrade to 0.4.5
9c84ec
- updated config file wpa_supplicant is built with
9c84ec
  especially, the ipw2100 driver changed to just ipw
9c84ec
  and enabled a bunch more EAP
9c84ec
- disabled dist tag
9c84ec
9c84ec
* Thu Jun 30 2005 Douglas E. Warner <silfreed@silfreed.net> 0.4.2-3
9c84ec
- fix typo in init script
9c84ec
9c84ec
* Thu Jun 30 2005 Douglas E. Warner <silfreed@silfreed.net> 0.4.2-2
9c84ec
- fixing init script using fedora-extras' template
9c84ec
- removing chkconfig default startup
9c84ec
9c84ec
* Tue Jun 21 2005 Douglas E. Warner <silfreed@silfreed.net> 0.4.2-1
9c84ec
- upgrade to 0.4.2
9c84ec
- new sample conf file that will use any unrestricted AP
9c84ec
- make sysconfig config entry
9c84ec
- new BuildRoot for Fedora Extras
9c84ec
- adding dist tag to Release
9c84ec
9c84ec
* Fri May 06 2005 Douglas E. Warner <silfreed@silfreed.net> 0.3.8-1
9c84ec
- upgrade to 0.3.8
9c84ec
9c84ec
* Thu Feb 10 2005 Douglas E. Warner <silfreed@silfreed.net> 0.3.6-2
9c84ec
- compile ipw driver in
9c84ec
9c84ec
* Wed Feb 09 2005 Douglas E. Warner <silfreed@silfreed.net> 0.3.6-1
9c84ec
- upgrade to 0.3.6
9c84ec
9c84ec
* Thu Dec 23 2004 Douglas E. Warner <silfreed@silfreed.net> 0.2.5-4
9c84ec
- fixing init script
9c84ec
9c84ec
* Mon Dec 20 2004 Douglas E. Warner <silfreed@silfreed.net> 0.2.5-3
9c84ec
- fixing init script
9c84ec
- adding post/preun items to add/remove via chkconfig
9c84ec
9c84ec
* Mon Dec 20 2004 Douglas E. Warner <silfreed@silfreed.net> 0.2.5-2
9c84ec
- adding sysV scripts
9c84ec
9c84ec
* Mon Dec 20 2004 Douglas E. Warner <silfreed@silfreed.net> 0.2.5-1
9c84ec
- Initial RPM release.
9c84ec