We run several databases where we need to increase the default value of MI_MAX_KEY_LENGTH. This appears to need to be set when the daemon is built. This makes keeping up with the regular security updates a pain, and delays them.
I'm wondering a few things:
- Is there a secure/trusted APT repo I could used with pre-built packages with the increased MI_MAX_KEY_LENGTH size?
- Is there any way to set MI_MAX_KEY_LENGTH at runtime, instead of needing to build this setting in?
- Is there any easy way to safely automate apt updates to make the change to MI_MAX_KEY_LENGTH and build the new package with apt when the unattended updates occur?
I've tried researching, but thus far I have not found a repo with pre-built packages with increased MI_MAX_KEY_LENGTH. I've also tried researching how to set this at runtime or how to automate builds with this change with in apt, so the builds can be made and distributed unattended, but I have had no luck.
I'm hoping I'm not the first person with this issue, and there is already an easy solution out there.