Pull bullseye from archive.d.o

Message ID e69370a5-ef87-4c97-ac42-970a74e1cefa@siemens.com
State Under Review
Headers show
Series Pull bullseye from archive.d.o | expand

Commit Message

Jan Kiszka Sept. 6, 2026, 7:20 p.m. UTC
From: Jan Kiszka <jan.kiszka@siemens.com>

LTS for Debian bullseye was closed by the end of August 2026. Pull it
from the archive from now on. Security updates will not provided this
way. Debian ELTS (https://www.freexian.com/lts/extended/) can provide
longer support (package feed is subscriber-only).

At this stage, debian-security was not archived. If this is restored at
some point, we can also enable the related feed. For now, even more
security updates will be missing in a rebuild.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 meta/conf/distro/debian-bullseye.list | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Patch

diff --git a/meta/conf/distro/debian-bullseye.list b/meta/conf/distro/debian-bullseye.list
index db1d98f1..7f1afd47 100644
--- a/meta/conf/distro/debian-bullseye.list
+++ b/meta/conf/distro/debian-bullseye.list
@@ -1,8 +1,9 @@ 
-deb	http://deb.debian.org/debian bullseye main contrib non-free
-deb-src	http://deb.debian.org/debian bullseye main contrib non-free
+deb	http://archive.debian.org/debian bullseye main contrib non-free
+deb-src	http://archive.debian.org/debian bullseye main contrib non-free
 
-deb	http://deb.debian.org/debian-security bullseye-security main contrib non-free
-deb-src	http://deb.debian.org/debian-security bullseye-security main contrib non-free
+# bullseye security archive is missing so far
+#deb	http://archive.debian.org/debian-security bullseye/updates main contrib non-free
+#deb-src	http://archive.debian.org/debian-security bullseye/updates main contrib non-free
 
-deb	http://deb.debian.org/debian bullseye-updates main contrib non-free
-deb-src	http://deb.debian.org/debian bullseye-updates main contrib non-free
+deb	http://archive.debian.org/debian bullseye-updates main contrib non-free
+deb-src	http://archive.debian.org/debian bullseye-updates main contrib non-free