[v3,1/1] meta: Update debian ports signing key

Message ID 20230201140944.1599197-1-felix.moessbauer@siemens.com
State Accepted, archived
Headers show
Series [v3,1/1] meta: Update debian ports signing key | expand

Commit Message

MOESSBAUER, Felix Feb. 1, 2023, 2:09 p.m. UTC
Replace the 2023 key due to an upstream replacement:
"Extend the 2023 key (ID: B523E5F3FC4E5F2C) by one year to fix the wrong
expiration date."

Add 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].

Changes since v2:

- do not remove 2022 key, as still used in isar-cip-core
  for packages from snapshots.debian.org

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 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Uladzimir Bely Feb. 6, 2023, 3:59 a.m. UTC | #1
In the email from среда, 1 февраля 2023 г. 17:09:44 +03 user Felix Moessbauer 
wrote:
> [PATCH v3 1/1] meta: Update debian ports signing key

Applied to next, thanks.

Patch

diff --git a/meta/conf/distro/debian-sid-ports.conf b/meta/conf/distro/debian-sid-ports.conf
index e71a467d..b1709098 100644
--- a/meta/conf/distro/debian-sid-ports.conf
+++ b/meta/conf/distro/debian-sid-ports.conf
@@ -11,7 +11,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}"