Package: release.debian.org Severity: normal Tags: bookworm User: release.debian.org@packages.debian.org Usertags: pu X-Debbugs-Cc: gibmat@debian.org Control: affects -1 + src:b43-fwcutter [ Reason ] firmware-b43-installer fails to install in bookworm due to a brokenupstream URL. [ Impact ] Users running the current stable Debian release cannot properly install the firmware required for their wireless NIC. [ Tests ] I have verified the package correctly fetches the firmware when using the updated URL. [ Risks ] Minor/none -- single line change to update download URL. [ Checklist ] [*] *all* changes are documented in the d/changelog [*] I reviewed all changes and I approve them [*] attach debdiff against the package in (old)stable [*] the issue is verified as fixed in unstable [ Changes ] Cherry-pick relevant fix from unstable commit 5a328aadbd836a27ea3c320645fede7f1d272905. [ Other info ] The source debdiff is attached.
diff -Nru b43-fwcutter-019/debian/changelog b43-fwcutter-019/debian/changelog --- b43-fwcutter-019/debian/changelog 2023-02-20 13:51:02.000000000 +0000 +++ b43-fwcutter-019/debian/changelog 2025-07-23 11:05:22.000000000 +0000 @@ -1,3 +1,10 @@ +b43-fwcutter (1:019-8+deb12u1) bookworm; urgency=medium + + * QA upload. + * Update remote site where firmware can be fetched (Closes: #1109025) + + -- Mathias Gibbens <gibmat@debian.org> Wed, 23 Jul 2025 11:05:22 +0000 + b43-fwcutter (1:019-8) unstable; urgency=medium * QA upload. diff -Nru b43-fwcutter-019/debian/firmware-b43-installer.postinst b43-fwcutter-019/debian/firmware-b43-installer.postinst --- b43-fwcutter-019/debian/firmware-b43-installer.postinst 2023-02-20 13:51:02.000000000 +0000 +++ b43-fwcutter-019/debian/firmware-b43-installer.postinst 2025-07-23 11:05:22.000000000 +0000 @@ -19,7 +19,7 @@ DOWNLOAD="${BROADCOM_WL}.tar.bz2" -URL="https://www.lwfinger.com/b43-firmware/${DOWNLOAD}" +URL="https://github.com/minios-linux/b43-firmware/releases/download/b43-firmware/${DOWNLOAD}" FIRMWARE_INSTALL_DIR="/lib/firmware"
Attachment:
signature.asc
Description: This is a digitally signed message part