Your message dated Sun, 27 Jan 2008 06:47:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#438635: fixed in hostap-utils 1:0.4.7-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)
--- Begin Message ---
Package: hostap-utils
Version: 0.4.0-1
Tags: patch
While trying to load firmware into a prism card's RAM, I noticed that
the if-pre-up script does nothing because of a FALSE condition.
I suspect that the results of grep'ing for "no_pri=1" and "pri_only=1"
should be logically negated.
Mirko
--- hostap-utils.broken 2007-08-18 15:43:11.000000000 +0200
+++ /etc/network/if-pre-up.d/hostap-utils 2007-08-17 01:14:37.000000000
+0200
@@ -13,7 +13,7 @@
return 1
fi
- if grep -q no_pri=1 /proc/net/hostap/$1/debug; then
+ if ! grep -q no_pri=1 /proc/net/hostap/$1/debug; then
echo "Downloading primary firmware $2 to interface $1"
$PRISM2_SREC -gs $1 $2
$PRISM2_SREC -gp $1 $2
@@ -24,7 +24,7 @@
load_secondary()
{
- if grep -q pri_only=1 /proc/net/hostap/$1/debug; then
+ if ! grep -q pri_only=1 /proc/net/hostap/$1/debug; then
echo "Downloading secondary (station) firmware $2 to interface
$1"
$PRISM2_SREC -rp $1 $2
fi
--- End Message ---
--- Begin Message ---
Source: hostap-utils
Source-Version: 1:0.4.7-1
We believe that the bug you reported is fixed in the latest version of
hostap-utils, which is due to be installed in the Debian FTP archive:
hostap-utils_0.4.7-1.diff.gz
to pool/main/h/hostap-utils/hostap-utils_0.4.7-1.diff.gz
hostap-utils_0.4.7-1.dsc
to pool/main/h/hostap-utils/hostap-utils_0.4.7-1.dsc
hostap-utils_0.4.7-1_i386.deb
to pool/main/h/hostap-utils/hostap-utils_0.4.7-1_i386.deb
hostap-utils_0.4.7.orig.tar.gz
to pool/main/h/hostap-utils/hostap-utils_0.4.7.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.
Faidon Liambotis <[EMAIL PROTECTED]> (supplier of updated hostap-utils 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: Sun, 27 Jan 2008 08:30:42 +0200
Source: hostap-utils
Binary: hostap-utils
Architecture: source i386
Version: 1:0.4.7-1
Distribution: unstable
Urgency: low
Maintainer: Faidon Liambotis <[EMAIL PROTECTED]>
Changed-By: Faidon Liambotis <[EMAIL PROTECTED]>
Description:
hostap-utils - Utility programs for Host AP driver for Intersil Prism2/2.5/3
Closes: 326115 438635
Changes:
hostap-utils (1:0.4.7-1) unstable; urgency=low
.
* New upstream release.
* Change upstream homepage to http://w1.fi/ and author's e-mail address.
* Explicity refer to /usr/share/common-licenses/GPL-2 and update FSF's
postal address.
* Remove Andres from maintainers by his request.
* Update maintainer's email address.
* Update Standards-Version to 3.7.3.
* Depend on debhelper >= 5.
* Drop hostap_cs.conf, pcmcia-cs is deprecated in favor of pcmcia-utils.
(Closes: #326115)
* Fix a missing condition negation in ifup script (Closes: #438635)
* Remove support for hotplug and discover and move the blacklist to
module-init-tools (i.e. /etc/modprobe.d/)
Files:
01eaa4faf831f27adf883ccfe6dc79d3 613 net optional hostap-utils_0.4.7-1.dsc
afe041581b8f01666e353bec20917c85 60782 net optional
hostap-utils_0.4.7.orig.tar.gz
ff29011468a4122e78f437d389bc21e0 3789 net optional hostap-utils_0.4.7-1.diff.gz
ecfbde6f33b75144905e9b0725b36cce 52022 net optional
hostap-utils_0.4.7-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHnCdNVty5d8XpUzMRAiEWAJ90/XCr0QqKubq37FrS7p14EzAIuQCeIT8i
IjN3PXLwuFbIWjt/C8m80BY=
=Zll4
-----END PGP SIGNATURE-----
--- End Message ---