This commit is contained in:
parent
3a4d05e0d6
commit
b231335f43
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 19 19:11:30 CET 2007 - jg@suse.de
|
||||
|
||||
- update to version 29pre17, changes:
|
||||
* Tweak man pages : interface is often optional [iwlist.8/iwspy.8]
|
||||
* Drop obsolete port/roam code from [iwpriv]
|
||||
* Fix bug where all auth masks use iw_auth_capa_name [iwlist]
|
||||
* Fix iw_scan()/iw_process_scan() for non-root -> EPERM [iwlib]
|
||||
* Fix "iwconfig nickname" (was abreviated) [iwconfig]
|
||||
* Invalid mode from driver segfault iwlist scan [iwlist]
|
||||
* Replace index() with strchr() [iwlib/iwconfig/iwpriv]
|
||||
* Parser/printf/sscanf fixes and optimisation [iwconfig]
|
||||
* Fix bug extracting mountpoint of sysfs (wrong field) [ifrename]
|
||||
* Read sysfs symlinks transparently [ifrename]
|
||||
* Fix README header to talk about ifrename [README]
|
||||
* Add 'prevname' selector for udev compatibility [ifrename]
|
||||
* Read parent directory names in SYSFS selector [ifrename]
|
||||
* Make dry-run output compatible with udev [ifrename]
|
||||
* Update man page with useful SYSFS selectors [iftab.5]
|
||||
* Factorise wildcard rewrite '*'->'%d' to hide it from -D -V [ifrename]
|
||||
* Reorganise sysfs description, better wording [iftab.5]
|
||||
* Enhance explanation of arp and iwproto [iftab.5]
|
||||
* Band-aid for the 64->32bit iwevent/iwscan issues [iwlib]
|
||||
* Better band-aid for the 64->32bit iwevent/iwscan issues [iwlib]
|
||||
* Add udev compatible output, print new DEVPATH [ifrename]
|
||||
* Fix DEVPATH output to use the real devpath from udev [ifrename]
|
||||
* Add udev rules for ifrename integration [19-udev-ifrename.rules]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 21 16:46:17 CEST 2006 - jg@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package wireless-tools (Version 29pre10)
|
||||
# spec file for package wireless-tools (Version 29pre17)
|
||||
#
|
||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2007 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.
|
||||
#
|
||||
@ -13,15 +13,15 @@
|
||||
Name: wireless-tools
|
||||
BuildRequires: openssl-devel
|
||||
Summary: Tools for a wireless LAN
|
||||
Version: 29pre10
|
||||
Release: 6
|
||||
Version: 29pre17
|
||||
Release: 1
|
||||
%define wlanng_version 0.2.5
|
||||
Group: Hardware/Other
|
||||
License: LGPL, Unknown
|
||||
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL), No license agreement found in package
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
URL: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
|
||||
Autoreqprov: on
|
||||
Source: wireless_tools.29.pre10.tar.bz2
|
||||
Source: wireless_tools.29.pre17.tar.bz2
|
||||
Patch: wireless_tools.dif
|
||||
Patch1: iwlib.patch
|
||||
Source2: suse-files.tar.gz
|
||||
@ -100,7 +100,32 @@ test -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT
|
||||
%doc %attr(644,root,root) %{_mandir}/man*/*
|
||||
%doc CHANGELOG.h INSTALL PCMCIA.txt README* ../wlan-ng
|
||||
|
||||
%changelog -n wireless-tools
|
||||
%changelog
|
||||
* Mon Mar 19 2007 - jg@suse.de
|
||||
- update to version 29pre17, changes:
|
||||
* Tweak man pages : interface is often optional [iwlist.8/iwspy.8]
|
||||
* Drop obsolete port/roam code from [iwpriv]
|
||||
* Fix bug where all auth masks use iw_auth_capa_name [iwlist]
|
||||
* Fix iw_scan()/iw_process_scan() for non-root -> EPERM [iwlib]
|
||||
* Fix "iwconfig nickname" (was abreviated) [iwconfig]
|
||||
* Invalid mode from driver segfault iwlist scan [iwlist]
|
||||
* Replace index() with strchr() [iwlib/iwconfig/iwpriv]
|
||||
* Parser/printf/sscanf fixes and optimisation [iwconfig]
|
||||
* Fix bug extracting mountpoint of sysfs (wrong field) [ifrename]
|
||||
* Read sysfs symlinks transparently [ifrename]
|
||||
* Fix README header to talk about ifrename [README]
|
||||
* Add 'prevname' selector for udev compatibility [ifrename]
|
||||
* Read parent directory names in SYSFS selector [ifrename]
|
||||
* Make dry-run output compatible with udev [ifrename]
|
||||
* Update man page with useful SYSFS selectors [iftab.5]
|
||||
* Factorise wildcard rewrite '*'->'%%d' to hide it from -D -V [ifrename]
|
||||
* Reorganise sysfs description, better wording [iftab.5]
|
||||
* Enhance explanation of arp and iwproto [iftab.5]
|
||||
* Band-aid for the 64->32bit iwevent/iwscan issues [iwlib]
|
||||
* Better band-aid for the 64->32bit iwevent/iwscan issues [iwlib]
|
||||
* Add udev compatible output, print new DEVPATH [ifrename]
|
||||
* Fix DEVPATH output to use the real devpath from udev [ifrename]
|
||||
* Add udev rules for ifrename integration [19-udev-ifrename.rules]
|
||||
* Thu Sep 21 2006 - jg@suse.de
|
||||
- update to linux-wlan-ng version 0.2.5 (sync with wlan-kmp,
|
||||
no real userspace changes)
|
||||
@ -202,12 +227,12 @@ test -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT
|
||||
- don't build as root
|
||||
* Wed Oct 12 2005 - jg@suse.de
|
||||
- wireless-tools: update to 28pre9, changes:
|
||||
- Add WE-19 headers, compile with that as default
|
||||
- IW_EV_POINT_LEN has shrunk, so invert the IW_EV_POINT_OFF fixup
|
||||
- Remove WE backward compat from iwlib.h header
|
||||
- Add support for IW_QUAL_DBM in iw_print_stats()
|
||||
- Add support for ARPHRD_IEEE80211 in iw_check_mac_addr_type()
|
||||
-> iwspy work on wifi0 netdev from airo.c
|
||||
- Add WE-19 headers, compile with that as default
|
||||
- IW_EV_POINT_LEN has shrunk, so invert the IW_EV_POINT_OFF fixup
|
||||
- Remove WE backward compat from iwlib.h header
|
||||
- Add support for IW_QUAL_DBM in iw_print_stats()
|
||||
- Add support for ARPHRD_IEEE80211 in iw_check_mac_addr_type()
|
||||
-> iwspy work on wifi0 netdev from airo.c
|
||||
* Tue Sep 06 2005 - jg@suse.de
|
||||
- ipw2200: added broadcast fix by Peter Jones (bug 113634)
|
||||
* Mon Sep 05 2005 - jg@suse.de
|
||||
@ -229,31 +254,31 @@ test -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT
|
||||
support)
|
||||
* Fri Aug 26 2005 - jg@suse.de
|
||||
- linux-wlan-ng: update to 0.2.2, changes (shortened):
|
||||
- Fix an array overflow in the hotplug helper function.
|
||||
- Added in-kernel devicetable for 2.6.13+ pcmcia
|
||||
- Updates to bring prism2_cs into the newer 2.6 kernel APIs.
|
||||
- Fixes in the hotplug invocation with WEXT (Pavel Roskin)
|
||||
- use usb_reset_device() on 2.6 kernels (Andreas Schulte)
|
||||
- PCMCIA card Ident fixes to coexist with orinioco driver
|
||||
- Ignore unexpected ctlx responses. (Chris Rankin)
|
||||
- Fix an off-by-one in scan results.
|
||||
- [usb] Fix a memory leak (Chris Rankin * Eroc Koenders)
|
||||
- [usb] clean up the PDA Read function a bit. (Chris Rankin)
|
||||
- [usb] Don't overwrite current CTLX URB before we're done with it.
|
||||
- Fix a byte-order problem when parsing scan results (Eroc Koenders)
|
||||
- Added a mib item (lnxRSNAIE) to get/set the WPA/RSNA IE.
|
||||
- Applied a patch from Chris Rankin which should solve the hangs with
|
||||
- Fix an array overflow in the hotplug helper function.
|
||||
- Added in-kernel devicetable for 2.6.13+ pcmcia
|
||||
- Updates to bring prism2_cs into the newer 2.6 kernel APIs.
|
||||
- Fixes in the hotplug invocation with WEXT (Pavel Roskin)
|
||||
- use usb_reset_device() on 2.6 kernels (Andreas Schulte)
|
||||
- PCMCIA card Ident fixes to coexist with orinioco driver
|
||||
- Ignore unexpected ctlx responses. (Chris Rankin)
|
||||
- Fix an off-by-one in scan results.
|
||||
- [usb] Fix a memory leak (Chris Rankin * Eroc Koenders)
|
||||
- [usb] clean up the PDA Read function a bit. (Chris Rankin)
|
||||
- [usb] Don't overwrite current CTLX URB before we're done with it.
|
||||
- Fix a byte-order problem when parsing scan results (Eroc Koenders)
|
||||
- Added a mib item (lnxRSNAIE) to get/set the WPA/RSNA IE.
|
||||
- Applied a patch from Chris Rankin which should solve the hangs with
|
||||
kernel preemption turned on.
|
||||
- Fixed a series of bad memsets in prism2dl
|
||||
- Added id for Viewsonic USB widget (Ekin Meroglu)
|
||||
- Fetch the BSSID when we get an AP_CHANGE event
|
||||
- netif_carrier_off/netif_carrier_on at appropriate times
|
||||
- Hook up the dot11CurrentTxPowerLevel MIB in the prism2 code.
|
||||
- CommsQuality now does the right thing with dBm values.
|
||||
- A major USB patch from Chris Rankin. This rewrites the
|
||||
- Fixed a series of bad memsets in prism2dl
|
||||
- Added id for Viewsonic USB widget (Ekin Meroglu)
|
||||
- Fetch the BSSID when we get an AP_CHANGE event
|
||||
- netif_carrier_off/netif_carrier_on at appropriate times
|
||||
- Hook up the dot11CurrentTxPowerLevel MIB in the prism2 code.
|
||||
- CommsQuality now does the right thing with dBm values.
|
||||
- A major USB patch from Chris Rankin. This rewrites the
|
||||
command-queueing code to something considerably more sane.
|
||||
- Further compile warning fixes on 64-bit targets (Pavel Roskin)
|
||||
- Fix prism2_cs on 64-bit targets (Pavel Roskin)
|
||||
- Further compile warning fixes on 64-bit targets (Pavel Roskin)
|
||||
- Fix prism2_cs on 64-bit targets (Pavel Roskin)
|
||||
- at76c503: fixed badness (bug 103146)
|
||||
- rewrote switch_prism_script to work with new pcmcia device
|
||||
tables of kernel 2.6.13
|
||||
@ -370,23 +395,23 @@ test -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT
|
||||
- rfswitch: do not build kernel modules for kernel-um
|
||||
* Tue May 17 2005 - jg@suse.de
|
||||
- wireless-tools: update to 28pre6, changes:
|
||||
- Make static lib use PIC objects [Makefile]
|
||||
- Add SYSFS selector support to ifrename [ifrename]
|
||||
- Fix a fd leak in pcmciaslot selector [ifrename]
|
||||
- Don't complain about eth0/wlan0 if takeover enabled [ifrename]
|
||||
- Update man pages for sysfs and eth0/wlan0 [ifrename.8]
|
||||
- Update man pages for frequ auto/off [iwconfig.8]
|
||||
- More clever manual loading and docking tricks [HOTPLUG.txt]
|
||||
- Czech (cs) man pages [cs/*]
|
||||
- Fudge patch below for better integration [iwconfig/iwevent/iwlist]
|
||||
- WE-18/WPA event display [iwevent]
|
||||
- WE-18/WPA parameter display [iwconfig]
|
||||
- Make static lib use PIC objects [Makefile]
|
||||
- Add SYSFS selector support to ifrename [ifrename]
|
||||
- Fix a fd leak in pcmciaslot selector [ifrename]
|
||||
- Don't complain about eth0/wlan0 if takeover enabled [ifrename]
|
||||
- Update man pages for sysfs and eth0/wlan0 [ifrename.8]
|
||||
- Update man pages for frequ auto/off [iwconfig.8]
|
||||
- More clever manual loading and docking tricks [HOTPLUG.txt]
|
||||
- Czech (cs) man pages [cs/*]
|
||||
- Fudge patch below for better integration [iwconfig/iwevent/iwlist]
|
||||
- WE-18/WPA event display [iwevent]
|
||||
- WE-18/WPA parameter display [iwconfig]
|
||||
- acx100: update to bugfix release 0.2.0pre8_plus_fixes_56
|
||||
- adm8211: update to release 20050323, changes:
|
||||
- Added private ioctl to tune antenna power, lpf cutoff, and lnags
|
||||
- Added private ioctl to tune antenna power, lpf cutoff, and lnags
|
||||
threshold
|
||||
- Made txpow ioctl actually work
|
||||
- Added documentation for these ioctls
|
||||
- Made txpow ioctl actually work
|
||||
- Added documentation for these ioctls
|
||||
- ipw2100: do not build driver when ACPI is disabled in kernel
|
||||
configuration (bug 84029)
|
||||
- fixed Makefiles to not build drivers when wireless support is
|
||||
@ -837,9 +862,9 @@ test -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT
|
||||
* Fixed TCP session freezing problem
|
||||
* Added support for non-broadcasting ESSIDs
|
||||
- update wireless-tools to 27pre26, changes (shortened):
|
||||
- Sett proper size on SIOCGIWSTATS requests [iwlib]
|
||||
- Fix wrq.u.data.flags => wrq.u.txpower.flags [iwconfig]
|
||||
- Added dry-run support (only print name chages) [ifrename]
|
||||
- Sett proper size on SIOCGIWSTATS requests [iwlib]
|
||||
- Fix wrq.u.data.flags => wrq.u.txpower.flags [iwconfig]
|
||||
- Added dry-run support (only print name chages) [ifrename]
|
||||
* Tue Aug 24 2004 - ro@suse.de
|
||||
- add install target to ipw2100-Makefile
|
||||
* Mon Aug 23 2004 - jg@suse.de
|
||||
@ -985,16 +1010,16 @@ test -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT
|
||||
failures vs. just the number of retries.
|
||||
- update linux-wlan-ng driver to 0.2.1pre21,
|
||||
from CHANGES (shortened):
|
||||
- Added in beginnings of IWSPY support
|
||||
- Primary/Secondary firmware (finally) bundled with the driver.
|
||||
- Convert to newer 2.6 module parameter code.
|
||||
- Fix an inverted test in GIWENCODE wireless extension
|
||||
- Minor script fix for SSF cards
|
||||
- Fixes for SSF PCI cards
|
||||
- Fix script problems that result in a failed init returning
|
||||
- Added in beginnings of IWSPY support
|
||||
- Primary/Secondary firmware (finally) bundled with the driver.
|
||||
- Convert to newer 2.6 module parameter code.
|
||||
- Fix an inverted test in GIWENCODE wireless extension
|
||||
- Minor script fix for SSF cards
|
||||
- Fixes for SSF PCI cards
|
||||
- Fix script problems that result in a failed init returning
|
||||
success
|
||||
- Fix an endian-ness buglet in prism2sta.c
|
||||
- Fix up pci resources on card init failure on plx card.
|
||||
- Fix an endian-ness buglet in prism2sta.c
|
||||
- Fix up pci resources on card init failure on plx card.
|
||||
* Tue Apr 27 2004 - jg@suse.de
|
||||
- fixed typo in ipw2100 Makefile
|
||||
* Mon Apr 26 2004 - jg@suse.de
|
||||
@ -1125,8 +1150,8 @@ test -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT
|
||||
- fix for lib64 platforms.
|
||||
* Mon Mar 01 2004 - jg@suse.de
|
||||
- update linux-wlan-ng to 0.2.1pre20:
|
||||
- limited support for wireless extensions
|
||||
- some driver fixes
|
||||
- limited support for wireless extensions
|
||||
- some driver fixes
|
||||
- rewrote driver makefiles for linux-wlan-ng
|
||||
- building lwepgen and keygen again (nwepgen is not very useful
|
||||
for 104 bit keys)
|
||||
@ -1137,10 +1162,10 @@ test -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT
|
||||
- disabled madwifi driver (crashes on init)
|
||||
* Mon Feb 09 2004 - jg@suse.de
|
||||
- update linux-wlan-ng to 0.2.1pre17:
|
||||
- x86-64 support
|
||||
- basic ethtool support
|
||||
- support for Netgear MA311 PCI card
|
||||
- some fixes/cleanup (see CHANGES file)
|
||||
- x86-64 support
|
||||
- basic ethtool support
|
||||
- support for Netgear MA311 PCI card
|
||||
- some fixes/cleanup (see CHANGES file)
|
||||
- building tools from linux-wlan-ng also for non-x86
|
||||
(they are needed even so the drivers are not available)
|
||||
- not building lwepgen and keygen anymore (nwepgen does
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b0ca7c29a922879e01682169936e52cf9d170e9fc7819c697eb311e4291b228
|
||||
size 183153
|
3
wireless_tools.29.pre17.tar.bz2
Normal file
3
wireless_tools.29.pre17.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da74e0759f316884f321136c9c685596c54158356f6fc00022aea39db0fd01ad
|
||||
size 189651
|
Loading…
x
Reference in New Issue
Block a user