OBS User unknown 2008-09-23 23:04:39 +00:00 committed by Git OBS Bridge
parent 8177aa1431
commit 07ee631303
2 changed files with 64 additions and 55 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 23 01:02:15 CEST 2008 - ro@suse.de
- drop madwifi from buildrequires (not needed here)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 14 14:59:13 CET 2007 - jg@suse.de Wed Mar 14 14:59:13 CET 2007 - jg@suse.de

View File

@ -1,41 +1,43 @@
# #
# spec file for package hostap-utils (Version 0.4.7) # spec file for package hostap-utils (Version 0.4.7)
# #
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
# #
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild # norootforbuild
Name: hostap-utils Name: hostap-utils
BuildRequires: openssl-devel BuildRequires: openssl-devel
%ifarch %ix86 x86_64 Summary: Tools for Prism2 cards
BuildRequires: madwifi-devel
%endif
Summary: Turns Your WLAN Card into an Access Point
Version: 0.4.7 Version: 0.4.7
Release: 1 Release: 179
Group: Hardware/Other Group: Hardware/Wifi
License: GNU General Public License (GPL) License: GPL v2 or later
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
#Provides: #Provides:
#Requires: #Requires:
#Conflicts: #Conflicts:
URL: http://hostap.epitest.fi/ Url: http://hostap.epitest.fi/
Autoreqprov: on AutoReqProv: on
Source: hostap-utils-%{version}.tar.bz2 Source: hostap-utils-%{version}.tar.bz2
Patch: hostap-utils.diff Patch: hostap-utils.diff
%description %description
This is a Linux driver for wireless LAN cards based on Intersil's This package contains various tools for configuring Prism2 cards driven
Prism2/2.5 chipset. The driver supports a Host AP mode--it takes care by the HostAP kernel module. In particular, it contains a utility to
of IEEE 802.11 management functions in the host computer and acts as an query and flash firmware of Prism2 adapters.
access point. This does not require any special firmware for the
wireless LAN card. In addition to this, it has some support for normal
station operations in BSS and possible also in IBSS.
@ -69,9 +71,11 @@ rm -rf $RPM_BUILD_ROOT
%doc README ChangeLog %doc README ChangeLog
%changelog %changelog
* Wed Mar 14 2007 - jg@suse.de * Tue Sep 23 2008 ro@suse.de
- drop madwifi from buildrequires (not needed here)
* Wed Mar 14 2007 jg@suse.de
- split hostap-utils off into own package - split hostap-utils off into own package
* Mon Sep 18 2006 - jg@suse.de * Mon Sep 18 2006 jg@suse.de
- hostap-utils: Fixed usage of uninitialised variable (bug 184410) - hostap-utils: Fixed usage of uninitialised variable (bug 184410)
- hostapd: Update to version 0.4.9, changes: - hostapd: Update to version 0.4.9, changes:
* added a new configuration option, eapol_version, that can be * added a new configuration option, eapol_version, that can be
@ -82,13 +86,13 @@ rm -rf $RPM_BUILD_ROOT
* fixed stdarg use in hostapd_logger(): if both stdout and syslog * fixed stdarg use in hostapd_logger(): if both stdout and syslog
logging was enabled, hostapd could trigger a segmentation fault logging was enabled, hostapd could trigger a segmentation fault
in vsyslog on some CPU -- C library combinations in vsyslog on some CPU -- C library combinations
* Sun Feb 05 2006 - ro@suse.de * Sun Feb 05 2006 ro@suse.de
- use madwifi-devel in BuildRequires - use madwifi-devel in BuildRequires
* Sun Feb 05 2006 - aj@suse.de * Sun Feb 05 2006 aj@suse.de
- Remove BuildRequires on km_wlan. - Remove BuildRequires on km_wlan.
* Wed Jan 25 2006 - mls@suse.de * Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Mon Nov 21 2005 - jg@suse.de * Mon Nov 21 2005 jg@suse.de
- hostapd: update to 0.4.7, changes: - hostapd: update to 0.4.7, changes:
* driver_wired: fixed EAPOL sending to optionally use PAE group * driver_wired: fixed EAPOL sending to optionally use PAE group
address as the destination instead of supplicant MAC address address as the destination instead of supplicant MAC address
@ -99,9 +103,9 @@ rm -rf $RPM_BUILD_ROOT
- hostapd: updated config file - hostapd: updated config file
- hostap-utils: update to 0.4.7 (no changes) - hostap-utils: update to 0.4.7 (no changes)
- use %%{jobs} - use %%{jobs}
* Tue Nov 08 2005 - jg@suse.de * Tue Nov 08 2005 jg@suse.de
- do not build as root - do not build as root
* Fri Nov 04 2005 - jg@suse.de * Fri Nov 04 2005 jg@suse.de
- hostapd, update to 0.4.6, changes: - hostapd, update to 0.4.6, changes:
* added support for replacing user identity from EAP with RADIUS * added support for replacing user identity from EAP with RADIUS
User-Name attribute from Access-Accept message, if that is included, User-Name attribute from Access-Accept message, if that is included,
@ -117,7 +121,7 @@ rm -rf $RPM_BUILD_ROOT
two EAP-Response/Identity frames to the authentication server two EAP-Response/Identity frames to the authentication server
- hostapd: added support for madwifi-ng - hostapd: added support for madwifi-ng
- removed hostap-driver, is part of the kernel now - removed hostap-driver, is part of the kernel now
* Thu Oct 13 2005 - jg@suse.de * Thu Oct 13 2005 jg@suse.de
- hostapd: update to 0.4.5, changes (shortened): - hostapd: update to 0.4.5, changes (shortened):
* added client CA list to the TLS certificate request in order to * added client CA list to the TLS certificate request in order to
make it easier for the client to select which certificate to use make it easier for the client to select which certificate to use
@ -134,9 +138,9 @@ rm -rf $RPM_BUILD_ROOT
- hostap-driver: update to 0.4.5, changes: - hostap-driver: update to 0.4.5, changes:
* added support for WE-19 * added support for WE-19
- hostap-utils: update to 0.4.0 (no real changes) - hostap-utils: update to 0.4.0 (no real changes)
* Thu Sep 08 2005 - jg@suse.de * Thu Sep 08 2005 jg@suse.de
- fixed file permissions - fixed file permissions
* Mon Aug 22 2005 - jg@suse.de * Mon Aug 22 2005 jg@suse.de
- hostap-driver: update to 0.4.4, changes: - hostap-driver: update to 0.4.4, changes:
* added support for pcmcia changes in Linux 2.6.13 * added support for pcmcia changes in Linux 2.6.13
* added support for creating sysfs device files (Linux 2.6.x) * added support for creating sysfs device files (Linux 2.6.x)
@ -148,9 +152,9 @@ rm -rf $RPM_BUILD_ROOT
authentication success rate with some APs that send EAPOL frames authentication success rate with some APs that send EAPOL frames
very quickly after the (re)association response) very quickly after the (re)association response)
* added support for setting channel mask for scan requests * added support for setting channel mask for scan requests
* Sun Aug 07 2005 - ro@suse.de * Mon Aug 08 2005 ro@suse.de
- fix build with current wireless drivers - fix build with current wireless drivers
* Mon Jul 11 2005 - jg@suse.de * Mon Jul 11 2005 jg@suse.de
- hostapd: update to 0.3.9, changes: - hostapd: update to 0.3.9, changes:
* fixed a bug which caused some RSN pre-authentication cases to * fixed a bug which caused some RSN pre-authentication cases to
use freed memory and potentially crash hostapd use freed memory and potentially crash hostapd
@ -168,23 +172,23 @@ rm -rf $RPM_BUILD_ROOT
* fixed background scans (iwlist wlan0 scan) not to break data * fixed background scans (iwlist wlan0 scan) not to break data
connection when in host_roaming 2 mode connection when in host_roaming 2 mode
* fixed beacon frame when moving from monitor mode to master mode * fixed beacon frame when moving from monitor mode to master mode
* Wed Jun 08 2005 - meissner@suse.de * Wed Jun 08 2005 meissner@suse.de
- adjust hostapd/Makefile to be able to correctly - adjust hostapd/Makefile to be able to correctly
get passed RPM_OPT_FLAGS. get passed RPM_OPT_FLAGS.
* Wed Jun 08 2005 - meissner@suse.de * Wed Jun 08 2005 meissner@suse.de
- Use RPM_OPT_FLAGS. - Use RPM_OPT_FLAGS.
* Fri Mar 11 2005 - jg@suse.de * Fri Mar 11 2005 jg@suse.de
- hostap-driver: - hostap-driver:
* create sysfs links for ethernet device, not IEEE80211 device * create sysfs links for ethernet device, not IEEE80211 device
* disabled sysfs links for hostap_cs, as it breaks association * disabled sysfs links for hostap_cs, as it breaks association
* Thu Feb 24 2005 - jg@suse.de * Thu Feb 24 2005 jg@suse.de
- hostap-driver: fixed sysfs support - hostap-driver: fixed sysfs support
* Mon Feb 14 2005 - jg@suse.de * Mon Feb 14 2005 jg@suse.de
- hostapd, hostap-utils, hostap-driver: update to 0.3.7 final - hostapd, hostap-utils, hostap-driver: update to 0.3.7 final
(no real changes, just version rename) (no real changes, just version rename)
* Mon Feb 07 2005 - jg@suse.de * Mon Feb 07 2005 jg@suse.de
- disabled support for madwifi on non x86(-64) platforms - disabled support for madwifi on non x86(-64) platforms
* Mon Feb 07 2005 - jg@suse.de * Mon Feb 07 2005 jg@suse.de
- hostapd: update to version 0.3.7-pre, changes (shortened): - hostapd: update to version 0.3.7-pre, changes (shortened):
* added support for configuring a forced PEAP version based on * added support for configuring a forced PEAP version based on
the Phase 1 identity the Phase 1 identity
@ -245,7 +249,7 @@ rm -rf $RPM_BUILD_ROOT
* added support for Linux wireless extension v17 * added support for Linux wireless extension v17
- hostap-utils: update to version 0.3.7-pre (no changes) - hostap-utils: update to version 0.3.7-pre (no changes)
- added all example configuration files - added all example configuration files
* Thu Jan 13 2005 - jg@suse.de * Thu Jan 13 2005 jg@suse.de
- hostapd: update to version 0.2.6, changes: - hostapd: update to version 0.2.6, changes:
* fixed RADIUS accounting to generate a new session id for cases * fixed RADIUS accounting to generate a new session id for cases
where a station reassociates without first being complete where a station reassociates without first being complete
@ -260,7 +264,7 @@ rm -rf $RPM_BUILD_ROOT
* split_combined_hex: updated to use head/tail -n argument * split_combined_hex: updated to use head/tail -n argument
- hostap-driver: update to version 0.2.6, changes: - hostap-driver: update to version 0.2.6, changes:
* added support for changed PCI API in Linux 2.6.10-rc1 and newer * added support for changed PCI API in Linux 2.6.10-rc1 and newer
* Tue Nov 02 2004 - jg@suse.de * Tue Nov 02 2004 jg@suse.de
- hostapd: update to version 0.2.5, changes: - hostapd: update to version 0.2.5, changes:
* fixed EAPOL reauthentication to trigger WPA/WPA2 * fixed EAPOL reauthentication to trigger WPA/WPA2
reauthentication reauthentication
@ -280,13 +284,13 @@ rm -rf $RPM_BUILD_ROOT
cases which could prevent packet bridging with new kernel cases which could prevent packet bridging with new kernel
versions versions
- hostap-driver: enabled support for non-volatile firmware download - hostap-driver: enabled support for non-volatile firmware download
* Fri Oct 01 2004 - jg@suse.de * Fri Oct 01 2004 jg@suse.de
- fixed sysfs device/driver links (bug 46633) - fixed sysfs device/driver links (bug 46633)
* Mon Aug 09 2004 - jg@suse.de * Mon Aug 09 2004 jg@suse.de
- fixed filelist - fixed filelist
* Fri Aug 06 2004 - jg@suse.de * Fri Aug 06 2004 jg@suse.de
- do not install /etc/pcmcia/hostap_cs.conf.example anymore - do not install /etc/pcmcia/hostap_cs.conf.example anymore
* Thu Jul 29 2004 - jg@suse.de * Thu Jul 29 2004 jg@suse.de
- update hostapd to 0.2.4: - update hostapd to 0.2.4:
* fixed some accounting cases where Accounting-Start was sent * fixed some accounting cases where Accounting-Start was sent
when IEEE 802.1X port was being deauthorized when IEEE 802.1X port was being deauthorized
@ -322,7 +326,7 @@ rm -rf $RPM_BUILD_ROOT
HOSTAP_USE_CRYPTO_API) HOSTAP_USE_CRYPTO_API)
* fixed a buffer overflow in TKIP encryption (hostap_crypt_tkip * fixed a buffer overflow in TKIP encryption (hostap_crypt_tkip
module) on big endian hosts module) on big endian hosts
* Mon May 17 2004 - jg@suse.de * Mon May 17 2004 jg@suse.de
- update hostapd to 0.2.1 (shortened): - update hostapd to 0.2.1 (shortened):
* added WPA and IEEE 802.11i/RSN (WPA2) Authenticator * added WPA and IEEE 802.11i/RSN (WPA2) Authenticator
functionality functionality
@ -366,15 +370,15 @@ rm -rf $RPM_BUILD_ROOT
* added minimal support for ethtool * added minimal support for ethtool
- fixed bug in hostap-driver Makefile which prevented hostap_cs.ko - fixed bug in hostap-driver Makefile which prevented hostap_cs.ko
from being built from being built
* Sat Apr 03 2004 - jg@suse.de * Sat Apr 03 2004 jg@suse.de
- fixed sysfs support in hostap driver (bug #37278) - fixed sysfs support in hostap driver (bug #37278)
* Tue Mar 30 2004 - jg@suse.de * Tue Mar 30 2004 jg@suse.de
- skipping build for UM kernels (bug #37448) - skipping build for UM kernels (bug #37448)
- skipping build of hostap_cs in case PCMCIA is disabled in the - skipping build of hostap_cs in case PCMCIA is disabled in the
kernel config (also bug #37448) kernel config (also bug #37448)
* Tue Mar 02 2004 - jg@suse.de * Tue Mar 02 2004 jg@suse.de
- typo fix in makefile - typo fix in makefile
* Sun Feb 29 2004 - jg@suse.de * Sun Feb 29 2004 jg@suse.de
- update to hostapd-0.1.3, changes: - update to hostapd-0.1.3, changes:
* fixed event loop to call signal handlers only after returning from * fixed event loop to call signal handlers only after returning from
the real signal handler the real signal handler
@ -408,9 +412,9 @@ rm -rf $RPM_BUILD_ROOT
to use correct start address to use correct start address
- added driver race condition fix from hostap CVS - added driver race condition fix from hostap CVS
- rewrote driver Makefile - rewrote driver Makefile
* Mon Jan 26 2004 - jg@suse.de * Mon Jan 26 2004 jg@suse.de
- removed kernel-source from neededforbuild - removed kernel-source from neededforbuild
* Fri Jan 09 2004 - jg@suse.de * Fri Jan 09 2004 jg@suse.de
- driver update to version 0.1.2, from ChangeLog - driver update to version 0.1.2, from ChangeLog
* fixed RTS and Fragmentation thresholds after hw reset * fixed RTS and Fragmentation thresholds after hw reset
* fixed Managed/Ad-hoc mode authentication with Open System * fixed Managed/Ad-hoc mode authentication with Open System
@ -438,9 +442,9 @@ rm -rf $RPM_BUILD_ROOT
* added support for merging two srec file (Primary and Secondary(STA) * added support for merging two srec file (Primary and Secondary(STA)
firmware) into one non-volatile (flash) download firmware) into one non-volatile (flash) download
- hostapd update to version 0.1.0 - hostapd update to version 0.1.0
* Mon Sep 08 2003 - agruen@suse.de * Mon Sep 08 2003 agruen@suse.de
- km_hostap-HZ.diff: Adapt to dynamic-hz kernel patch. - km_hostap-HZ.diff: Adapt to dynamic-hz kernel patch.
* Mon Jul 28 2003 - jg@suse.de * Mon Jul 28 2003 jg@suse.de
- update to version 0.0.4, from ChangeLog (shortened) - update to version 0.0.4, from ChangeLog (shortened)
* moved non-hardware specific RX code from hostap_hw.c into a new file, * moved non-hardware specific RX code from hostap_hw.c into a new file,
hostap_80211_rx.c and removed Prism2 RX descriptor dependency from hostap_80211_rx.c and removed Prism2 RX descriptor dependency from
@ -468,7 +472,7 @@ rm -rf $RPM_BUILD_ROOT
* added support for manual scan and roaming mode (managed/ad-hoc); * added support for manual scan and roaming mode (managed/ad-hoc);
* process beacon frames in kernel driver even when hostapd is used * process beacon frames in kernel driver even when hostapd is used
* removed TX power controlling (iwconfig txpower) * removed TX power controlling (iwconfig txpower)
* Tue Jun 17 2003 - jg@suse.de * Tue Jun 17 2003 jg@suse.de
- added directory /usr/src/kernel-modules to filelist - added directory /usr/src/kernel-modules to filelist
* Wed Jun 04 2003 - jg@suse.de * Wed Jun 04 2003 jg@suse.de
- Initial package - Initial package