[PATCH] korg-update-pgpkeys: Make Greg KH the trust anchor
Uwe Kleine-König <[email protected]> Mon, 22 Jun 2026 09:01:17 +0200
| Newsgroups | org.kernel.linux.keys |
|---|---|
| Message-ID | <[email protected]> |
Since commit 89129814c8f7 ("Resigned keys from 15BC833443038D8C") Greg
is the trust root since Linus didn't renew his old signatures yet.
Update the generating script accordingly to make the changes in the
pgpkeys repository better accountable.
---
scripts/korg-update-pgpkeys | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/korg-update-pgpkeys b/scripts/korg-update-pgpkeys
index c9bb5e36a007..cf80298537c5 100755
--- a/scripts/korg-update-pgpkeys
+++ b/scripts/korg-update-pgpkeys
@@ -49,7 +49,7 @@ fi
cd $WOTMATEDIR
echo "Generating new exports"
./make-sqlitedb.py --gnupghome $GPGTMPHOME
-./export-keyring.py --gnupghome $GPGTMPHOME --gen-b4-keyring --fromkey 79BE3E4300411886 --outdir $PGPKEYSDIR
+./export-keyring.py --gnupghome $GPGTMPHOME --gen-b4-keyring --fromkey 38DBBDC86092693E --outdir $PGPKEYSDIR
echo "Review the changes in $PGPKEYSDIR and commit if looks sane"
# Don't leave gpg-agent running after we're done
base-commit: c7fb28f7c3bc4427d88deddee7a39929fcd08624
--
2.47.3