Your message dated Sat, 20 Jun 2009 23:32:58 +0000
with message-id <[email protected]>
and subject line Bug#528803: fixed in spectools 200906R1-1
has caused the Debian Bug report #528803,
regarding [PATCH] spectools-2009-02-R1 not working with wi-spy 2.4x
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
528803: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=528803
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: spectools
Version: 200902R1-2
Tags: patch
Hi Michael,
version 2009-02-R1 of spectools didn't work correctly with my
`wi-spy 2.4x': The GTK frontend was stuck in the `calibrating device'
phase while spectools_raw printed one line of data and then just sat
there doing nothing.
I found that the attached patch fixes the problem for me. It reverts a
change introduced between 2007-10-R2 and 2009-02-R1 (initialization of
some struct members got commented out) and adds a `memset' to make sure
memory is initialized before reading from it.
The problem exists in the current SVN version, revision 2789.
Version in the Debian package, package version 200902R1-2, suffers from
the same problem. I did not try the Lenny package, package version
200710R2-2. A bug report has been opened with this email.
If you need further information, please don't hesitate to contact me.
Thank you for spectools :)
Regards,
-octo
P. S.: I don't know of any mailing list to contact. If there is one,
please feel free to forward this message accordingly.
--
Florian octo Forster
Hacker in training
GnuPG: 0x91523C3D
http://verplant.org/
diff -pur spectools-2009-02-R1.orig/wispy_hw_24x.c spectools-2009-02-R1.octo/wispy_hw_24x.c
--- spectools-2009-02-R1.orig/wispy_hw_24x.c 2009-01-27 05:10:14.000000000 +0100
+++ spectools-2009-02-R1.octo/wispy_hw_24x.c 2009-05-15 19:44:43.000000000 +0200
@@ -860,6 +860,7 @@ int wispy24x_usb_setposition(wispy_phy *
free(phydev->device_spec->supported_ranges);
phydev->device_spec->supported_ranges =
(wispy_sample_sweep *) malloc(WISPY_SWEEP_SIZE(0));
+ memset (phydev->device_spec->supported_ranges, 0, WISPY_SWEEP_SIZE(0));
/* Set the universal values */
phydev->device_spec->supported_ranges[0].num_samples = WISPY24x_USB_NUM_SAMPLES;
@@ -869,7 +870,6 @@ int wispy24x_usb_setposition(wispy_phy *
phydev->device_spec->supported_ranges[0].rssi_max = WISPY24x_USB_RSSI_MAX;
/* Set the sweep records based on default or new data */
- /*
if (start_khz == 0) {
phydev->device_spec->supported_ranges[0].start_khz = WISPY24x_USB_DEF_H_MINKHZ;
phydev->device_spec->supported_ranges[0].end_khz =
@@ -882,7 +882,6 @@ int wispy24x_usb_setposition(wispy_phy *
start_khz + ((WISPY24x_USB_NUM_SAMPLES * res_hz) / 1000);
phydev->device_spec->supported_ranges[0].res_hz = res_hz;
}
- */
/* We're not configured, so we need to push a new configure block out next time
* we sweep */
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: spectools
Source-Version: 200906R1-1
We believe that the bug you reported is fixed in the latest version of
spectools, which is due to be installed in the Debian FTP archive:
spectools_200906R1-1.diff.gz
to pool/main/s/spectools/spectools_200906R1-1.diff.gz
spectools_200906R1-1.dsc
to pool/main/s/spectools/spectools_200906R1-1.dsc
spectools_200906R1-1_amd64.deb
to pool/main/s/spectools/spectools_200906R1-1_amd64.deb
spectools_200906R1.orig.tar.gz
to pool/main/s/spectools/spectools_200906R1.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.
Francois Marier <[email protected]> (supplier of updated spectools 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.8
Date: Sat, 20 Jun 2009 18:45:51 +1200
Source: spectools
Binary: spectools
Architecture: source amd64
Version: 200906R1-1
Distribution: unstable
Urgency: low
Maintainer: Francois Marier <[email protected]>
Changed-By: Francois Marier <[email protected]>
Description:
spectools - Utilities for using the Wi-Spy USB spectrum analyzer hardware
Closes: 528803
Changes:
spectools (200906R1-1) unstable; urgency=low
.
* New Upstream Version
- includes support for the Wi-Spy 24i (closes: #528803)
.
* Bump Standards-Version to 3.8.2
* Bump debhelper compatibility to 7
* debian/rules: make use of dh_prep
* debian/rules: stop using the deprecated dh_desktop
Checksums-Sha1:
4646a340d0f21678c22b74c67c0e1ad0d05142c4 1228 spectools_200906R1-1.dsc
21ff366189bda63dc45f4d95f3ddf4a4f372561a 184614 spectools_200906R1.orig.tar.gz
8fab012377bec4d8ab7f39eecd35ede5071e0263 4029 spectools_200906R1-1.diff.gz
0036c9cf1af6f730d5a1c61d116d9edc68109581 116188 spectools_200906R1-1_amd64.deb
Checksums-Sha256:
95351f48da46e62e566835a6341c583492f8d7f40bd2a51c7ac9a3dde7ba5ac5 1228
spectools_200906R1-1.dsc
0d40c31933b4718c82cdab1c36a42be8fcccec1d642c8438e1aa2ff4868d56f2 184614
spectools_200906R1.orig.tar.gz
1fa5df0c83fdfb8a59d63fea69a650acd7746e7e2ba3de67c258118732057b11 4029
spectools_200906R1-1.diff.gz
57cd8fc7a3a507841b87cea9474e1c5d2f4887c3c805eed0a17f4f575dd9643e 116188
spectools_200906R1-1_amd64.deb
Files:
929195425f60e3bb1170bc1bf920e3cd 1228 electronics extra
spectools_200906R1-1.dsc
b84c8303416755101b8f1a1b37d77164 184614 electronics extra
spectools_200906R1.orig.tar.gz
93a8615030809c344a3f2beeee99eb5f 4029 electronics extra
spectools_200906R1-1.diff.gz
ec409d48108aa77fed223fa048eb9cb4 116188 electronics extra
spectools_200906R1-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAko8hgIACgkQScUZKBnQNIb7lwCgkDnEjc6RvjOC5+U1HahQ7kG4
8SEAnRCgA/6ZLcCpSh8NOXzCnsiRsbAU
=faWe
-----END PGP SIGNATURE-----
--- End Message ---