[
https://issues.apache.org/jira/browse/CASSANDRA-21346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18078693#comment-18078693
]
Abe Ratnofsky commented on CASSANDRA-21346:
-------------------------------------------
Seems to be working for me, how are you applying the patch?
# KEYS is from [https://dist.apache.org/repos/dist/release/cassandra/KEYS]
# KEYS.patch is from: [^KEYS.patch]
$ md5 ./*
MD5 (./KEYS) = 9a6fb92bb95ee80b5226d3a429b4a72c
MD5 (./KEYS.patch) = ab9665dbc2c7066e9b2d92a502940eb2
# KEYS currently has my previous key:
$ rg aber -B3 KEYS
4339-----{-}END PGP PUBLIC KEY BLOCK{-}----
4340-pub ed25519 2025-10-21 [SC] [expires: 2028-10-20]
4341- 095EDACC76DD62020FC8501B77C04F6CCB94CE02
4342:uid [ultimate] Abe Ratnofsky <[email protected]>
# Apply patch
$ patch -p1 < KEYS.patch
patching file KEYS
$ md5 ./*
MD5 (./KEYS) = ed1cefe8ef57e0ebd1be1d5e3b809e85
MD5 (./KEYS.patch) = ab9665dbc2c7066e9b2d92a502940eb2
# KEYS updated with my new and improved key:
$ rg aber -B3 KEYS
4398-----{-}END PGP PUBLIC KEY BLOCK{-}----
4399-pub rsa4096 2026-04-30 [SC]
4400- F43BD1DCA7D5F5AFF5BBEC1EA4B9C195907CB45B
4401:uid [ultimate] Abe Ratnofsky (CODE SIGNING KEY) <[email protected]>
> Update aber's gpg key in project's KEYS file
> --------------------------------------------
>
> Key: CASSANDRA-21346
> URL: https://issues.apache.org/jira/browse/CASSANDRA-21346
> Project: Apache Cassandra
> Issue Type: Task
> Components: Packaging
> Reporter: Abe Ratnofsky
> Assignee: Brandon Williams
> Priority: Normal
> Attachments: KEYS.patch
>
>
> I had some issues with my prior key (CASSANDRA-20981), so trying again. This
> removes my previous ed25519 key, matches rsa4096 keys from others doing
> releases.
> The patch adds my gpg public key to the project's KEYS file found at
> [https://dist.apache.org/repos/dist/release/cassandra/KEYS]
> My gpg public key here has the fingerprint
> F43BD1DCA7D5F5AFF5BBEC1EA4B9C195907CB45B
> References:
> - [https://www.apache.org/dev/release-signing#keys-policy]
> - [http://www.apache.org/legal/release-policy.html]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]