Skip to content

Update Hackage root keys #11095

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cabal-install/src/Distribution/Client/Config.hs
Original file line number Diff line number Diff line change
Expand Up @@ -931,10 +931,10 @@ defaultHackageRemoteRepoKeys =
"0a5c7ea47cd1b15f01f5f51a33adda7e655bc0f0b0615baa8e271f4c3351e21d"
, -- Norman Ramsey (ZI8di3a9Un0s2RBrt5GwVRvfOXVuywADfXGPZfkiDb0=)
"51f0161b906011b52c6613376b1ae937670da69322113a246a09f807c62f6921"
, -- Mathieu Boespflug (ydN1nGGQ79K1Q0nN+ul+Ln8MxikTB95w0YdGd3v3kmg=)
"be75553f3c7ba1dbe298da81f1d1b05c9d39dd8ed2616c9bddf1525ca8c03e48"
, -- Joachim Breitner (5iUgwqZCWrCJktqMx0bBMIuoIyT4A1RYGozzchRN9rA=)
"d26e46f3b631aae1433b89379a6c68bd417eb5d1c408f0643dcc07757fece522"
, -- Tikhon Jelvis (06nM6r1kOYt49YE5e1+j8VKiiYUFjFQ6HrOpPZu+fDE=)
"c7de58fc6a224b92b5b513f26fbb8b370f2d97c7cfe0075a951314a55734be93"
]

-- | The required threshold of root key signatures for hackage.haskell.org
Expand Down
12 changes: 12 additions & 0 deletions changelog.d/pr-11095.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
synopsis: Update Hackage root key set
packages: cabal-install
prs: #11095

description: {

One new [Hackage root keyholder](https://github.com/haskell-infra/hackage-root-keys/tree/master/root-keys) was added to the bootstrap set and one was removed.

- Added Hackage root key for Tikhon Jelvis
- Removed Hackage root key for Mathieu Boespflug

}
Loading