On Mon, Jun 08, 2015 at 11:51AM +0200, Hans Yntema wrote:
> Since this last upgrade, security updates don't get installed automatically.

I can confirm this, the fix of #783690 seems to be faulty. It uses
"Allowed-Origins" instead of "Origins-Pattern", which does not seem to
support codenames (e.g. Jessie) nor matching only security updates.

This works:

Unattended-Upgrade::Origins-Pattern {
        "origin=${distro_id},codename=${distro_codename},label=Debian-Security";
}

(drop the ",label=Debian-Security" if you want normal updates as well,
as suggested in #787945)


With "Allowed-Origins" this works, but installs not only security
updates:

Unattended-Upgrade::Allowed-Origins {
        "${distro_id}:stable";
}

Johannes


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to