~ubuntu-branches/ubuntu/lucid/wpasupplicant/lucid-updates

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Kyle McMartin
  • Date: 2005-02-15 00:51:28 UTC
  • Revision ID: james.westby@ubuntu.com-20050215005128-4cnlxpp3vc3synqq
Tags: 0.3.8-1
* New upstream release.
* This release fixes a crash due to a buffer overflow, caused by
  a missing validation step on EAPOL-Key frames. Receiving malformed
  frames trigger the crash. More information available in the notes:
  http://lists.shmoo.com/pipermail/hostap/2005-February/009465.html
* Fix some badness with the init script. Missed the -B option
  to daemonize wpa_supplicant... pidfile is not currently being used
  as it requires modifying wpa_supplicant.
* patches/
  - 12_ipw_open_aps (closes: #295143)
    + merge patch against driver_ipw to fix association with
      open access points.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: wpasupplicant
 
2
Section: net
 
3
Priority: optional
 
4
Maintainer: Kyle McMartin <kyle@debian.org>
 
5
Standards-Version: 3.6.1.1
 
6
Build-Depends: dpatch, debhelper (>= 4.0.0), libssl-dev
 
7
 
 
8
Package: wpasupplicant
 
9
Architecture: any
 
10
Depends: ${shlibs:Depends}
 
11
Description: Client support for WPA and WPA2 (IEEE 802.11i)
 
12
 WPA and WPA2 are methods for securing wireless networks, the former
 
13
 using IEEE 802.1X, and the latter using IEEE 802.11i. This software
 
14
 provides key negotiation with the WPA Authenticator, and controls
 
15
 association with IEEE 802.11i networks.