Your message dated Tue, 15 Feb 2005 02:33:47 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#295143: fixed in wpasupplicant 0.3.8-1
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 13 Feb 2005 23:03:12 +0000
>From [EMAIL PROTECTED] Sun Feb 13 15:03:12 2005
Return-path: <[EMAIL PROTECTED]>
Received: from pompone.cs.ucsb.edu [128.111.45.35] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1D0Slk-00086i-00; Sun, 13 Feb 2005 15:03:12 -0800
Received: from ip68-6-85-229.sb.sd.cox.net ([68.6.85.229] helo=localhost)
        by pompone.cs.ucsb.edu with asmtp 
        (Cipher TLSv1:DES-CBC3-SHA:168) (Exim 3.35 #1 (Debian))
        id 1D0Slj-0007tO-00; Sun, 13 Feb 2005 15:03:11 -0800
Received: from graziano by localhost with local (Exim 4.44)
        id 1D0Slm-0002Wt-Vw; Sun, 13 Feb 2005 15:03:14 -0800
Content-Type: multipart/mixed; boundary="===============0261764199=="
MIME-Version: 1.0
From: graziano <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: wpasupplicant: dosn't assocate using -Dipw
X-Mailer: reportbug 3.7.1
Date: Sun, 13 Feb 2005 15:03:14 -0800
Message-Id: <[EMAIL PROTECTED]>
Sender: obi <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===============0261764199==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: wpasupplicant
Version: 0.3.7-1
Severity: normal
Tags: patch


Hello, wpasupplicant doesn't associate with cleartext AP using -D ipw.
I'm using the latest ipw2200 source (1.0.1 not yet in Debian unstable).
The problem is similar to bug 294909. Not knowing what to do, I monkeyd
aroud the same patch used for madwifi: adding the equivalent to the
driver_ipw.c makes the new wpasupplicant working again.

I'm not sure about the patch, since my knowledge of the wpasupplicant
code is basically NIL, but .. it works for me.

cheers
graziano



-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-rc2
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)

Versions of packages wpasupplicant depends on:
ii  libc6                       2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libssl0.9.7                 0.9.7e-3     SSL shared libraries

-- no debconf information

--===============0261764199==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="pippo"

--- driver_ipw.c        2005-02-13 14:57:28.000000000 -0800
+++ driver_ipw.c.modified       2005-02-13 14:57:23.000000000 -0800
@@ -326,6 +326,9 @@
        int ret = 0;
        int unencrypted_eapol;
 
+       if ((params->key_mgmt_suite == KEY_MGMT_NONE) &&
+                       (wpa_driver_ipw_set_wpa(drv, 0) < 0))
+               ret = -1;
        if (ipw_set_wpa_ie(drv, params->wpa_ie, params->wpa_ie_len) < 0)
                ret = -1;
        if (wpa_driver_wext_set_ssid(drv->wext, params->ssid,

--===============0261764199==--

---------------------------------------
Received: (at 295143-close) by bugs.debian.org; 15 Feb 2005 07:38:09 +0000
>From [EMAIL PROTECTED] Mon Feb 14 23:38:09 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1D0xHd-0004dq-00; Mon, 14 Feb 2005 23:38:09 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1D0xDP-0003J5-00; Tue, 15 Feb 2005 02:33:47 -0500
From: Kyle McMartin <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#295143: fixed in wpasupplicant 0.3.8-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 15 Feb 2005 02:33:47 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: wpasupplicant
Source-Version: 0.3.8-1

We believe that the bug you reported is fixed in the latest version of
wpasupplicant, which is due to be installed in the Debian FTP archive:

wpasupplicant_0.3.8-1.diff.gz
  to pool/main/w/wpasupplicant/wpasupplicant_0.3.8-1.diff.gz
wpasupplicant_0.3.8-1.dsc
  to pool/main/w/wpasupplicant/wpasupplicant_0.3.8-1.dsc
wpasupplicant_0.3.8-1_i386.deb
  to pool/main/w/wpasupplicant/wpasupplicant_0.3.8-1_i386.deb
wpasupplicant_0.3.8.orig.tar.gz
  to pool/main/w/wpasupplicant/wpasupplicant_0.3.8.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Kyle McMartin <[EMAIL PROTECTED]> (supplier of updated wpasupplicant package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 15 Feb 2005 00:51:28 -0500
Source: wpasupplicant
Binary: wpasupplicant
Architecture: source i386
Version: 0.3.8-1
Distribution: unstable
Urgency: low
Maintainer: Kyle McMartin <[EMAIL PROTECTED]>
Changed-By: Kyle McMartin <[EMAIL PROTECTED]>
Description: 
 wpasupplicant - Client support for WPA and WPA2 (IEEE 802.11i)
Closes: 295143
Changes: 
 wpasupplicant (0.3.8-1) unstable; urgency=low
 .
   * 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.
Files: 
 a072eafb246e3e34cdea474889729803 606 net optional wpasupplicant_0.3.8-1.dsc
 4749b636fe11765604ee1d8f11f26564 301172 net optional 
wpasupplicant_0.3.8.orig.tar.gz
 6c3841d80147d03e195f8c3725791890 19333 net optional 
wpasupplicant_0.3.8-1.diff.gz
 5a788fce318872a51e0e699a2d9bfbed 143108 net optional 
wpasupplicant_0.3.8-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCEaPMfreS3xkfzYoRAkCzAJ9wD0EAKHLaLp9XNSFbOdL0o5mq7QCeN4lp
E21N7Ull6SMGH/4H0H41fag=
=vxeJ
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to