diff -Nru ubuntu-drivers-common-0.9.7.5/debian/changelog ubuntu-drivers-common-0.9.7.6/debian/changelog --- ubuntu-drivers-common-0.9.7.5/debian/changelog 2023-08-29 12:25:56.000000000 +0000 +++ ubuntu-drivers-common-0.9.7.6/debian/changelog 2023-09-29 15:19:31.000000000 +0000 @@ -1,3 +1,15 @@ +ubuntu-drivers-common (1:0.9.7.6) mantic; urgency=medium + + [ Dimitri John Ledkov ] + * Add broadcom-sta-dkms to allowlist. (LP: #2013236) + In Lunar it was identified that both bcmwl and broadcom-sta-dkms are + identical and maintained in the archive twice. They were merged, + taking the Debian name as the new default one. However, allowlist was + forgotten to be updated in ubuntu-drivers to actually offer default + install of broadcom-sta-dkms. + + -- Alberto Milone Fri, 29 Sep 2023 15:19:31 +0000 + ubuntu-drivers-common (1:0.9.7.5) mantic; urgency=medium * tests/test_ubuntu_drivers.py: diff -Nru ubuntu-drivers-common-0.9.7.5/UbuntuDrivers/detect.py ubuntu-drivers-common-0.9.7.6/UbuntuDrivers/detect.py --- ubuntu-drivers-common-0.9.7.5/UbuntuDrivers/detect.py 2023-08-28 15:46:23.000000000 +0000 +++ ubuntu-drivers-common-0.9.7.6/UbuntuDrivers/detect.py 2023-09-29 15:19:10.000000000 +0000 @@ -1180,7 +1180,7 @@ ''' # any package which matches any of those globs will be accepted whitelist = ['bcmwl*', 'pvr-omap*', 'virtualbox-guest*', 'nvidia-*', - 'open-vm-tools*', 'oem-*-meta'] + 'open-vm-tools*', 'oem-*-meta', 'broadcom-sta-dkms'] # If users specify a driver, use gpgpu_install_filter() if drivers_str: