There is a new pull request by newbluemoon against master on the void-packages repository https://github.com/newbluemoon/void-packages perl-Crypt-CBC https://github.com/void-linux/void-packages/pull/30990 perl-Crypt-CBC: update to 3.04 There is a change which requires the perl-Math-Int128 module when using 'ctr' (Counter Mode) as block chaining mode, because it’s much faster than the previsously used Math::BigInt (default mode is still 'cbc'). However, Math::Int128 is not available on 32-bit architectures, so this update would break such setups, though probably not many are using it, if anyone at all. But still I’m not sure how to proceed on this. Tested on x86_64. #### General - [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements) #### Have the results of the proposed changes been tested? - [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me - [x] I generally don't use the affected packages but briefly tested this PR A patch file from https://github.com/void-linux/void-packages/pull/30990.patch is attached