Hello, On Tue, Feb 14, 2023 at 04:44:49PM +0000, Marc Gebauer wrote: > Hello together, > > we use > > /etc/apt/sources.list.d/haproxy.list > deb http://haproxy.debian.net bullseye-backports-2.4 main > > and apt list --upgradable shows: > > Listing... Done > haproxy/bullseye-backports-2.4 2.4.21-2~bpo11+1 amd64 [upgradable from: > 2.4.21-1~bpo11+1] > > > is this the recommend package to use for Debian (because of the > version-number 2.4.21 instead of 2.4.22) or need we to wait for repo to be > synced?
rule number 1: never switch a tree during security updates. So if you're running on 2.4.21-1 and Vincent produced 2.4.21-2 with this fix and nothing else, just stick to this and you'll be 100% safe. You may decide later to update to 2.4.22 to benefit from other fixes, but better not mix updates when not needed. Hoping this helps, Willy