Your message dated Mon, 26 Nov 2007 02:32:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#450887: fixed in b43-fwcutter 1:008-2
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: b43-fwcutter
Version: 1:008-1
Severity: normal
Tags: patch
The script /usr/share/b43-fwcutter/install_bcm43xx_firmware.sh
download's files into
/tmp using wget. If files /tmp/broadcom-wl-4.80.53.0.tar.bz2 or
/tmp/wl_apsta-3.130.20.0.o, wget will save downloaded files under a
different name (e.g. broadcom-wl-4.80.53.0.tar.bz2.1) and further
installation will use
those preexisting files, possibly extracting hostile data into /tmp/.
(patch install_bcm43xx_firmware.sh.diff)
Additionally, b43-fwcutter creates the directories /lib/firmware/b43 and
/lib/firmware/b43legacy with mode 0770, which seem to be unnecessarily
strict, since every installation using this download script contains the
same files, there is nothing to hide here.
(patch install_bcm43xx_firmware.sh.diff2)
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.20-1-486
Locale: LANG=en_GB.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--- b43-fwcutter-008/debian/install_bcm43xx_firmware.sh 2007-11-11
23:15:43.000000000 +0100
+++ b43-fwcutter-008.1/debian/install_bcm43xx_firmware.sh 2007-11-11
23:16:10.000000000 +0100
@@ -2,11 +2,11 @@
set -e
-cd /tmp
+dir=$(mktemp -d)
+cd "$dir"
wget http://downloads.openwrt.org/sources/wl_apsta-3.130.20.0.o
wget http://downloads.openwrt.org/sources/broadcom-wl-4.80.53.0.tar.bz2
b43-fwcutter -w /lib/firmware wl_apsta-3.130.20.0.o
tar xfvj broadcom-wl-4.80.53.0.tar.bz2
b43-fwcutter -w /lib/firmware broadcom-wl-4.80.53.0/kmod/wl_apsta.o
-rm wl_apsta*.o
-rm -rf broadcom-wl-4.80.53.0
+rm -rf "$dir"
--- b43-fwcutter-008/debian/install_bcm43xx_firmware.sh~ 2007-11-11
23:23:47.000000000 +0100
+++ b43-fwcutter-008/debian/install_bcm43xx_firmware.sh 2007-11-11
22:44:57.000000000 +0100
@@ -10,3 +10,4 @@
tar xfvj broadcom-wl-4.80.53.0.tar.bz2
b43-fwcutter -w /lib/firmware broadcom-wl-4.80.53.0/kmod/wl_apsta.o
rm -rf "$dir"
+chmod o+rx /lib/firmware/b43 /lib/firmware/b43legacy
--- End Message ---
--- Begin Message ---
Source: b43-fwcutter
Source-Version: 1:008-2
We believe that the bug you reported is fixed in the latest version of
b43-fwcutter, which is due to be installed in the Debian FTP archive:
b43-fwcutter_008-2.diff.gz
to pool/contrib/b/b43-fwcutter/b43-fwcutter_008-2.diff.gz
b43-fwcutter_008-2.dsc
to pool/contrib/b/b43-fwcutter/b43-fwcutter_008-2.dsc
b43-fwcutter_008-2_amd64.deb
to pool/contrib/b/b43-fwcutter/b43-fwcutter_008-2_amd64.deb
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.
Rene Engelhard <[EMAIL PROTECTED]> (supplier of updated b43-fwcutter 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: Mon, 26 Nov 2007 03:10:59 +0100
Source: b43-fwcutter
Binary: b43-fwcutter
Architecture: source amd64
Version: 1:008-2
Distribution: unstable
Urgency: high
Maintainer: Rene Engelhard <[EMAIL PROTECTED]>
Changed-By: Rene Engelhard <[EMAIL PROTECTED]>
Description:
b43-fwcutter - Utility for extracting Broadcom 43xx firmware
Closes: 446818 447152 450887
Changes:
b43-fwcutter (1:008-2) unstable; urgency=high
.
* update README.Debian, thanks Bin Zhang (closes: #446818)
* fix config scriptto not fail if db_get for bcm43xx-fwcutter/cut_firmware
fails (closes: #447152)
* apply patches from Zbyszek Szemek to not use a pre-defined dirname and fix
some permissions in install_bcm43xx_fwcutter.sh, thanks (closes: #450887)
Files:
85696b0e9bf478f66cea48fafeeb6dde 575 contrib/utils optional
b43-fwcutter_008-2.dsc
fae7ef820eb3f8cfea97fce13504480d 5901 contrib/utils optional
b43-fwcutter_008-2.diff.gz
39bbe22dff20c00394d311b128339eb6 15238 contrib/utils optional
b43-fwcutter_008-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHSi0F+FmQsCSK63MRAmncAKCCIN6+J9hWe764KXtvnjY2pzinPgCfQfh2
PxkJvi+VKAXeQ257q5Q2dDs=
=SfLR
-----END PGP SIGNATURE-----
--- End Message ---