You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin check_apt does not discover security updates that are tagged with repos with more than one dash in the name, like "xenial-infra-security", nor does it discover updates from UbuntuESM.
From the built-in doc:
Default is a regexp matching security upgrades for Debian and Ubuntu:
So the default regex is a bit tight. It is also unchanged from the version in Ubuntu Xenial (2.1.2-2ubuntu2) to the latest upstream version. Please consider updating the regex, matching UbuntuESM and repos with more than one dash in the name. Something like one of these may do:
The plugin check_apt does not discover security updates that are tagged with repos with more than one dash in the name, like "xenial-infra-security", nor does it discover updates from UbuntuESM.
From the built-in doc:
So the default regex is a bit tight. It is also unchanged from the version in Ubuntu Xenial (2.1.2-2ubuntu2) to the latest upstream version. Please consider updating the regex, matching UbuntuESM and repos with more than one dash in the name. Something like one of these may do:
How to reproduce:
check_apt
Example:
The text was updated successfully, but these errors were encountered: