mvo5 / unattended-upgrades

Automatic installation of security upgrades on apt based systems
GNU General Public License v2.0
278 stars 78 forks source link

chromium security update blocked by new dependency from stable #321

Open eMPee584 opened 2 years ago

eMPee584 commented 2 years ago

Contrary to #146 there are (probably quite rare) situations, where one might want to accept a new dependency (sse3-support) requested by a to-be-updated package (chromium), without adding the full archive (stable) to the whitelist.. Maybe you have an idea how to handle side cases like that.. 🥲 Here's the dry-run log of the situation: unattended-upgrades-dry-run.chromium-security-update-blocked-by-sse3-support-dependency.log

julian-klode commented 2 years ago

stable really ought to be part of the allowed set if stable-foo is

eMPee584 commented 2 years ago

But we want security updates only, not all possible updates.