Hi,

On Thu, 2 Jul 2026 at 13:41, Otto Kekäläinen <[email protected]> wrote:
>
> Hi,
>
> On Thu, 2 Jul 2026 at 13:19, Adrian Bunk <[email protected]> wrote:
> >
> > On Thu, Jul 02, 2026 at 12:54:24PM +0300, Otto Kekäläinen wrote:
> > > I have uploaded this twice already but I am not getting any
> > > confirmation email from the FTP-Master server.
> >
> > Expired key:
> >
> > pub   rsa4096/BED8449FCEE8DA88 2002-02-20 [SC] [expired: 2026-06-26]
> >       Key fingerprint = 99B4 52B1 1F3C 74C3 B453  E46F BED8 449F CEE8 DA88
> > uid                 [ expired] Otto Kekäläinen <[email protected]>
>
> I updated and uploaded my key on the same say June 17th when I got the
> notification email 'Your Debian key is expiring'. Why isn't two weeks
> enough to get the new key updated?
>
> Or is `gpg --keyserver hkps://keyring.debian.org:443 --send-keys
> BED8449FCEE8DA88` the wrong way to upload the key?
>
> The site https://keyring.debian.org/ does not expose any lookup
> functionality to keyring.debian.org, so one can't check if the upload
> worked.

While I cannot look at the "queue" of pending new keys for next
update, I can look at the latest keyring updated on June 27th:

$ rsync -az --progress keyring.debian.org::keyrings/keyrings/ .

$ ll debian-keyring.gpg
Permissions Size User Date Modified Name
.rw-rw-r--   32M otto 27 Jun 12:57  debian-keyring.gpg

$ gpg --no-default-keyring --keyring ./debian-keyring.gpg --list-keys
[email protected]
gpg: please do a --check-trustdb
pub   rsa4096 2002-02-20 [SC] [expired: 2026-06-26]
      99B452B11F3C74C3B453E46FBED8449FCEE8DA88
uid           [ expired] Otto Kekäläinen <[email protected]>
...

So clearly `gpg --keyserver hkps://keyring.debian.org:443 --send-keys
BED8449FCEE8DA88` is not the correct way to upload a key. The command
does not yield any errors at least:

$ gpg --verbose --keyserver hkps://keyring.debian.org:443 --send-keys
BED8449FCEE8DA88
gpg: enabled compatibility flags:
gpg: sending key BED8449FCEE8DA88 to hkps://keyring.debian.org:443

$ gpg --list-keys BED8449FCEE8DA88
pub   rsa4096 2002-02-20 [SC] [expires: 2028-02-28]
      99B452B11F3C74C3B453E46FBED8449FCEE8DA88
uid           [ultimate] Otto Kekäläinen <[email protected]>
...


Since I can't do any uploads, I would appreciate if you Adrian can
upload current git head, generating the source packages with:

cd $(mktemp -d)
gbp clone vcs-git:xz-utils --debian-branch=debian/13-trixie
git checkout debian/13-trixie
gbp buildpackage -S -d

git checkout debian/12-bookworm
gbp buildpackage -S -d

Reply via email to