File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -1194,7 +1194,24 @@ signed. The Hackage timestamp is also signed. A signature is valid when one key
1194
1194
holder has signed.
1195
1195
1196
1196
If the `hackage-security` key is absent, the Hackage Security configuration will
1197
- default to that for the official Hackage server.
1197
+ default to that applicable to the official Hackage server before 2025-07-24.
1198
+
1199
+ !!! note
1200
+
1201
+ The Hackage Security configuration applicable to the official Hackage server
1202
+ since 2025-07-24 is :
1203
+
1204
+ ~~~yaml
1205
+ hackage-security :
1206
+ keyids :
1207
+ - 0a5c7ea47cd1b15f01f5f51a33adda7e655bc0f0b0615baa8e271f4c3351e21d
1208
+ - 1ea9ba32c526d1cc91ab5e5bd364ec5e9e8cb67179a471872f6e26f0ae773d42
1209
+ - 51f0161b906011b52c6613376b1ae937670da69322113a246a09f807c62f6921
1210
+ - c7de58fc6a224b92b5b513f26fbb8b370f2d97c7cfe0075a951314a55734be93
1211
+ - fe331502606802feac15e514d9b9ea83fee8b6ffef71335479a2e68d84adc6b0
1212
+ key-threshold : 3
1213
+ ignore-expiry : true
1214
+ ~~~
1198
1215
1199
1216
` key-threshold` specifies the minimum number of keyholders that must have signed
1200
1217
the package index for it to be considered valid.
You can’t perform that action at this time.
0 commit comments