diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ec39284..9ed5b8e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ The **patch** part changes incrementally at each release. * Use python3 modules for Debian 11 and later * Remove embedded GPG keys only if legacy keyring is present * apt: remove workaround for Evolix public repositories with Debian 11 +* apt: use the new security repository for Bullseye * certbot: silence letsencrypt deprecation warnings * elasticsearch: 7.x by default * evoadmin-web: simpler PHP packages lists diff --git a/apt/templates/bullseye_basics.list.j2 b/apt/templates/bullseye_basics.list.j2 index 5e0a0a53..94b0995d 100644 --- a/apt/templates/bullseye_basics.list.j2 +++ b/apt/templates/bullseye_basics.list.j2 @@ -1,5 +1,5 @@ # {{ ansible_managed }} deb http://mirror.evolix.org/debian bullseye {{ apt_basics_components | mandatory }} -deb http://mirror.evolix.org/debian/ bullseye-updates {{ apt_basics_components | mandatory }} -deb http://security.debian.org/ bullseye-security {{ apt_basics_components | mandatory }} +deb http://mirror.evolix.org/debian/ bullseye-updates {{ apt_basics_components | mandatory }} +deb https://deb.debian.org/debian-security bullseye-security {{ apt_basics_components | mandatory }} \ No newline at end of file