meta: Update debian ports signing keys

Message ID 20240123081435.4169-1-ubely@ilbers.de
State Accepted, archived
Headers show
Series meta: Update debian ports signing keys | expand

Commit Message

Uladzimir Bely Jan. 23, 2024, 8:14 a.m. UTC
1. Remove 2022 key.

2. Add Debian Ports Archive Automatic Signing Key (2025)
(ID: 3AF65F93D6FBC5B9) in advance. It will be used for signing
starting from 2045 Feb 01.

These changes are made in sync with the debian-ports-archive-keyring,
version 2024.01.05 package.

Signed-off-by: Uladzimir Bely <ubely@ilbers.de>
---
 meta/conf/distro/debian-sid-ports.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

MOESSBAUER, Felix Jan. 23, 2024, 9:03 a.m. UTC | #1
On Tue, 2024-01-23 at 09:14 +0100, Uladzimir Bely wrote:
> 1. Remove 2022 key.
> 
> 2. Add Debian Ports Archive Automatic Signing Key (2025)
> (ID: 3AF65F93D6FBC5B9) in advance. It will be used for signing
> starting from 2045 Feb 01.
------------------^

I guess this should be 2025. This can be fixed while merging.

Felix

> 
> These changes are made in sync with the debian-ports-archive-keyring,
> version 2024.01.05 package.
> 
> Signed-off-by: Uladzimir Bely <ubely@ilbers.de>
> ---
>  meta/conf/distro/debian-sid-ports.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta/conf/distro/debian-sid-ports.conf
> b/meta/conf/distro/debian-sid-ports.conf
> index 8a0b3a98..f045a3f2 100644
> --- a/meta/conf/distro/debian-sid-ports.conf
> +++ b/meta/conf/distro/debian-sid-ports.conf
> @@ -10,9 +10,9 @@ BASE_DISTRO_CODENAME = "sid"
>  
>  HOST_DISTRO ?= "debian-sid"
>  
> -DEBIAN_PORTS_KEYS +=
> "https://www.ports.debian.org/archive_2022.key;sha256sum=213531906f80
> d79a5dbc8573f57f2a2831b71383cc2d568feba97bb4db94adcc"
>  DEBIAN_PORTS_KEYS +=
> "https://www.ports.debian.org/archive_2023.key;sha256sum=a29b938b9f30
> 2dc7386cc77a743f50b1fe2a55eb17a9a22db938492047f59f3f"
>  DEBIAN_PORTS_KEYS +=
> "https://www.ports.debian.org/archive_2024.key;sha256sum=d7c297ea226b
> b685ac68195d0b61078f8964a611136b11b9514babfa3b92c448"
> +DEBIAN_PORTS_KEYS +=
> "https://www.ports.debian.org/archive_2025.key;sha256sum=2a729612c514
> fac719d142910b1d876c7abecba00df51f2b32041d530aeb41d6"
>  
>  DISTRO_APT_SOURCES = "conf/distro/debian-${BASE_DISTRO_CODENAME}-
> ports.list"
>  DISTRO_BOOTSTRAP_KEYS += "${DEBIAN_PORTS_KEYS}"
> -- 
> 2.20.1
>
Uladzimir Bely Jan. 23, 2024, 10:07 a.m. UTC | #2
On Tue, 2024-01-23 at 09:03 +0000, MOESSBAUER, Felix wrote:
> On Tue, 2024-01-23 at 09:14 +0100, Uladzimir Bely wrote:
> > 1. Remove 2022 key.
> > 
> > 2. Add Debian Ports Archive Automatic Signing Key (2025)
> > (ID: 3AF65F93D6FBC5B9) in advance. It will be used for signing
> > starting from 2045 Feb 01.
> ------------------^
> 
> I guess this should be 2025. This can be fixed while merging.
> 
> Felix
> 
Thanks, it's a typo. Will fix it while merging to next.

> > 
> > These changes are made in sync with the debian-ports-archive-
> > keyring,
> > version 2024.01.05 package.
> > 
> > Signed-off-by: Uladzimir Bely <ubely@ilbers.de>
> > ---
> >  meta/conf/distro/debian-sid-ports.conf | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/meta/conf/distro/debian-sid-ports.conf
> > b/meta/conf/distro/debian-sid-ports.conf
> > index 8a0b3a98..f045a3f2 100644
> > --- a/meta/conf/distro/debian-sid-ports.conf
> > +++ b/meta/conf/distro/debian-sid-ports.conf
> > @@ -10,9 +10,9 @@ BASE_DISTRO_CODENAME = "sid"
> >  
> >  HOST_DISTRO ?= "debian-sid"
> >  
> > -DEBIAN_PORTS_KEYS +=
> > "
> > https://www.ports.debian.org/archive_2022.key;sha256sum=213531906f80
> > d79a5dbc8573f57f2a2831b71383cc2d568feba97bb4db94adcc"
> >  DEBIAN_PORTS_KEYS +=
> > "
> > https://www.ports.debian.org/archive_2023.key;sha256sum=a29b938b9f30
> > 2dc7386cc77a743f50b1fe2a55eb17a9a22db938492047f59f3f"
> >  DEBIAN_PORTS_KEYS +=
> > "
> > https://www.ports.debian.org/archive_2024.key;sha256sum=d7c297ea226b
> > b685ac68195d0b61078f8964a611136b11b9514babfa3b92c448"
> > +DEBIAN_PORTS_KEYS +=
> > "
> > https://www.ports.debian.org/archive_2025.key;sha256sum=2a729612c514
> > fac719d142910b1d876c7abecba00df51f2b32041d530aeb41d6"
> >  
> >  DISTRO_APT_SOURCES = "conf/distro/debian-${BASE_DISTRO_CODENAME}-
> > ports.list"
> >  DISTRO_BOOTSTRAP_KEYS += "${DEBIAN_PORTS_KEYS}"
> > -- 
> > 2.20.1
> > 
> 
> -- 
> Siemens AG, Technology
> Linux Expert Center
> 
>
Uladzimir Bely Jan. 26, 2024, 7:39 a.m. UTC | #3
On Tue, 2024-01-23 at 09:14 +0100, Uladzimir Bely wrote:
> 1. Remove 2022 key.
> 
> 2. Add Debian Ports Archive Automatic Signing Key (2025)
> (ID: 3AF65F93D6FBC5B9) in advance. It will be used for signing
> starting from 2025 Feb 01.
> 
> These changes are made in sync with the debian-ports-archive-keyring,
> version 2024.01.05 package.
> 
> Signed-off-by: Uladzimir Bely <ubely@ilbers.de>
> ---
>  meta/conf/distro/debian-sid-ports.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to next.

Patch

diff --git a/meta/conf/distro/debian-sid-ports.conf b/meta/conf/distro/debian-sid-ports.conf
index 8a0b3a98..f045a3f2 100644
--- a/meta/conf/distro/debian-sid-ports.conf
+++ b/meta/conf/distro/debian-sid-ports.conf
@@ -10,9 +10,9 @@  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=a29b938b9f302dc7386cc77a743f50b1fe2a55eb17a9a22db938492047f59f3f"
 DEBIAN_PORTS_KEYS += "https://www.ports.debian.org/archive_2024.key;sha256sum=d7c297ea226bb685ac68195d0b61078f8964a611136b11b9514babfa3b92c448"
+DEBIAN_PORTS_KEYS += "https://www.ports.debian.org/archive_2025.key;sha256sum=2a729612c514fac719d142910b1d876c7abecba00df51f2b32041d530aeb41d6"
 
 DISTRO_APT_SOURCES = "conf/distro/debian-${BASE_DISTRO_CODENAME}-ports.list"
 DISTRO_BOOTSTRAP_KEYS += "${DEBIAN_PORTS_KEYS}"