* [PATCH v2 1/1] meta: Update debian ports signing key
@ 2023-02-01 10:54 Felix Moessbauer
2023-02-01 11:36 ` Jan Kiszka
0 siblings, 1 reply; 4+ messages in thread
From: Felix Moessbauer @ 2023-02-01 10:54 UTC (permalink / raw)
To: isar-users; +Cc: Felix Moessbauer
Remove the expired 2022 key (ID: E852514F5DF312F6).
Replace the 2023 key due to an upstream replacement:
"Extend the 2023 key (ID: B523E5F3FC4E5F2C) by one year to fix the wrong
expiration date."
Added Debian Ports Archive Automatic Signing Key (2024)
(ID: 8D69674688B6CB36) in advance. It will be used for signing
starting from 2024 Feb 01.
These changes are made in sync with the debian-ports-archive-keyring,
version 2023.02.01 package.
Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
---
This fixes the build issue on sid-ports from 01. Feb 2023 on.
I would be very happy if a second person could have a look into
the update and Ack that change. The upstream details can be
found in [1].
Best regards,
Felix Moessbauer
Siemens AG
[1] https://metadata.ftp-master.debian.org/changelogs/main/d/debian-ports-archive-keyring/debian-ports-archive-keyring_2023.02.01_changelog
meta/conf/distro/debian-sid-ports.conf | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/conf/distro/debian-sid-ports.conf b/meta/conf/distro/debian-sid-ports.conf
index e71a467d..4d10e55d 100644
--- a/meta/conf/distro/debian-sid-ports.conf
+++ b/meta/conf/distro/debian-sid-ports.conf
@@ -10,8 +10,8 @@ BASE_DISTRO_CODENAME = "sid"
HOST_DISTRO ?= "debian-sid"
-DEBIAN_PORTS_KEYS += "https://www.ports.debian.org/archive_2022.key;sha256sum=213531906f80d79a5dbc8573f57f2a2831b71383cc2d568feba97bb4db94adcc"
-DEBIAN_PORTS_KEYS += "https://www.ports.debian.org/archive_2023.key;sha256sum=cd29cb45654c2d31e8c56c6215838bd7e2d29612021ab04486109e82175a0a98"
+DEBIAN_PORTS_KEYS += "https://www.ports.debian.org/archive_2023.key;sha256sum=a29b938b9f302dc7386cc77a743f50b1fe2a55eb17a9a22db938492047f59f3f"
+DEBIAN_PORTS_KEYS += "https://www.ports.debian.org/archive_2024.key;sha256sum=d7c297ea226bb685ac68195d0b61078f8964a611136b11b9514babfa3b92c448"
DISTRO_APT_SOURCES = "conf/distro/debian-${BASE_DISTRO_CODENAME}-ports.list"
DISTRO_BOOTSTRAP_KEYS += "${DEBIAN_PORTS_KEYS}"
--
2.34.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2 1/1] meta: Update debian ports signing key
2023-02-01 10:54 [PATCH v2 1/1] meta: Update debian ports signing key Felix Moessbauer
@ 2023-02-01 11:36 ` Jan Kiszka
2023-02-01 14:04 ` Moessbauer, Felix
0 siblings, 1 reply; 4+ messages in thread
From: Jan Kiszka @ 2023-02-01 11:36 UTC (permalink / raw)
To: Felix Moessbauer, isar-users
On 01.02.23 11:54, Felix Moessbauer wrote:
> Remove the expired 2022 key (ID: E852514F5DF312F6).
>
> Replace the 2023 key due to an upstream replacement:
> "Extend the 2023 key (ID: B523E5F3FC4E5F2C) by one year to fix the wrong
> expiration date."
>
> Added Debian Ports Archive Automatic Signing Key (2024)
> (ID: 8D69674688B6CB36) in advance. It will be used for signing
> starting from 2024 Feb 01.
>
> These changes are made in sync with the debian-ports-archive-keyring,
> version 2023.02.01 package.
>
> Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
> ---
> This fixes the build issue on sid-ports from 01. Feb 2023 on.
> I would be very happy if a second person could have a look into
> the update and Ack that change. The upstream details can be
> found in [1].
>
> Best regards,
> Felix Moessbauer
> Siemens AG
>
> [1] https://metadata.ftp-master.debian.org/changelogs/main/d/debian-ports-archive-keyring/debian-ports-archive-keyring_2023.02.01_changelog
>
> meta/conf/distro/debian-sid-ports.conf | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/conf/distro/debian-sid-ports.conf b/meta/conf/distro/debian-sid-ports.conf
> index e71a467d..4d10e55d 100644
> --- a/meta/conf/distro/debian-sid-ports.conf
> +++ b/meta/conf/distro/debian-sid-ports.conf
> @@ -10,8 +10,8 @@ BASE_DISTRO_CODENAME = "sid"
>
> HOST_DISTRO ?= "debian-sid"
>
> -DEBIAN_PORTS_KEYS += "https://www.ports.debian.org/archive_2022.key;sha256sum=213531906f80d79a5dbc8573f57f2a2831b71383cc2d568feba97bb4db94adcc"
That should make people unhappy using the 2022 snapshot (like
isar-cip-core), no?
Jan
> -DEBIAN_PORTS_KEYS += "https://www.ports.debian.org/archive_2023.key;sha256sum=cd29cb45654c2d31e8c56c6215838bd7e2d29612021ab04486109e82175a0a98"
> +DEBIAN_PORTS_KEYS += "https://www.ports.debian.org/archive_2023.key;sha256sum=a29b938b9f302dc7386cc77a743f50b1fe2a55eb17a9a22db938492047f59f3f"
> +DEBIAN_PORTS_KEYS += "https://www.ports.debian.org/archive_2024.key;sha256sum=d7c297ea226bb685ac68195d0b61078f8964a611136b11b9514babfa3b92c448"
>
> DISTRO_APT_SOURCES = "conf/distro/debian-${BASE_DISTRO_CODENAME}-ports.list"
> DISTRO_BOOTSTRAP_KEYS += "${DEBIAN_PORTS_KEYS}"
--
Siemens AG, Technology
Competence Center Embedded Linux
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v2 1/1] meta: Update debian ports signing key
2023-02-01 11:36 ` Jan Kiszka
@ 2023-02-01 14:04 ` Moessbauer, Felix
0 siblings, 0 replies; 4+ messages in thread
From: Moessbauer, Felix @ 2023-02-01 14:04 UTC (permalink / raw)
To: isar-users, Kiszka, Jan
On Wed, 2023-02-01 at 12:36 +0100, Jan Kiszka wrote:
> On 01.02.23 11:54, Felix Moessbauer wrote:
> > Remove the expired 2022 key (ID: E852514F5DF312F6).
> >
> > Replace the 2023 key due to an upstream replacement:
> > "Extend the 2023 key (ID: B523E5F3FC4E5F2C) by one year to fix the
> > wrong
> > expiration date."
> >
> > Added Debian Ports Archive Automatic Signing Key (2024)
> > (ID: 8D69674688B6CB36) in advance. It will be used for signing
> > starting from 2024 Feb 01.
> >
> > These changes are made in sync with the debian-ports-archive-
> > keyring,
> > version 2023.02.01 package.
> >
> > Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
> > ---
> > This fixes the build issue on sid-ports from 01. Feb 2023 on.
> > I would be very happy if a second person could have a look into
> > the update and Ack that change. The upstream details can be
> > found in [1].
> >
> > Best regards,
> > Felix Moessbauer
> > Siemens AG
> >
> > [1]
> > https://metadata.ftp-master.debian.org/changelogs/main/d/debian-ports-archive-keyring/debian-ports-archive-keyring_2023.02.01_changelog
> >
> > meta/conf/distro/debian-sid-ports.conf | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/meta/conf/distro/debian-sid-ports.conf
> > b/meta/conf/distro/debian-sid-ports.conf
> > index e71a467d..4d10e55d 100644
> > --- a/meta/conf/distro/debian-sid-ports.conf
> > +++ b/meta/conf/distro/debian-sid-ports.conf
> > @@ -10,8 +10,8 @@ BASE_DISTRO_CODENAME = "sid"
> >
> > HOST_DISTRO ?= "debian-sid"
> >
> > -DEBIAN_PORTS_KEYS += "
> > https://www.ports.debian.org/archive_2022.key;sha256sum=213531906f80d79a5dbc8573f57f2a2831b71383cc2d568feba97bb4db94adcc
> > "
>
> That should make people unhappy using the 2022 snapshot (like
> isar-cip-core), no?
Good point. There, we don't check for expiry but still need a "valid"
key. I'll push a v3 where the old key is still included.
Felix
>
> Jan
>
> > -DEBIAN_PORTS_KEYS += "
> > https://www.ports.debian.org/archive_2023.key;sha256sum=cd29cb45654c2d31e8c56c6215838bd7e2d29612021ab04486109e82175a0a98
> > "
> > +DEBIAN_PORTS_KEYS += "
> > https://www.ports.debian.org/archive_2023.key;sha256sum=a29b938b9f302dc7386cc77a743f50b1fe2a55eb17a9a22db938492047f59f3f
> > "
> > +DEBIAN_PORTS_KEYS += "
> > https://www.ports.debian.org/archive_2024.key;sha256sum=d7c297ea226bb685ac68195d0b61078f8964a611136b11b9514babfa3b92c448
> > "
> >
> > DISTRO_APT_SOURCES = "conf/distro/debian-${BASE_DISTRO_CODENAME}-
> > ports.list"
> > DISTRO_BOOTSTRAP_KEYS += "${DEBIAN_PORTS_KEYS}"
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH v2 1/1] meta: Update debian ports signing key
2022-02-04 9:15 [PATCH v2 0/1] Update expired " Uladzimir Bely
@ 2022-02-04 9:15 ` Uladzimir Bely
0 siblings, 0 replies; 4+ messages in thread
From: Uladzimir Bely @ 2022-02-04 9:15 UTC (permalink / raw)
To: isar-users
Replace expired Debian Ports Archive Automatic Signing Key (2021)
(ID:5A88D659DCB811BB) by new Debian Ports Archive Automatic Signing Key
(2022) (ID: E852514F5DF312F6) to make debian-sid-ports targets work.
Also added Debian Ports Archive Automatic Signing Key (2023)
(ID:B523E5F3FC4E5F2C) in advance. It will be used for signing
starting from 2023 Feb 01.
Signed-off-by: Uladzimir Bely <ubely@ilbers.de>
---
meta/conf/distro/debian-sid-ports.conf | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/meta/conf/distro/debian-sid-ports.conf b/meta/conf/distro/debian-sid-ports.conf
index 32bd32f3..e71a467d 100644
--- a/meta/conf/distro/debian-sid-ports.conf
+++ b/meta/conf/distro/debian-sid-ports.conf
@@ -10,15 +10,16 @@ BASE_DISTRO_CODENAME = "sid"
HOST_DISTRO ?= "debian-sid"
-DEBIAN_PORTS_KEY = "https://www.ports.debian.org/archive_2021.key;sha256sum=44a0c59cac5385cd0a1506f695fbd2381fb71a04d8afc05248ad00a0ec6052aa"
+DEBIAN_PORTS_KEYS += "https://www.ports.debian.org/archive_2022.key;sha256sum=213531906f80d79a5dbc8573f57f2a2831b71383cc2d568feba97bb4db94adcc"
+DEBIAN_PORTS_KEYS += "https://www.ports.debian.org/archive_2023.key;sha256sum=cd29cb45654c2d31e8c56c6215838bd7e2d29612021ab04486109e82175a0a98"
DISTRO_APT_SOURCES = "conf/distro/debian-${BASE_DISTRO_CODENAME}-ports.list"
-DISTRO_BOOTSTRAP_KEYS += "${DEBIAN_PORTS_KEY}"
+DISTRO_BOOTSTRAP_KEYS += "${DEBIAN_PORTS_KEYS}"
DISTRO_CONFIG_SCRIPT ?= "debian-configscript.sh"
DISTRO_KERNELS ?= "riscv64"
HOST_DISTRO_APT_SOURCES += "${DISTRO_APT_SOURCES}"
-THIRD_PARTY_APT_KEYS += "${DEBIAN_PORTS_KEY}"
+THIRD_PARTY_APT_KEYS += "${DEBIAN_PORTS_KEYS}"
IMAGE_PREINSTALL += "init"
--
2.20.1
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-02-01 14:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-01 10:54 [PATCH v2 1/1] meta: Update debian ports signing key Felix Moessbauer
2023-02-01 11:36 ` Jan Kiszka
2023-02-01 14:04 ` Moessbauer, Felix
-- strict thread matches above, loose matches on Subject: below --
2022-02-04 9:15 [PATCH v2 0/1] Update expired " Uladzimir Bely
2022-02-04 9:15 ` [PATCH v2 1/1] meta: Update " Uladzimir Bely
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox