public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] Pull bullseye from archive.d.o
@ 2026-09-06 19:20 'Jan Kiszka' via isar-users
  2026-09-09  6:19 ` 'MOESSBAUER, Felix' via isar-users
  2026-09-09  7:02 ` Zhihang Wei
  0 siblings, 2 replies; 4+ messages in thread
From: 'Jan Kiszka' via isar-users @ 2026-09-06 19:20 UTC (permalink / raw)
  To: isar-users

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(-)

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
-- 
2.47.3

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/e69370a5-ef87-4c97-ac42-970a74e1cefa%40siemens.com.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Pull bullseye from archive.d.o
  2026-09-06 19:20 [PATCH] Pull bullseye from archive.d.o 'Jan Kiszka' via isar-users
@ 2026-09-09  6:19 ` 'MOESSBAUER, Felix' via isar-users
  2026-09-09  6:23   ` 'Jan Kiszka' via isar-users
  2026-09-09  7:02 ` Zhihang Wei
  1 sibling, 1 reply; 4+ messages in thread
From: 'MOESSBAUER, Felix' via isar-users @ 2026-09-09  6:19 UTC (permalink / raw)
  To: Kiszka, Jan, isar-users

On Sun, 2026-09-06 at 21:20 +0200, 'Jan Kiszka' via isar-users wrote:
> 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>

Tested-by: Felix Moessbauer <felix.moessbauer@siemens.com>

Without this patch the CI is failing as of today.

Felix

> ---
>  meta/conf/distro/debian-bullseye.list | 13 +++++++------
>  1 file changed, 7 insertions(+), 6 deletions(-)
> 
> 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
> -- 
> 2.47.3
> 
> -- 
> You received this message because you are subscribed to the Google Groups "isar-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
> To view this discussion visit https://groups.google.com/d/msgid/isar-users/e69370a5-ef87-4c97-ac42-970a74e1cefa%40siemens.com.

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/a35ec779333f9ee6a5c1185211a6e8ad536d9fa1.camel%40siemens.com.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Pull bullseye from archive.d.o
  2026-09-09  6:19 ` 'MOESSBAUER, Felix' via isar-users
@ 2026-09-09  6:23   ` 'Jan Kiszka' via isar-users
  0 siblings, 0 replies; 4+ messages in thread
From: 'Jan Kiszka' via isar-users @ 2026-09-09  6:23 UTC (permalink / raw)
  To: Moessbauer, Felix (FT RPD CED OES-DE), isar-users

On 09.09.26 08:19, Moessbauer, Felix (FT RPD CED OES-DE) wrote:
> On Sun, 2026-09-06 at 21:20 +0200, 'Jan Kiszka' via isar-users wrote:
>> 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>
> 
> Tested-by: Felix Moessbauer <felix.moessbauer@siemens.com>
> 
> Without this patch the CI is failing as of today.
> 

Yeah, I hope this is on fast-path now.

Jan

-- 
Siemens AG, Foundational Technologies
Linux Expert Center

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/1153b6e3-2a70-4488-a05d-e395a7518d12%40siemens.com.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Pull bullseye from archive.d.o
  2026-09-06 19:20 [PATCH] Pull bullseye from archive.d.o 'Jan Kiszka' via isar-users
  2026-09-09  6:19 ` 'MOESSBAUER, Felix' via isar-users
@ 2026-09-09  7:02 ` Zhihang Wei
  1 sibling, 0 replies; 4+ messages in thread
From: Zhihang Wei @ 2026-09-09  7:02 UTC (permalink / raw)
  To: Jan Kiszka, isar-users, Felix Moessbauer

Applied to next, thanks.

raspios-bullseye-64.list needs the same change, I'll send a patch.

Zhihang

On 9/6/26 21:20, 'Jan Kiszka' via isar-users wrote:
> 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(-)
>
> 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

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/a36c45bd-3a5f-4d15-9231-f865e3ca798c%40ilbers.de.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-09-09  7:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-06 19:20 [PATCH] Pull bullseye from archive.d.o 'Jan Kiszka' via isar-users
2026-09-09  6:19 ` 'MOESSBAUER, Felix' via isar-users
2026-09-09  6:23   ` 'Jan Kiszka' via isar-users
2026-09-09  7:02 ` Zhihang Wei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox